remote-kdp (but this is probably a mis-type right?)
10) Host: Add the symbols
11) Target: kextload -m my_driver.kext
12) Target : Run test so that systme becomes non-responsive
13) Target: Give NMI to enter into debugging
14) Host: (gdb) attach target
15) source kgmacros
16) showallstacks
17) Get the message: Cannot access memory at address 0x0
Hmmm. Did it say it attached to the remote machine? Did you try doing a
'bt' for backtrace to confirm you were at the NMI point?
Try doing:
(gdb) p proc0
Then the showallstacks. Sometimes gdb needs a 'poke' to get going.
HTH,
-- Chris
------------------
6 Infinite Loop
M/S 306-2MS
Cupertino CA 95014
phone: (408) 974-4033
fax: (408) 862-7577
email: email@hidden