summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/debugging/gdb/noninvasive_debugging.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/debugging/gdb/noninvasive_debugging.mdwn b/hurd/debugging/gdb/noninvasive_debugging.mdwn
index 18355c8c..b6beb9c5 100644
--- a/hurd/debugging/gdb/noninvasive_debugging.mdwn
+++ b/hurd/debugging/gdb/noninvasive_debugging.mdwn
@@ -6,9 +6,9 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled
[[GNU_Free_Documentation_License|/fdl]]."]]
-Sometimes using [[GDB]] on a system server can result in a [[deadlock]]. You
+Sometimes using [[GDB]] on a [[system_server|translator]] can result in a [[deadlock]]. You
can however still use GDB by using the [`set
noninvasive`](http://sourceware.org/gdb/current/onlinedocs/gdb_19.html#Hurd%20Native)
option. This indicates to GDB to not stop the program but allows you to
-nevertheless examine its state. Thus, you can get back traces and value of
+nevertheless examine its state. Thus, you can get [[/gdb/backtrace]]s and values of
variables (and watch them change underneath you).