I use a debugging script that runs several related processes in succession with the debugger. I\'m currently using -x to execute several commands automatically (such as run). How can I make gdb quit a
I ssh into a remote linux sever from my Mac, and run gdbtui to debug a program. The source code displays, but the cursor line in the source code window frequently is not highlighted. I can enter comma
I\'m a Visual Studio user and am used to breakpoints for debugging. I\'m now working in a linux environment and am using Eclipse as an IDE. I\'m a newbie in linux and eclipse开发者_StackOverflow. I do
While debugging a C program in gdb I have a breakpoint in a for loop. I cannot print the value of \"i\" ( I get : No symbol \"i\" in current context.). I can print the value of all the other variables
Anybody knows t开发者_StackOverflow中文版he error message? gdbserver[949] segfault at 81c ip 0000081c sp bfeef918 error 4 in gdbserver [8048000+1c0000]
I have major issue with GNU gdb (GDB) SUSE (6.8.50.20090302-1.5.18). It takes ages to print the value of a nested symbol and hitting Ctrl-C ha开发者_高级运维s no effect.
I\'m debugging somebody else\'s Qt program and ran into the following error message which I don\'t understand:
Since I upgraded my OS to Ubuntu 10.04, I\'m experiencing serious problems with GDB. Basically, every time I try to auto-complete us开发者_开发百科ing TAB, the process becomes unresponsive for several
I have a program written in assembly that crashes with a segment开发者_运维知识库ation fault. (The code is irrelevant, but is here.)
About once every three times I run my program, malloc reports a double free error; e.g. myprogram(703,0xb06d9000) malloc: *** error for object 0x17dd0240: double free