gdb
GDB keeps producing "No line xx in file" error, even though the file has the lines
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[详细]
2023-03-28 07:43 分类:问答debugging:: gdb :: what is src2dst?
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[详细]
2023-03-28 04:15 分类:问答arm-none-eabi-gdb and openocd: Malformed response to offset query, qOffsets?
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[详细]
2023-03-28 03:21 分类:问答How to get a caller method name?
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[详细]
2023-03-28 00:00 分类:问答Insight (gdb) debugger problem while debugging 32 bit binary on 64 bit machine
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[详细]
2023-03-27 21:24 分类:问答gdb Objective-C No Symbol Table
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[详细]
2023-03-27 20:08 分类:问答How do I get the base type of a variable using GDB/MI
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[详细]
2023-03-27 11:14 分类:问答Break at program start on OS X?
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[详细]
2023-03-27 07:55 分类:问答Can not get any information from gdb backtrace
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:[详细]
2023-03-26 16:29 分类:问答Debugging iOS: How do I break on property value change?
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[详细]
2023-03-26 16:22 分类:问答