-
Notifications
You must be signed in to change notification settings - Fork 809
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