solaris modular debugger - mdb - examples

debugging, solaris

Solution

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

Problem

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.

Original source