News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

gdb flags

Started by DoMeN, November 22, 2006, 12:27:54 PM

Previous topic - Next topic

DoMeN

When I start remote debugging with gdb in konsole it acts differently then when I run it in C::B.
Is it possible to select which flags will be sent when gdb starts and what else besides sending commands and retriving response from gdb does C::B do?

Quotecurrent line sent: gdb -nx -fullname  -quiet -args hello
line that I want to be sent: gdb hello

mandrav

Although I didn't understand what the problem is, the answer to your question is: no.
Because most of these options "define" the format of gdb's output and the debugger plugin parses a specific gdb output format.
Be patient!
This bug will be fixed soon...

DoMeN

The problem is that with this flags I can't debug the program because I get an error when continuing that gdb recived an unknown signal. This also happens in konsole with this flags set.