I\'m used to using gdb quite effectively when I am dealing with ELF binaries which have been compiled using the -ggdb flag. However there are a few difficulties I am facing when I am facing 开发者_高级
I am using eclipse cdt to develop a c++ program. One thing that drives me crazy is that either eclipse cdt or gdb which it uses for debugging break automatically on main method entry. I don\'t want to
I\'m using Xcode 3.2.3 on Mac OS X 10.6.6 on a Mac Pro to build revision 5fd480ef577f of GrowlTunes from the growl-development repository.
when开发者_JAVA技巧 i bedug the programme through gdb it is giving error [Thread 0x8003 (LWP 6186) exited] and Program exited normally can any body help me to come out this problemThat is not an error
I have a GUI program that opens a Windows console in a separate window to display output and accept user input. My development environment is Qt 4.7.1 with mingw. The console works fine, until I try t
I have looked through GDB documentation, but haven\'t found anything that works or shows what I need: the maximum amount of memory that is used by my application.
I have a problem with remote debugging. Host: laptop intel i5 with ubuntu 10.10 x86 Target: Freescale iMX35 (iMX35 PDK) arm 11
I have a program, which was stopped by kill -STOP. I want to take a core dump of it without running it (program must be stopped for all time; if it will receive a SIGCONT, it will die without coredump
Android(gdbserver run in Android) says: gdb: Unable to get location for thread creation breakpoint: requested event is not supported
I\'m debug-running a daemon application in foreground mode inside gdb inside a tmux session. This daemon 开发者_如何学Gooccasionally crashes with a SIGSEGV. Results of this crash are not immediately e