debugger problem

Andreas Wuest AndreasWuest at gmx.de
Wed Jan 8 21:07:05 UTC 2003


Hi,

i have a small problem using the debugger. When i try to start to
debug a file a get the following messages on my terminal. Debugging
a file fails of course. 

kdevelop (debugger): Debugger state: P:
kdevelop (debugger):
gideon: setBreakpoint:/home/andy/test/src/main.cpp
QObject::disconnect: No such signal
KateDocument::markChanged(KTextEditor::Mark,KTextEditor::MarkInterfaceExtension::MarkChangeAction)
QObject::connect: No such signal
KateDocument::markChanged(KTextEditor::Mark,KTextEditor::MarkInterfaceExtension::MarkChangeAction)
QObject::connect:  (sender name:   'unnamed')
QObject::connect:  (receiver name: 'unnamed')
gideon: setBreakpoint:/home/andy/test/src/test.cpp
gideon: setBreakpoint:/home/andy/test/src/main.cpp
QObject::disconnect: No such signal
KateDocument::markChanged(KTextEditor::Mark,KTextEditor::MarkInterfaceExtension::MarkChangeAction)
QObject::connect: No such signal
KateDocument::markChanged(KTextEditor::Mark,KTextEditor::MarkInterfaceExtension::MarkChangeAction)
QObject::connect:  (sender name:   'unnamed')
QObject::connect:  (receiver name: 'unnamed')
gideon: setBreakpoint:/home/andy/test/src/test.cpp
kdevelop (debugger): STDERR: Excess command line arguments ignored.
("-nx" ...)
@
kdevelop (debugger): Unparsed (default - not busy)<Excess command line
arguments ignored. ("-nx" ...)>
kdevelop (debugger): Unparsed (default - not busy)<GNU gdb 5.3>
kdevelop (debugger): Unparsed (default - not busy)<Copyright 2002 Free
Software Foundation, Inc.>
kdevelop (debugger): Unparsed (default - not busy)<GDB is free software,
covered by the GNU General Public License, and you are>
kdevelop (debugger): Unparsed (default - not busy)<welcome to change it
and/or distribute copies of it under certain conditions.>
kdevelop (debugger): Unparsed (default - not busy)<Type "show copying"
to see the conditions.>
kdevelop (debugger): Unparsed (default - not busy)<There is absolutely
no warranty for GDB.  Type "show warranty" for details.>
kdevelop (debugger): STDERR: "/home/andy/test/./bin/test": No such file
or directory.
kdevelop (debugger): STDERR:
/
kdevelop (debugger): <quit wait>
kdevelop (debugger): Debugger state:  :
kdevelop (debugger):    Debugger stopped
kdevelop (debugger): Disassemble widget active: false
kdevelop (core): Core::running
kdevelop (debugger): Debugger state: E:
kdevelop (debugger):    This GDB was configured as
"i686-pc-linux-gnu"..."/home/andy/test/./bin/test": No such file or
directory.
kdevelop (debugger): Bad file <This GDB was configured as
"i686-pc-linux-gnu"..."/home/andy/test/./bin/test": No such file or
directory.>
kdevelop (debugger): Timer aborted

It looks like there is a problem with parsing the output of gdb, since
the string 
This GDB was configured as "i686-pc-linux-gnu"
is the very last one gdb prints when started. 
For some reason the string seems to be prepended to the filename which 
then of course does not exists.
Or is this a problem with the gdb ?

i'm using lastest cvs and gdb 5.3 (gentoo 1.4 rc2)

Thanks,

 Andreas 

-- 
>>>>>>>>>>>>>>>    Linux is like a wigwam.   <<<<<<<<<<<<<<<

               No gates, no windows and an apache inside






More information about the KDevelop-devel mailing list