Skip to content

Commit 51543da

Browse files
committed
Rename ftldns/debugging -> ftldns/gdb for clarity
Signed-off-by: DL6ER <[email protected]>
1 parent 883f042 commit 51543da

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
File renamed without changes.

docs/ftldns/valgrind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ When set to `yes`, Memcheck keeps track of the origins of all uninitialised valu
7979

8080
You can also combine `valgrind` with `gdb` to get both the memory error detection and the ability to step through the code after a crash (or other unexpected behaviour).
8181

82-
1. Prepare `gdb` as described in [the `gdb` guide](debugging.md).
82+
1. Prepare `gdb` as described in [the `gdb` guide](gdb.md).
8383
2. Start `pihole-FTL` in `valgrind` as described above. The `--vgdb=full` option tells `valgrind` to start a GDB server.
8484
3. Once FTL has started, you can attach `gdb` to the running process using
8585

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ nav:
147147
- 'Cache dump': ftldns/cache_dump.md
148148
- 'Packet dump': ftldns/package_dump.md
149149
- 'Debugging':
150-
- 'gdb': ftldns/debugging.md
150+
- 'gdb': ftldns/gdb.md
151151
- 'valgrind': ftldns/valgrind.md
152152
- 'Group Management':
153153
- 'Group Management': group_management/index.md
@@ -283,3 +283,4 @@ plugins:
283283
'guides/vpn/openvpn/overview.md': guides/vpn/openvpn/index.md
284284
'guides/misc/tor/overview.md': guides/misc/tor/index.md
285285
'guides/github/contributing.md': guides/github/index.md
286+
'ftldns/debugging.md': ftldns/gdb.md

0 commit comments

Comments
 (0)