summaryrefslogtreecommitdiff
path: root/microkernel/mach/gnumach/debugging.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-05-15 21:30:10 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-05-15 21:30:10 +0200
commit18832c3c597140009c2585645a1209a5ed2aa691 (patch)
treea6685e63c2c55fb7a23f16c8fd6760f07740c7f3 /microkernel/mach/gnumach/debugging.mdwn
parenta11020d11834906d004a92585a3d5fe7669950e6 (diff)
separate the trace command
Diffstat (limited to 'microkernel/mach/gnumach/debugging.mdwn')
-rw-r--r--microkernel/mach/gnumach/debugging.mdwn6
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)