This question already has answers here: 开发者_如何学运维gvim and gdb for C? (8 answers) Closed 7 years ago.
It's difficult to tell what is being asked here. This question is ambiguous, vague开发者_C百科, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. Fo
I have wrapped my C/C++ code using SWIG in Perl. I have few segmentation fault because of the wrapped code. I am trying to use ddd with the Perl script but unfortunately even if I set a breakpoint on
Using gdb, I can type \'info threads\' or \'thread apply all backtrace\' to get a listing of all my threads and what they\'re doing.
When a process is attached by gdb, the stat of the process is \"T\", like: root65070.00.067896952 ?Ss12:010:00 /mytest
I\'m debugging a program (in Solaris) that may be writing into memory marked read-only, but I\'m unsure how to determine whether that page of memory is actually marked as read-only.
I\'m using Eclipse CDT Indigo. I read few advices how to use cross-debugging (Eclipse is on Windows, while compilation and debugging should be done on remote Linux machine). So far I was able to compi
I have written a custom core-dump handling application for a project. I have changed \'/proc/sys/kernel/core_pattern\'开发者_JAVA百科 to call my dump-handler and its invoked successfully.
I have an executable that was built in Qt. When I try to use the command, \"gdb my_executable\", I am able to set breakpoint only for the functions that are in the main.cpp file, For all other functio
I get the following message in gdb (version 7.1): [Thread debugging using libthread_db enabled] and the command reverse-step