gdb
adding a new command to gdb while using cdt eclipse
Good day, I am writing to you because I tried to follow your instructions [here: http://wiki.eclipse.org/CDT/cdt-debug-dsf-gdb-extensibility ] for adding a new command to gdb while using cdt eclipse.[详细]
2023-04-02 23:37 分类:问答Setting breakpoint on a class's member function in a file
(gdb) b breakpoints.cpp:X::X() Can\'t find member of namespace, class, struct, or union named \"breakpoints.cpp:X::X\"[详细]
2023-04-02 22:05 分类:问答Meaning of 'debugging symbols' with respect to GDB
Wikipedia says: A debug symbol is information that expresses which programming-language constructs generated a specific piece of machin开发者_开发知识库e code in a given executable module.[详细]
2023-04-02 14:12 分类:问答Eclipse & Seqoyah - Tries to connect to gdbserver before application is launched on device
I\'ve setup my Eclipse to debug the Native side of my application using Eclipse & Seqoyah and added the appropriate C/C++ Application Debug Configuration.[详细]
2023-04-02 10:25 分类:问答Does GDB supports "run time sampling" or is there a user "extension" that does it
Motivation: I cant get google cpu profiler to work on machine where code runs(with my last breath I curse libunwind :)), so I was wondering if the gdb supports high frequency random pausing of the pro[详细]
2023-04-02 04:17 分类:问答How to find where a library call returns?
I am analyzing an external FORTRAN library which is quite huge. Anyways, the whole point of the library is to fit parameters values for a function I supply. The entry point is one method call with god[详细]
2023-04-02 03:40 分类:问答produce "_Unwind_Resume" call seeing under gbd backtracing
Here is the problem which I\'m trying to address: We\'ve got a core dump while processing data. The result of backtracing is:[详细]
2023-04-02 00:20 分类:问答setting a breakpoint when variable reaches specific value
Is there anyway to set a breakpoint when a vari开发者_JS百科able reaches a specific value in GDB? For example, a variable take these values: 1 4 8 10 3 29 13 11 and I want to set a breakpoint when thi[详细]
2023-04-01 20:21 分类:问答How to get a "backtrace" (like gdb) using only ptrace (linux, x86/x86_64)
I want to get a backtrace-like output as gdb does. But I want to do this via ptrace() directly. My platform is Linux, x86; and, later x86_64.[详细]
2023-04-01 18:12 分类:问答Best way to attach GDB to process ID and list its ARM registers on the iPhone?
Just won开发者_C百科dering, what is the most reliable/best way to attach GDB to process ID and list its ARM registers on the iPhone (through a cocoa app)? I\'ve been trying NSTask for quite awhile, it[详细]
2023-04-01 17:06 分类:问答