ddd-debugger

ddd inferior remote debugging, but how to enter password?

What I'm trying to do is to access gdb on my iPhone (jailbroken) as inferior debugger via ddd. However it fails because the connection is refused, probably because of the password. This is an example on how I want to do what I want: ddd --host [email protected] /usr/bin/gdb I've tried thinks like --host root:[email protected],... bu...

ddd hangs on start

Question has been asked before and I see bug report on ddd newsgroups but none of the suggested solutions work for me. It comes up but when you try doing anything like opening a file it hangs with the message "waiting until GDB gets ready." A crucial fact, reported by others too, is that it works fine for some users and not others. I'...

warning: (Internal error: pc 0x804a6b0 in read in psymtab, but not in symtab.) g++

I am trying to debug a program using ddd. When I try to enter any function, or within main() itself, I get the following warning: warning: (Internal error: pc 0x804a6b0 in read in psymtab, but not in symtab.) This warning flashes whenever I try to move to another instruction using 'n' or enter or leave a function. I have tried to...

Installing x86_64 version of ddd, but missing .so libraries

I am trying to install ddd on my x86_64 GNU/Linux machine. I have tried installing a few different versions of ddd, but when I type "rpm -i ddd..." I get: ddd-> rpm -i ddd-3.3.11-14.el5.4.x86_64.rpm warning: ddd-3.3.11-14.el5.4.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6 error: Failed dependencies: ...

GDB (DDD), debugging questions

Some things in GDB (actually using DDD gui) confuse me, when debugging my own C++ codes: 1) Why is there no backtrace available after a HEAP ERROR crash? 2) Why does gdb sometimes stop AFTER the breakpoint rather than AT the breakpoint? 3) Sometimes stepping through commented lines causes execution of some instructions (gdb busy)?? Any...