diff options
-rw-r--r-- | microkernel/mach/gnumach/debugging.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/microkernel/mach/gnumach/debugging.mdwn b/microkernel/mach/gnumach/debugging.mdwn index b57f0393..71e92459 100644 --- a/microkernel/mach/gnumach/debugging.mdwn +++ b/microkernel/mach/gnumach/debugging.mdwn @@ -29,7 +29,11 @@ To get the register values, type show registers -To get a backtrace, type trace, which will print both function return addresses and function parameters, such as +To get a backtrace, type + + trace + +, which will print both function return addresses and function parameters, such as 0x107cf1(8088488,5e,40000008,2aa008,0) 0x1071bc(0,0,0,0,0) |