X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=doc%2Fuserprog.texi;h=a1321950fd3f877328f801853839be7c9cf69741;hp=cf01158423f9540ce0d91bf7aa3c745d00d71709;hb=941eff93628d8fca26ac6359b4cc8326b817beed;hpb=a03618133f7df0954802a470a4bee7674f7aed45 diff --git a/doc/userprog.texi b/doc/userprog.texi index cf01158..a132195 100644 --- a/doc/userprog.texi +++ b/doc/userprog.texi @@ -924,7 +924,7 @@ Modify @file{src/examples/Makefile}, then run @command{make}. @item Can I run user programs under a debugger? -Yes, with some limitations. @xref{Debugging User Programs}. +Yes, with some limitations. @xref{GDB}. @item What's the difference between @code{tid_t} and @code{pid_t}?