Merge pull request #2385 from lambdageek/dev/checked-imageset-subset
[mono-project.git] / data / gdb / ChangeLog
blob2f5997d0655fd771176fa15348e3bedb29e49e49
1 2010-06-28  Zoltan Varga  <vargaz@gmail.com>
3         * mono-gdb.py: Add pretty printers for more runtime data structures.
5 2009-10-13  Zoltan Varga  <vargaz@gmail.com>
7         * mono-gdb.py: Add an 'xdb' command to flush the debugging info.
9 2009-10-12  Zoltan Varga  <vargaz@gmail.com>
11         * mono-gdb.py: Update this to gdb 7.0.
13         * mono-gdbinit: Removed, no longer needed.
15 2009-10-09  Zoltan Varga  <vargaz@gmail.com>
17         * mono-gdb.py (MonoSupport.run_hook): Set MONO_XDEBUG to 'gdb' to activate
18         the GDB support mode in the runtime.
20 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
22         * mono-gdb.py (MonoClassPrinter.to_string): Add a MonoClass* pretty
23         printer.
25 2009-04-12  Zoltan Varga  <vargaz@gmail.com>
27         * mono-gdb.py (MonoMethodPrinter.to_string): Add a MonoMethod* pretty
28         printer.
30 2009-04-10  Zoltan Varga  <vargaz@gmail.com>
32         * mono-gdb.py: Update to the latest archer api.
34 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
36         * mono-gdb.py (ObjectPrinter.__init__): Update to latest archer api.
38 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
40         * test-xdb.py: New file, tester script for xdb.
42         * mono-gdb.py (stringify_class_name): Handle classes without a namespace
43         correctly.
44         
45         * mono-gdb.py: Update after the changes to dwarfwriter.c.
47 2009-04-05  Zoltan Varga  <vargaz@gmail.com>
49         * mono-gdb.py: Handle superclasses in the pretty printer.
51 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
53         * mono-gdb.py (StringPrinter.to_string): Fix support for non-ascii characters.
55 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
57         * mono-gdb.py: Update for the latest python API on the archer branch.
59 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
61         * mono-gdb.py: Remove the --64 argument to as, it is not needed.
62         
63         * mono-gdb.py (stringify_class_name): Helper function to print base types
64         using their short name. Also add a prototype implementation of registering
65         the hooks from python code instead of needing the mono-gdbinit file.
67         * gdb-python.diff: Changes against the gdb archer branch at 
68         http://sourceware.org/gdb/wiki/PythonGdb to fix some problems/add functionality.
69         
70 2009-02-03  Geoff Norton  <gnorton@novell.com>
72         * mono-gdbinit: Hook into backtrace as hook-stop seems to crash gdb
73         * mono-gdb.py: Find the gdbinit name from the executable name instead of
74         hardcoding mono
76 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
78         * mono-gdb.py mono-gdbinit: Support files to help debugging mono/mono apps
79         using a python enabled gdb.