Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gdb [2019/07/24 12:58] – [Misc] rpjday | gdb [2019/07/25 11:24] (current) – [TO DO] rpjday | ||
---|---|---|---|
Line 9: | Line 9: | ||
===== TO DO ===== | ===== TO DO ===== | ||
- | * '' | + | * frontends (gdbgui) |
+ | * debug running process | ||
+ | * kgdb | ||
+ | * gdbserver | ||
+ | |||
+ | ===== .gdbinit ===== | ||
+ | |||
+ | < | ||
+ | SYNOPSIS | ||
+ | / | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | DESCRIPTION | ||
+ | These files contain GDB commands to automatically execute | ||
+ | | ||
+ | of commands, described in the GDB manual in node " | ||
+ | shell command "info -f gdb -n Sequences" | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | / | ||
+ | | ||
+ | user specified GDB option " | ||
+ | GDB manual in node " | ||
+ | | ||
+ | |||
+ | ~/.gdbinit | ||
+ | User initialization file. It is executed unless user | ||
+ | | ||
+ | |||
+ | | ||
+ | | ||
+ | be enabled with GDB security command "set auto-load | ||
+ | | ||
+ | File in the Current Directory" | ||
+ | gdb -n 'Init File in the Current Directory'". | ||
+ | </ | ||
+ | |||
+ | [[https:// | ||
===== Info ===== | ===== Info ===== |