How can I set Emacs gdb so that it shows the most recent command when I press arrow-up? In the Emacs gdb it will just go开发者_Go百科 one line up in the buffer.
It seems that gdb is failing to find breakpo开发者_如何学编程ints if a class is implemented in the header file. Therefore I am trying to force a breakpoint from the source. I guess I need the mips equ
I am trying to figure out when a certain memory address is written to. I have tried couple of different loops in gdb but it never stoped. Any ideas?
I want to know the exact contents of a program stack. How is the bran开发者_StackOverflow社区ching operation done?
I have a C++ application compiled in debug (using MinGW and Qt) but I\'ve lost some major changes because someone 开发者_开发技巧in my team forgot to commit his changes in the source control manager a
I\'m using Xcode 3.2.3 and iPhone SDK So I\'m trying to debug a UIView subclass, I hit a breakpoint in an overridden method and I can\'t see any symbols in either the GUI or gdb, just globals and reg
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
Program 开发者_如何学编程received signal SIGSEGV, Segmentation fault. 0x08049795 in execute_jobs ()
I\'d like to know if my program is accessing NULL pointers or stale memory. The backtrace looks like this:
Can GDB 开发者_运维技巧be used to debug programs in languages other than C or C++, like Java?GDB can debug a variety of file formats, but it doesn\'t support scripted languages (Perl, PHP, Python, etc