summaryrefslogtreecommitdiff
path: root/hurd/debugging/gdb/noninvasive_debugging.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-11-16 11:27:47 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-11-16 11:27:47 +0100
commit17da10f31c338a48c6b14b98fe21cdb80d823528 (patch)
tree8e8cb82d67d0a470a1d06c67fbe561584145c059 /hurd/debugging/gdb/noninvasive_debugging.mdwn
parent0236ca1a672dc742a04f02b86aa06b4187a6c6f4 (diff)
Add wikilinks.
Diffstat (limited to 'hurd/debugging/gdb/noninvasive_debugging.mdwn')
-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).