> Ivan wrote:
> > When I'm in the kmdb debugger, I'm not able to ::bp ata`ata_id_common
> > The symbol is not recognized. Is there something wrong with the syntax?
>
> Hi Ivan,
> have you tried
>
> ata_id_common::bp
>
> as well?
ata_id_common::bp
shouldn't work, because the "ata" module that defines this symbol is not yet
loaded when kmdb is started with the "-d" flag.
I get this error
[0]> ata_id_common::bp
kmdb: failed to dereference symbol: unknown symbol name
[0]>
But a deferred breakpoint using the "::bp modulename`symbolname" syntax
should work.
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code