[mdb-discuss] setting breakpoint without an address in mdb -K

2006-01-11 Thread Eric Schrock
On Wed, Jan 11, 2006 at 03:48:06AM -0800, tanu wrote: > when we open mdb with -K option i.e. kmdb, and set a breakpoint > without specifying an address, whats the expected behaviour. Will the > system panic? > > If we set the breakpoint in data segment ex: > [0]> page_hash/J > page_hash: > page_h

[mdb-discuss] setting breakpoint without an address in mdb -K

2006-01-11 Thread tanu
when we open mdb with -K option i.e. kmdb, and set a breakpoint without specifying an address, whats the expected behaviour. Will the system panic? If we set the breakpoint in data segment ex: [0]> page_hash/J page_hash: page_hash: 1a24000 [0]> :b [0]> :c the system panics. Is this