Bug 83421 - the line target remote debugger change to "source remote debugger"
Summary: the line target remote debugger change to "source remote debugger"
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 3.0.3
Platform: RedHat Enterprise Linux Linux
: NOR minor
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-15 16:59 UTC by paillon
Modified: 2004-06-16 23:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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