From 18832c3c597140009c2585645a1209a5ed2aa691 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 15 May 2012 21:30:10 +0200 Subject: separate the trace command --- microkernel/mach/gnumach/debugging.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'microkernel/mach/gnumach') 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) -- cgit v1.2.3