[mdb-discuss] kmdb and delayed symbol name resolution

2006-08-01 Thread Garrett D'Amore
Thanks to Jonathan and Mike. Yes, I was using the old # instead of ` delimiter. (I couldn't remember the delimiter so I was looking at the kmdb docs, but apparently I misread or omitted details.) -- Garrett Jonathan Adams wrote: > On Tue, Aug 01, 2006 at 10:13:02AM -0700, Garrett D'Amore w

[mdb-discuss] kmdb and delayed symbol name resolution

2006-08-01 Thread Jonathan Adams
On Tue, Aug 01, 2006 at 10:13:02AM -0700, Garrett D'Amore wrote: > Today I was trying to debug a problem with the cardbus driver in b44 > using kmdb, and I tried to set a break point using the delayed syntax > that I recall using back in the Solaris 8 days: > > boot kadb -d > > boots and leaves m

[mdb-discuss] kmdb and delayed symbol name resolution

2006-08-01 Thread Michael Shapiro
[Charset ISO-8859-1 unsupported, filtering to ASCII...] > Today I was trying to debug a problem with the cardbus driver in b44 > using kmdb, and I tried to set a break point using the delayed syntax > that I recall using back in the Solaris 8 days: > > boot kadb -d > > boots and leaves me in the

[mdb-discuss] kmdb and delayed symbol name resolution

2006-08-01 Thread Garrett D'Amore
Today I was trying to debug a problem with the cardbus driver in b44 using kmdb, and I tried to set a break point using the delayed syntax that I recall using back in the Solaris 8 days: boot kadb -d boots and leaves me in the kmdb prompt, which I then type: cardbus`cardbus_rootnex_map+8:b To s