This is really annoying. I got this with several files and I couldn\'t understand why. Here is an example source code. (Please Just don\'t care about the content, just copy and paste and set break poi
Have anyone an idea or a link to an explanation regarding src2dst in gdb? as in : #8__cxxabiv1::__dynamic_cast (src_ptr=0x5aa2开发者_运维问答1d0, src_type=0x7f1e92dd5840, dst_type=0x7f1e8d2751a0, src
I am attempting to use GDB to debug a Stellaris LM3S8962 Evaluation board using OpenOCD and the GNU ARM toolchain (installed with Ma开发者_StackOverflow中文版cPorts), whenever I set the remote target
Frequently, the same method X gets called from different other methods A, B, C. Is it possible to get a name of the caller method (A, B, C) from inside method X? Most preferably would be GDB console c
I am creating 32-bit binary on 64-bit machine using \'-m32\' option of gcc. When I debug that binary on 64-bit machine then after certain amount of code, If I step-in to some function, it takes me to
I have to debug a Cocoa/Objective-C app that has had its symbols stripped. I am pretty well versed in gdb and Objective-C. Normally, I use tools like otool or cl开发者_如何学JAVAass-dump to find out w
Using the GDB machine interface, is t开发者_如何学Chere a way to get the base type for a specific variable?For example, if I have a variable whose type is a uint32_t (from types.h) is there a way to g
How can I break at the very start of a program on OS X (10.6) without debug symbols? I\'m debugging an issue where my machine hangs and can\'t do certain things (at least anything involving networkin
I have a release version server process running under linux 64-bit systems. It got crashed and left a coredump file. I use gdb to debug it like this:
I am trying to find out how a UIViews transformation matrix is being modified. Thus (using the gdb console) I\'d like to watch for any/all changes of the UIView\'s transform prop开发者_Go百科erty. How