Bug 84251

Summary: gdb call cannot be configured
Product: [Applications] kdevelop Reporter: Robert Vogl <robert.vogl>
Component: CPP DebuggerAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 3.0.4   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Robert Vogl 2004-06-30 11:31:27 UTC
Version:           3.0.4 (using KDE KDE 3.2.1KDE 1.2)
Installed from:    Compiled From SourcesCompiled From Sources
OS:                Linux

There is no possibility to configure the embedded call of the gdb. The only way to alter the initial gdb commands is to hack the source (gdbcontroller.cpp). I think this should be made configurable by a configuration file (e.g. if I would like gdb to ignore a SIGUSR1 signal.)

Also the command line arguments delivered by the internal gdb call are not configurable.

The gdb call should be more flexible.

It is desirable to enhance the already existing project specific configuration dialog.
Comment 1 Andreas Pakulat 2008-06-29 20:20:52 UTC
you can provide your own shell to start gdb via the gdb options. You can execute any gdb command in your .gdbinit file. So IMHO this is fixed.