gdb
Cannot find over-released object debugging on device
I have a rather large app which works in the simulator but creates in an over-released object scenario on the iPhone device. NSzombies would seem to be the route to go except that the object is not ov[详细]
2023-03-26 15:21 分类:问答Possible reasons for segmentation fault on function exit
What possible reasons can you think of for a segmentation fault on exiting a function in C++? What I mean by that is, that I have a reproducible segmentation fault in a C++ program, and when I investi[详细]
2023-03-26 13:53 分类:问答Store all the debugging done in gdb in a file
if i want to store all the actions that i have done in 开发者_如何学JAVAgdb on unix machine while debugging a c code what should i do.[详细]
2023-03-26 03:17 分类:问答gdb "run" with error "...Cannot execute: No such file or directory"
I am Ubuntu 10.04 user and I wrote a very simple program, which I compiled with gcc: xyz@xyz-desktop:~/xyz/projects/C\\C++/epollsvr/src$ gcc -g -o test test.c[详细]
2023-03-26 02:43 分类:问答GDB does not break in dynamically-loaded .so file?
In my Linux system I\'m writing a program that dynamically loads some .so libraries when running.It\'s like this: The executable program will search u开发者_高级运维nder a particular directory when it[详细]
2023-03-25 19:11 分类:问答Identifying crash with hs_err_pid*.log and gdb
Update Sept. 12, 2011 I was able to get the core file and immediately dissabled the instruction that crashed. As per advice I tracked the value of r28 (by the way, no registry entry was log to hs_err[详细]
2023-03-25 18:54 分类:问答Debugging with GDB in Emacs remote
i am trying to use gdb within emacs, i have gdb running but the first command i need to input is for example;[详细]
2023-03-25 18:50 分类:问答How to print chained variables using GDB console?
How to print C type variables at GDB console in xcode4? I\'m able to print variables using p var, also able to print variables like p myObj.property but unable to print variables that that are on 3rd[详细]
2023-03-25 12:50 分类:问答How to print every executed line in GDB automatically until a given breakpoint is reached?
I would like to be able to set a breakpoint in GDB, and have it run to that point - and in the process, print out lines it has \"stepped through\".[详细]
2023-03-25 03:57 分类:问答Set breakpoint for class member function not successful
开发者_如何学运维I have a class looks like this: namespace madoka { class polarizable_sites { public:[详细]
2023-03-24 19:14 分类:问答