Bug 83421

Summary: the line target remote debugger change to "source remote debugger"
Product: [Applications] kdevelop Reporter: paillon <paillon>
Component: CPP DebuggerAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: minor    
Priority: NOR    
Version: 3.0.3   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description paillon 2004-06-15 16:59:03 UTC
Version:           3.0.3 (using KDE KDE 3.2.2)
Installed from:    RedHat RPMs
Compiler:          gcc 3 
OS:                Linux

In Remote Debugging
to start gdbserver on a external target  
if the key  command in a the "Run gdb script" is :
 target remote 1.2.3.4:2345
when i run debugger the gdb command is
source target remote 1.2.3.4:2345
and gdb are blocked
i am obliged to change directely the line under gdb and remove texte "source "
Comment 1 Roger Larsson 2004-06-16 23:57:41 UTC
Notice the word "script" - this is expected to be a file/script of gdb commands. That would make the debugger use "source script-file".

The reason to use a file/script is that you might want to use more than
one command. Like

 target remote ...
 continue