Porting MDB
For more information contact MatthewAhrens or DanielLovasko.
Reference mdb source: https://github.com/illumos/illumos-gate/tree/master/usr/src/cmd/mdb
Reference FreeBSD version: 10.0-RELEASE
Milestones
- Support FreeBSD core files on illumos
- Get mdb to compile on FreeBSD
- Support FreeBSD crash dumps
FreeBSD core files on illumos
A proof of concept support for FreeBSD registers. This might also lead to an interesting ABI abstraction layer in order to support more systems.
Compiling mdb on FreeBSD