Add section heading for Debugging User Programs.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 5 Apr 2006 20:09:13 +0000 (20:09 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 5 Apr 2006 20:09:13 +0000 (20:09 +0000)
Thanks to "Huey Kwik" <kwik@stanford.edu> for the question.

doc/debug.texi

index ce3e4bd0a35fb6ff38d70374c3cabfde1bab814e..ba53f70e0f4a5a2dce6d9d153558c0fc2624880c 100644 (file)
@@ -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: