Author Topic: gdb flags  (Read 3714 times)

Offline DoMeN

  • Multiple posting newcomer
  • *
  • Posts: 66
gdb flags
« on: November 22, 2006, 12:27:54 pm »
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?

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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: gdb flags
« Reply #1 on: November 22, 2006, 12:34:31 pm »
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...

Offline DoMeN

  • Multiple posting newcomer
  • *
  • Posts: 66
Re: gdb flags
« Reply #2 on: November 22, 2006, 12:50:57 pm »
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.