diff options
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/noninvasivedebugging.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Hurd/noninvasivedebugging.mdwn b/Hurd/noninvasivedebugging.mdwn new file mode 100644 index 00000000..2ed57c3d --- /dev/null +++ b/Hurd/noninvasivedebugging.mdwn @@ -0,0 +1,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 |