.gitignore
[mono/afaerber.git] / data / gdb-pre7.0 / ChangeLog
blob5ae92a02312c6661a764fa22a7a2b4de83552a42
1 2009-10-09  Zoltan Varga  <vargaz@gmail.com>
3         * mono-gdb.py (MonoSupport.run_hook): Set MONO_XDEBUG to 'gdb' to activate
4         the GDB support mode in the runtime.
6 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
8         * mono-gdb.py (MonoClassPrinter.to_string): Add a MonoClass* pretty
9         printer.
11 2009-04-12  Zoltan Varga  <vargaz@gmail.com>
13         * mono-gdb.py (MonoMethodPrinter.to_string): Add a MonoMethod* pretty
14         printer.
16 2009-04-10  Zoltan Varga  <vargaz@gmail.com>
18         * mono-gdb.py: Update to the latest archer api.
20 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
22         * mono-gdb.py (ObjectPrinter.__init__): Update to latest archer api.
24 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
26         * test-xdb.py: New file, tester script for xdb.
28         * mono-gdb.py (stringify_class_name): Handle classes without a namespace
29         correctly.
30         
31         * mono-gdb.py: Update after the changes to dwarfwriter.c.
33 2009-04-05  Zoltan Varga  <vargaz@gmail.com>
35         * mono-gdb.py: Handle superclasses in the pretty printer.
37 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
39         * mono-gdb.py (StringPrinter.to_string): Fix support for non-ascii characters.
41 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
43         * mono-gdb.py: Update for the latest python API on the archer branch.
45 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
47         * mono-gdb.py: Remove the --64 argument to as, it is not needed.
48         
49         * mono-gdb.py (stringify_class_name): Helper function to print base types
50         using their short name. Also add a prototype implementation of registering
51         the hooks from python code instead of needing the mono-gdbinit file.
53         * gdb-python.diff: Changes against the gdb archer branch at 
54         http://sourceware.org/gdb/wiki/PythonGdb to fix some problems/add functionality.
55         
56 2009-02-03  Geoff Norton  <gnorton@novell.com>
58         * mono-gdbinit: Hook into backtrace as hook-stop seems to crash gdb
59         * mono-gdb.py: Find the gdbinit name from the executable name instead of
60         hardcoding mono
62 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
64         * mono-gdb.py mono-gdbinit: Support files to help debugging mono/mono apps
65         using a python enabled gdb.