Jim Chen

Results 4 comments of Jim Chen

The "No module named printing" error can be fixed [1]. Not sure about the "Symbol not found" error. [1] https://wiki.mozilla.org/Mobile/Fennec/Android/GDB#.22No_module_named_printing.22_when_debugging_Fennec_with_JimDB

Thanks! Are any of the patches good candidates for upstreaming to GDB? If not, I'll be glad to look at them.

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...

Thanks for the note! Could you try it again with the 'gdbutils-3' branch? i.e. ``` cd moz-gdb/utils git pull origin gdbutils-3 ``` That branch has some improvements related to running...