I\'m debugging a C application that has a segmentation fault. I already identified the variable that causes the problem. However, I do not know yet, when the variable is assigned so that it causes the
My program uses a third part library that throws segmentation fault at some point. I tried to compile the library with debug symbols and w开发者_运维技巧ithout compiler optimization, and the crash gon
I was testing some things with gdb with this code (it\'s a wrong code, i use it just for testing purposes):
I have a huge pascal code compiled with fpc. I am getting random \"EInOutError\" exception and I am trying to debug it using gdb.
I want to add some extra funcionality to /bin/ls. So I started it on gdb and added a breakpoint at the beginning.
I have some librar开发者_如何转开发ies that are linked as .framework files in XCode 4.I cannot view the source code if I step into the classes from these libraries, or set breakpoints in it : I can vi
Is it possible t开发者_StackOverflow社区o remotely debug a program on a PPC target machine (obsiously by gdbserver) with a x86 version of gdb or there is need to build a cross-gdb?
I\'m using gdb to debug some c++ code. At the moment the code I\'m looking at iterates through an array of pointers, which are either a pointer to some object or a NULL pointer.
gcc (GCC) 4.6.0 GNU gdb (GDB) Fedora (7.2.90.20110525-38.fc15) I recently had a problem when I was trying to debug my problem using gdb. When I loaded my binary the gdb complained \"No debugging symb
I have a problem in开发者_C百科 my code. I can\'t find what adds UIImageView to my UIScrollView. There is no direst addSubview call for sure.