Jürgen Keil wrote:
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.

but all Ivan has said so far is that he's "in" the debugger. That's why I asked how he got in, and what the exact dialogue was. Not sure why there isn't an answer yet.


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

_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to