From b59a47940511c8c7ab2435ac89ec0cef1eb1d03e Mon Sep 17 00:00:00 2001 From: Zakaria Fadli Date: Fri, 10 Jan 2025 23:07:14 +0100 Subject: [PATCH] gdbinit: Add header comment to my gdb init --- gdb/gdbinit | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gdb/gdbinit b/gdb/gdbinit index 05829ba..6a546c5 100644 --- a/gdb/gdbinit +++ b/gdb/gdbinit @@ -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)