summaryrefslogtreecommitdiff
path: root/hurd/subhurd.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-06 17:57:47 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-06 18:45:58 +0200
commit9fa541250ccda3cd9a3f384d987d1c113304350b (patch)
treea4ba910df556cfb7a8a454d5983c77dd355475a5 /hurd/subhurd.mdwn
parent83d6d51953fdbf2ec8b3e3ad812fa30341a4cb01 (diff)
Factor out `hurd/debugging/gdb' and create `hurd/debugging/rpctrace'.
Diffstat (limited to 'hurd/subhurd.mdwn')
-rw-r--r--hurd/subhurd.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn
index 758450f7..5256a70b 100644
--- a/hurd/subhurd.mdwn
+++ b/hurd/subhurd.mdwn
@@ -23,8 +23,8 @@ Sub-hurds are extremely useful for debugging core servers as it is possible to
attach to them with gdb from the parent
([[debugging_via_subhurds|debugging/subhurd]]). This avoids deadlock, e.g.,
when the instance of gdb stops the server but requires its use. (Note: it is
-possible to use [[noninvasive_debugging|noninvasivedebugging]], but this is
-less flexible.)
+possible to use [[debugging/gdb/noninvasive_debugging]], but this is less
+flexible.)
# Howto