Revision history for Perl extension Devel::GDB.

0.01 Mon Oct 15 14:04:09 2001

1.0 Mon Oct 15 14:30 2001 jezra <jezra@emc.com>

1.1 Thu Oct 18 10:42 2001 jezra <jezra@emc.com>

1.2 Wed Oct 24 11:52 2001 jezra <jezra@emc.com>

1.21 Thu Nov 15 16:00 2001 jezra <jezra@emc.com>

1.22 Sat Nov 24 14:00 2001 Srebrenko Sehic <haver@insecure.dk>

1.23 Fri Oct 22 14:00 2004 jezra <jezra@cpan.org>

2.0   Tue Feb 20 14:59     2007 Antal Novak <afn@cpan.org>
        - 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.

2.01 Sun Jan 20 13:32 2008 Geert De Peuter <varia@depeuter.org>

2.02 Mon Jan 28 16:22:38 2008 Josef Ezra <jezra@cpan.org>