summaryrefslogtreecommitdiff
path: root/microkernel/mach/gnumach/debugging.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-07-12 12:53:11 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-07-12 12:53:11 +0200
commitaec6d6f6f82c7b566988c26013aa791cad353691 (patch)
tree54bee0be9d043707c2b8b77b1e9fc18949f52279 /microkernel/mach/gnumach/debugging.mdwn
parent3552ec0c40ee2c12f0d8442f7522677588ae2845 (diff)
parentbdb5476b45b43e1753514fe28d1be9436dd572bd (diff)
Merge commit 'bdb5476b45b43e1753514fe28d1be9436dd572bd'
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)