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 void* and I think there\'s a string nearby, somewhere within the next few bytes, b开发者_开发技巧ut I\'m not sure where.I don\'t know have any other knowledge of the what\'s nearby in memory,
Im trying to get the starting address of buf. So I compile the following program and load it up in gdb.
At a customer place a third party software has crashed. The process and the libraries are stripped (no symbols), the call stack does not give any useful information. All that I have is registers which
Slightly oxymoronic title! Bonus points for Xcode answer but it\'s a gdb question. If I have a standard, statically sized array gdb will print all its elements [and Xcode will let me browse through i
I have *** glibc detected *** free(): invalid pointer: 0x00050530 *** and cored开发者_运维问答ump
I\'m trying to add pretty printing for STL objects in eclipse cdt. I tried to follow the steps described here:
My goal is to allow pretty printing of Qt classes in gdb. I.e if i have: QString str(\"str\"); in my code and execute
I ha开发者_开发知识库ve a bash script which calls another bash script which calls a (very fast) executable. I would like to know if there\'s a way of attaching gdb to the executable without modifying
I am trying to debug a program run as another user, using Netbeans. I can do this manually at the command line, by running sudo gdm and then attaching to the pid.