Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gdbinit: Add header comment to my gdb init
Browse files Browse the repository at this point in the history
zakaria1193 committed Jan 10, 2025
1 parent efeadd5 commit b59a479
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gdb/gdbinit
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# GDB Configuration file (Embedded and on Host debugging)
# Expectes the following env vars to be defined:
# GDB_TARGET -> Target name, e.g. samr21, efr32, nlg-linux etc.
# leave empty to run classic gdb on host with my custom options

set auto-load safe-path /

# GDB Generic Configuration file (Embedded and on Host)

0 comments on commit b59a479

Please sign in to comment.