I have this gdb macro, which is used to print meaningful stacktraces when debugging the mono runtime. It iterates over all stackframes, figures out if that frame is native or managed. If it is managed
I\'m using gdb to connect to a 2.6.31.13 linux开发者_JAVA技巧 kernel patched with KGDB over Ethernet, and when I try to detach the debugger I get this:
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
I have a qApp that generates a segmentation fault only when a breakpoint is inserted in the code (I can put it at different places) and only after 4-5 breakpoint stops.Do I have a problem with my code
I\'m having some trouble stepping over in GDB.I\'ve built an example program from the ffmpeg library with debug symbols on and stripping off.Although I configured the ffmpeg library to static and expl
I attached to a program with gdb in OSX and I want to use CFShow in the gdb console etc. However, nothing shows up. printf shows nothing as well:
program runs fine.When I put a breakpoint a segmentation fault is generated.Is it me or GDB?At run time this never happens and if I instantiate only one object then no problems.
I\'m trying to debug Firefox trunk inside Eclipse CDT on Linux x86_64 (Ubuntu Karmic). I have done the following:
Can any 1 please tell or show the difference in the behaviour of any program before and after I \"set endian little\" in gdb on sol开发者_如何学编程aris machine?
recently I\'ve started to use the excellent boost::unordered_map on my system, but got one drawback: I couldn\'t figure how to inspect its contents. Printing it on 开发者_运维问答gdb gives me a table_