diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-21 08:25:00 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-21 08:25:00 +0200 |
| commit | 54da71f2e70899490fd3d3c89af83a117474e9eb (patch) | |
| tree | d443982f18a002e3f8a68bfa9a2bc3c73cc58af4 | |
| parent | ac37d1e927d9d556c304e78b3e6c06107cbc9e54 (diff) | |
| download | kernel-54da71f2e70899490fd3d3c89af83a117474e9eb.tar.xz kernel-54da71f2e70899490fd3d3c89af83a117474e9eb.zip | |
ide: improve gdb config file
| -rw-r--r-- | .gdbinit | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1 +1,10 @@ -skip -rfu Catch
\ No newline at end of file +# This file is only loaded if the path to this repository is added to the +# autoload safe path. For example, add something like the following to your +# users central gdb configuration: +# +# add-auto-load-safe-path /path/to/the/project +# + +skip -rfu ^Catch:: +skip -rfu .*operator.*""_catch_sr.* +skip -gfi */catch2/*
\ No newline at end of file |
