Use this tag for problems related to or involving GDB, the standard debugger for the GNU software system.
Please don't reply I should use ddd, nemiver, emacs, vim, or any other front-end, I just prefer gdb as it …
gdb terminal colorsIs it possible to save/dump core file using gdb? Sometimes I want to save file to analyze it later.
gdb core-fileWhen I use gcc to compile C programs I usually use -g to get some debug information into the elf …
gcc gdbWhen you're doing a usual gdb session on an executable file on the same computer, you can give the run …
embedded gdb debuggingIs it possible to inspect the return value of a function in gdb assuming the return value is not assigned …
debugging cross-platform gdb return-valueI have a buggy (memory leaked) software. As an evidence, I have 1GB of core.dump file. Heap size is 900…
memory-leaks gdb dump coredump