diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-07-03 18:37:53 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-07-03 18:37:53 +0200 |
| commit | 31b2d83b8703971452a5200abf02a1353bef2a81 (patch) | |
| tree | bec103a73d283eddd47824e9a3911ff4f2a05ee2 /.config/gdb | |
| parent | 38a2ee83e398bfe63328b5ac38fca69f032cde0d (diff) | |
Diffstat (limited to '.config/gdb')
| -rw-r--r-- | .config/gdb/gdbinit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/gdb/gdbinit b/.config/gdb/gdbinit index 4c61733..ba777a8 100644 --- a/.config/gdb/gdbinit +++ b/.config/gdb/gdbinit @@ -14,9 +14,12 @@ set history save on set history size 10000000 set history remove-duplicates 100 set style emoji off +set pagination off # aliases alias reset = monitor reset +alias erase = monitor flash erase + alias -a -- v8m = arm-v8m alias -a -- v8m tz = arm-v8m trustzone alias -a -- jlink sv = jlink server |