Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Modular Debugger Guide Oracle Solaris 11.1 Information Library |
4. Using MDB Commands Interactively
9. Debugging With the Kernel Memory Allocator
mdb_readvar() and mdb_writevar()
mdb_lookup_by_name() and mdb_lookup_by_obj()
mdb_alloc(), mdb_zalloc() and mdb_free()
mdb_dumpptr() and mdb_dump64()
mdb_inc_indent() and mdb_dec_indent()
mdb_set_dot() and mdb_get_dot()
This chapter describes the structures and functions contained in the MDB debugger module API. The header file <sys/mdb_modapi.h> contains prototypes for these functions, and the source/demo/mdb-examples package provides source code for an example module in the directory /usr/demo/mdb.