darchons / android-gdb

GDB fork targetting Android/Fennec development
https://wiki.mozilla.org/Android/GDB
GNU General Public License v2.0
31 stars 25 forks source link

gdb hangs when calling system calls manually #4

Open jrmuizel opened 12 years ago

jrmuizel commented 12 years ago

For example,

(gdb) call (int)getpid()

darchons commented 12 years ago

Weird, seems to work fine for me. I'm using a Ubuntu 11.10 VM connected to a Motorola Triumph (Froyo)

(gdb) call (int)getpid()
$1 = 23665
(gdb) shell adb shell ps | grep fennec
app_73    23665 96    269116 27316 ffffffff 00000000 T org.mozilla.fennec_jim