Sun Microsystems, Inc.
spacerspacer
spacer www.sun.com docs.sun.com |
spacer
black dot
 
 
   
 

Solaris Modular Debugger Guide

 
 
 
Copyright
  Preface
  1.  Modular Debugger Overview
  2.  Debugger Concepts
  3.  Language Syntax
  4.  Interaction
  5.  Built-in Commands
  6.  Execution Control
  7.  Kernel Debugging Modules
  8.  Debugging With the Kernel Memory Allocator
  9.  Module Programming API
Debugger Module Linkage
_mdb_init()
_mdb_fini()
Dcmd Definitions
Walker Definitions
API Functions
mdb_pwalk()
mdb_walk()
mdb_pwalk_dcmd()
mdb_walk_dcmd()
mdb_call_dcmd()
mdb_layered_walk()
mdb_add_walker()
mdb_remove_walker()
mdb_vread() and mdb_vwrite()
mdb_fread() and mdb_fwrite()
mdb_pread() and mdb_pwrite()
mdb_readstr()
mdb_writestr()
mdb_readsym()
mdb_writesym()
mdb_readvar() and mdb_writevar()
mdb_lookup_by_name() and mdb_lookup_by_obj()
mdb_lookup_by_addr()
mdb_getopts()
mdb_strtoull()
mdb_alloc(), mdb_zalloc() and mdb_free()
mdb_printf()
mdb_snprintf()
mdb_warn()
mdb_flush()
mdb_nhconvert()
mdb_dumpptr() and mdb_dump64()
mdb_one_bit()
mdb_inval_bits()
mdb_inc_indent() and mdb_dec_indent()
mdb_eval()
mdb_set_dot() and mdb_get_dot()
mdb_get_pipe()
mdb_set_pipe()
mdb_get_xdata()
Additional Functions
  A.  Options
  B.  Notes
  C.  Transition From adb
  D.  Transition From crash
  Index