gdb
Xcode/GDB -- continue with a method call that is specified in the debugger?
Is this possible? Basically, what I want to do is, when I am stopped at a breakpoint, I want to have it call [someObject someMe开发者_开发问答thod], then continue.It is important that the method call[详细]
2023-03-30 17:27 分类:问答Eclipse CDT debug attaching to process - not in executable format: File format not recognized
I\'m trying to use Eclipse with CDT to debug a 64 bit binary. The binary is built outside of Eclipse, and runs fine. I start up the binary outside of eclipse, and then attempt to attach to the process[详细]
2023-03-30 17:18 分类:问答What does _dopr mean
I have a gdb be crashed dump having crashed at dopr What does this d开发者_如何学编程o ? I have not defined this function and not using calling anywhere. Is is libc function ?[详细]
2023-03-30 05:47 分类:问答How to use tracing in GDB
In the documentation for gdb: The tracepoint facility is currently available only for remote targets. See section Specifying a Debugging Target. In addition开发者_StackOverflow, your[详细]
2023-03-30 02:54 分类:问答Invoke and control GDB from c++
Is there any way 开发者_运维问答to invoke GDB and control, access it from c++ program?Yes. Execute it with redirected input/output and simply control it through the pipes.[详细]
2023-03-29 18:28 分类:问答Accessing GDB through Eclipse CDT
Can anyone tell me if there isany w开发者_Python百科ay to access a standard GNU Debugger programatically through C++?[详细]
2023-03-29 12:20 分类:问答GDB script too slow, need help/suggestions
I am writing a gdb script to analyse a core file. The purpose of whom is as follows: 1] I am looking for packets which are scattered in the 64Mb space. The packet has a magic number of 4 bytes. Hence[详细]
2023-03-29 08:41 分类:问答Best gui for remote gdb [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-28 21:17 分类:问答print-object in Xcode4 not behaving as expected
I keep seeing references to being able to execute code from the debugger, but it never works for me.For example,[详细]
2023-03-28 18:02 分类:问答Problem debugging with Eclipse CDT - Execution and GUI not aligned
I am using Eclipse CDT to debug a C++ project in Ubuntu. The GUI, i.e the small arrow showing the next line of source code to be executed, is not aligned with the actual execution. Specifically, it is[详细]
2023-03-28 08:32 分类:问答