Skip to content

Use personal configuration files

Andrea Cardaci edited this page Dec 12, 2019 · 2 revisions

Personal configuration files can be placed in the ~/.gdbinit.d/ directory, those files can be used to customize GDB or the dashboard.

For example:

set breakpoint pending on
set confirm off
set disassembly-flavor intel
dashboard registers -style column-major True
Clone this wiki locally