I have problem in Eclipse c/c++ with debugging. On some, not all, functions when I put break point it shows me no sorce available for that function ( example no source available for test() ). That fun
The Android NDK documentation doesn\'t seem all that clear to me as to what sequence of commands you run to get debugging information into, and out of the ndk-gdb executable which开发者_JAVA百科 is pr
I cross compiled a linux targeted app on a cygwin host. The program runs ok on the target and also with gdbserver. However, when I try to step through the program it crashes whenever I step into a sha
I have a problem with remote debugging. Host: laptop intel i5 with ubuntu 10.10 x86 Target: Freescale iMX35 (iMX35 PDK) arm 11
I\'m trying to de开发者_Go百科bug a forking process on remote host, but getting the gdbserver process end on me every time with child exit.
Anybody knows t开发者_StackOverflow中文版he error message? gdbserver[949] segfault at 81c ip 0000081c sp bfeef918 error 4 in gdbserver [8048000+1c0000]
I am running Eclipse CDT on Windows to develop C code that is built & tested on remote Linux systems. Currently, the code is never compiled on Windows.
Does anyone know why I can\'t use Eclipse CDT to remotely debug a device when I manage it on the command-line with gdb using target remote command? I do get a warning when connecting, but other than t
I have two identical 64 bit Centos 5 machines, that are networked, and share their /home mount.I compile a simple Hello World program on one, and then I have figured out how to use gdb on one machine
I have some piece of code which uses JNI. I can debug code wrote in Java directly in Eclipse (using ADT). I even have a script, which help me debug native code with gdb. 开发者_Go百科However this is n