Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

solaris modular debugger - mdb - examples

I'm looking for user-friendly manual for Solaris debugger - mdb, where I can find examples of examining stack. I tried searching for an answer for a while, but all I could find was official manual and only few private pages with not so much information.

like image 469
JosiP Avatar asked May 19 '10 15:05

JosiP


1 Answers

Some more resources:

  • mdb(1) background, intro, and cheatsheet - Jonathan Adam's blog
  • Learn mdb in 30 minutes - Code Complete blog
  • Modular Debugger (mdb) OpenSolaris community group
  • Solaris Performance and Tools: DTrace and MDB Techniques for Solaris 10 and OpenSolaris
like image 96
alanc Avatar answered Oct 01 '22 17:10

alanc