Changes for version 2.0 - 2007-02-20
- This is (almost) a complete rewrite of the codebase, so many things have changed.
- New features:
- Devel::GDB now uses the GDB/MI interpreter (rather than the console interpreter) to communicate with GDB.
- Added send_cmd() family of functions to support GDB/MI commands.
- Added support for threads.
- Deprecated the old get() syntax; callers wishing to use this must explicitly set $Devel::GDB::DEPRECATED = 1.
Modules
Open and communicate a gdb session
Low-level interface for communicating with GDB