From: Mark Wooding Date: Tue, 11 Apr 2023 12:43:14 +0000 (+0100) Subject: dot/gdbinit: Tell Gdb that things in `~/src/' are basically OK. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/241c3eca2108c1c5b6b36cf4bf85651a7352f52d?hp=3cce69351d5fee00b46097aa8cb8f2ee36bf00d7 dot/gdbinit: Tell Gdb that things in `~/src/' are basically OK. --- diff --git a/dot/gdbinit b/dot/gdbinit index d888557..03d8a91 100644 --- a/dot/gdbinit +++ b/dot/gdbinit @@ -6,3 +6,5 @@ set disassembly-flavor intel set disassemble-next-line auto set history save on set confirm off + +add-auto-load-safe-path ~/src/