diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-22 16:59:43 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-22 16:59:43 +0000 |
commit | 7cba06421a77b66f7bce40f4c5428d7061c4a1dd (patch) | |
tree | d8036afad310e5fa7cf3a1428e6795dbbf34d724 /Hurd | |
parent | 16193fce071819051f5fb2e74ef7be3d77661520 (diff) |
web commit by NealWalfield: Add a bit of text from [[Hurd/Debugging]]
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/noninvasivedebugging.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Hurd/noninvasivedebugging.mdwn b/Hurd/noninvasivedebugging.mdwn index 2ed57c3d..6259ce28 100644 --- a/Hurd/noninvasivedebugging.mdwn +++ b/Hurd/noninvasivedebugging.mdwn @@ -2,4 +2,5 @@ Sometimes using gdb on a server can result in deadlock. You can still use gdb by using the "set noninvasive" option. This indicates to gdb to not stop the program but allows you to -nevertheless examine its state.
\ No newline at end of file +nevertheless examine its state. Thus, you can get back traces +and value of variables (and watch them change underneath you).
\ No newline at end of file |