linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Ported SGI kdb (kernel debugger) patch to PPC
@ 2001-03-10  4:46 Daniel Berlin
  2001-03-12 13:29 ` Todd Inglett
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Berlin @ 2001-03-10  4:46 UTC (permalink / raw)
  To: linuxppc-dev


I got amazingly tired of staring at xmon, because i find it almost
worthless compared to SGI's kdb, and since I use the XFS tree anyway
(all but one of my FS's are XFS), which has kdb in it, I ported kdb to
PPC today.

Works great.
The patch is a little large (~200k), so i wanted to see if anyone else
was interested in it.

I reused xmon's lowlevel input/output routines, and the xmon NMI stuff
(I just have an xmon_irq function in the kdb support code, which calls
kdb instead).

Among other very nice features, kdb lets you see symbols, rather than just
addresses, in both instruction dumps, backtraces, etc.
It also lets you do backtraces of other processes, including user
processes, and dumps of user memory, etc. In addition to
all the normal features of a good kernel debugger (8 billion forms of
breakpoints and stepping, extensible through modules, etc).
It's just a lot nicer to use than xmon, IMHO.

--Dan

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-03-12 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-10  4:46 Ported SGI kdb (kernel debugger) patch to PPC Daniel Berlin
2001-03-12 13:29 ` Todd Inglett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).