X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdebug.texi;fp=doc%2Fdebug.texi;h=ba53f70e0f4a5a2dce6d9d153558c0fc2624880c;hb=1efa390f39175f3c37c43ed0fbc4e3f78900a78d;hp=ce3e4bd0a35fb6ff38d70374c3cabfde1bab814e;hpb=7843359f7a2869dffb24eb53db9259106fb49820;p=pintos-anon diff --git a/doc/debug.texi b/doc/debug.texi index ce3e4bd..ba53f70 100644 --- a/doc/debug.texi +++ b/doc/debug.texi @@ -314,7 +314,13 @@ a bug in the original Pintos code. The first and second are quite likely, and you should seriously consider both. We hope that the third is less likely, but it is also possible. -@anchor{Debugging User Programs} +@menu +* Debugging User Programs:: +@end menu + +@node Debugging User Programs +@subsection Debugging User Programs + You can also use @command{gdb} to debug a user program running under Pintos. Start by issuing this @command{gdb} command to load the program's symbol table: