From 1b3f7fb65af5af5834735f18a0a91249d9b7a4fa Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 10 Mar 2007 17:17:00 +0000 Subject: none --- Hurd/Debugging.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Hurd/Debugging.mdwn b/Hurd/Debugging.mdwn index 65ac4629..5e94f65d 100644 --- a/Hurd/Debugging.mdwn +++ b/Hurd/Debugging.mdwn @@ -6,6 +6,10 @@ +### _noninvasive_ mode + +This essentially means that the program continues running as usual, but you can use GDB to get back traces and print variables (and watch them change underneath you). This can be helpful when debugging system wide default servers that shall not be stopped while debugging. + ---- ## Debugging glibc @@ -17,3 +21,9 @@ See [[DebuggingGlibc]]. ## Debugging via subhurds See [[DebuggingViaSubhurds]]. + +---- + +## General Notes + +For debugging the system wide default servers (like the root file system server or the _exec_ server), it is recommendable to instead debug them in a sub-hurd or at least use the _noninvasive_ mode when attaching GDB to them. -- cgit v1.2.3