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
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.
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.