FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Open Source
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
November 01, 2005

Linux Kernel Debugging

(Page 2 of 4)
November, 2005: Linux Kernel Debugging

Entering kdb (current=0xc0355f80, pid 0) on processor 0 due to Keyboard Entry 0]kdb> ?
Command	Usage	Description
------------------------
md		<vaddr>	Display Memory Contents, also mdWcN, e.g. md8c1
mdr		<vaddr> <bytes>	Display Raw Memory
<-- snip more commands than shown here -->
be		<bpnum>	Enable Breakpoint
bd		<bpnum>	Disable Breakpoint
ss			Single Step
ssb			Single step to branch/call
pt_regs	address	Format struct pt_regs
tkdata_drv	[num lines]	Dumps tank datum array (from drv)
tkthrd_drv		Display tank thread state (from drv)
tankdata	[num lines]	Dumps tank datum array
tankthrd		Display tank thread state
[0]kdb>

Figure 1: Help command.

Previous Page | 1 | 2 | 3 | 4 Next Page
TOP 5 ARTICLES
No Top Articles.



MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK