diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-05-15 21:30:10 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-05-15 21:30:10 +0200 |
commit | 18832c3c597140009c2585645a1209a5ed2aa691 (patch) | |
tree | a6685e63c2c55fb7a23f16c8fd6760f07740c7f3 /microkernel | |
parent | a11020d11834906d004a92585a3d5fe7669950e6 (diff) |
separate the trace command
Diffstat (limited to 'microkernel')
-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) |