views:

30

answers:

0

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],... but that failed to.

Does anyone know how to get ddd to use a password to connect with the host? ddd's documentations doesn't reveal anything :(