Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
GDB developers suggest us to use GDB MI interface
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: GDB developers suggest us to use GDB MI interface (Read 4977 times)
ollydbg
Developer
Lives here!
Posts: 6079
OpenCV and Robotics
GDB developers suggest us to use GDB MI interface
«
on:
February 28, 2013, 02:25:00 am »
Hi, when report some gdb bug, the developer give us such suggestion.
Comment 4
.
If the GDB's annotation feature was removed, then we can't use GDB CLI under C::B. Note: the annotation feature was originally used for Emace.
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: GDB developers suggest us to use GDB MI interface
«
Reply #1 on:
February 28, 2013, 09:57:11 am »
Why are you surprised?
The CLI is made for humans not IDEs.
We will eventually switch to MI, but I have to finish some other tasks before I get to the plugin.
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
GDB developers suggest us to use GDB MI interface