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 13:29] – [TO DO] 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 | ||
| < | < | ||
| - | $ man gdbinit | + | SYNOPSIS |
| + | /etc/gdbinit | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | |||
| + | 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 " | ||
| + | | ||
| + | |||
| + | | ||
| + | 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'" | ||
| </ | </ | ||
| - | * frontends (gdbgui) | + | |
| + | [[https:// | ||
| ===== Info ===== | ===== Info ===== | ||