Android/NSPR: Difference between revisions

Jump to navigation Jump to search
Line 36: Line 36:
===Results===
===Results===
Detailed test results are [[Android/NSPR/Tests|here]].
Detailed test results are [[Android/NSPR/Tests|here]].
===Debugging===
Use gdb/gdbserver as described on the [[Android#Debugging_with_gdb|main page]], just instead of attaching to a process, run it with gdbserver:
(Host)$ adb forward tcp:1234 tcp:1234
(Device)# gdbserver localhost:1234 ./<testname>
(Host)$ $NDK/build/prebuilt/linux-x86/arm-eabi-4.2.1/bin/arm-eabi-gdb
(Host)(gdb) FILE <testname>
(Host)(gdb) target remote localhost:1234
200

edits

Navigation menu