diff options
Diffstat (limited to 'Hurd/noninvasivedebugging.mdwn')
-rw-r--r-- | Hurd/noninvasivedebugging.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Hurd/noninvasivedebugging.mdwn b/Hurd/noninvasivedebugging.mdwn new file mode 100644 index 00000000..6259ce28 --- /dev/null +++ b/Hurd/noninvasivedebugging.mdwn @@ -0,0 +1,6 @@ +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. Thus, you can get back traces +and value of variables (and watch them change underneath you).
\ No newline at end of file |