From a22653ad7b89755365c62c4873aa7ad85567db01 Mon Sep 17 00:00:00 2001 From: scbj Date: Fri, 6 Feb 2026 10:20:03 +0100 Subject: [PATCH] (gdb) updated table of contents --- gdb.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gdb.md b/gdb.md index 94d40b8..8ee0bc6 100644 --- a/gdb.md +++ b/gdb.md @@ -2,6 +2,13 @@ - [GNU debugger](#gnu-debugger) + - [cheat sheet (nonexhaustive)](#cheat-sheet-nonexhaustive) + - [reset program](#reset-program) + - [TUI mode](#tui-mode) + - [TUI keybindings](#tui-keybindings) + - [navigation](#navigation) + - [layouts](#layouts) + - [source code view](#source-code-view)