ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Open Program: waiting until GDB (or dbx .. ) gets ready..., and i wait&


From: Sven Kersse
Subject: Open Program: waiting until GDB (or dbx .. ) gets ready..., and i wait&wait & wait ....
Date: Tue, 4 Dec 2001 19:22:42 +0100

hidyall,

needed to recompile ddd for avoiding some lex bufferoverflows ,
fetched the newest release 331,
ddd compiled nice out of the box without much warnings but ..
when I launch this very nice tool ...

address@hidden:/srcbrowse/svke/ddd-3.3.1 >ddd -trace
GNU DDD 3.3.1 (powerpc-ibm-aix4.3.2.0)
Copyright (C) 1995-1999 Technische Universität Braunschweig, Germany.
Copyright (C) 1999-2001 Universität Passau, Germany.

Compiled with IBM Visual Age 500 (0x0500)
Requires X11R6, Xt11R6, Motif 2.1 (Motif Version 2.1.0)
Includes Athena Panner, DDD core
Built 2001-12-04 by Sven Kersse <address@hidden>.
$  ddd -trace
+  /bin/sh -c 'exec gdb -q -fullname'
#  Hello, world!
#  Starting GDB...
#  Current language: C/C++
#  Searching "vsllib/ddd.vsl"...
#  Trying "/home/svke/.ddd/vsllib/ddd.vsl"
#  Trying "~svke/.local/share/ddd-3.3.1/vsllib/ddd.vsl"
#  Trying "~svke/.local/share/ddd/vsllib/ddd.vsl"
#  Trying "/home/svke/.local/share/ddd-3.3.1/vsllib/ddd.vsl"
#  Searching
"vsllib/ddd.vsl"..."/home/svke/.local/share/ddd-3.3.1/vsllib/ddd.vsl".
#  Open Program: waiting until GDB gets ready...

it forks gdb and waits for it ad infinitum(doesnt matter what underlying
debugger i use dbx..)

i'm using :
address@hidden:/srcbrowse/svke/ddd-3.3.1 >gdb -v
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-ibm-aix4.3.2.0".

the same gdb works fine with 321
the output of the older release looks like:

address@hidden:/srcbrowse/svke/ddd-3.3.1 >~adwa/.local/bin/ddd --trace
GNU DDD 3.2.1 (powerpc-ibm-aix4.3.2.0)
Copyright (C) 1995-1999 Technische Universitaet Braunschweig, Germany.
Copyright (C) 1999-2000 Universitaet Passau, Germany.
Compiled with xlC
Requires X11R6, Xt11R6, Motif 2.1 (Motif Version 2.1.0)
Includes DDD core, Manual, App defaults, Athena Panner
Built 2000-12-13 by Adrian Wallaschek <address@hidden>.
$  /home/adwa/.local/bin/ddd --trace
+  /bin/sh -c 'exec gdb -q -fullname'
#  Hello, world!
#  Starting GDB...
#  Running GDB (pid 478078, tty /dev/pts/40)...
#  Current language: c/c++
<- "readline: warning: turning on OPOST for terminal\r"
<- "readline: warning: turning on OPOST for terminal\r"
<- "(gdb) "
-> "set prompt (gdb) "
<- "(gdb) "
etc etc ..


any idea howIcanfixdis?
tnx




reply via email to

[Prev in Thread] Current Thread [Next in Thread]