2009-04-07 Zoltan Varga <vargaz@gmail.com>
[mono.git] / data / gdb / ChangeLog
1 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
2
3         * mono-gdb.py (ObjectPrinter.__init__): Update to latest archer api.
4
5 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
6
7         * test-xdb.py: New file, tester script for xdb.
8
9         * mono-gdb.py (stringify_class_name): Handle classes without a namespace
10         correctly.
11         
12         * mono-gdb.py: Update after the changes to dwarfwriter.c.
13
14 2009-04-05  Zoltan Varga  <vargaz@gmail.com>
15
16         * mono-gdb.py: Handle superclasses in the pretty printer.
17
18 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
19
20         * mono-gdb.py (StringPrinter.to_string): Fix support for non-ascii characters.
21
22 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
23
24         * mono-gdb.py: Update for the latest python API on the archer branch.
25
26 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
27
28         * mono-gdb.py: Remove the --64 argument to as, it is not needed.
29         
30         * mono-gdb.py (stringify_class_name): Helper function to print base types
31         using their short name. Also add a prototype implementation of registering
32         the hooks from python code instead of needing the mono-gdbinit file.
33
34         * gdb-python.diff: Changes against the gdb archer branch at 
35         http://sourceware.org/gdb/wiki/PythonGdb to fix some problems/add functionality.
36         
37 2009-02-03  Geoff Norton  <gnorton@novell.com>
38
39         * mono-gdbinit: Hook into backtrace as hook-stop seems to crash gdb
40         * mono-gdb.py: Find the gdbinit name from the executable name instead of
41         hardcoding mono
42
43 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
44
45         * mono-gdb.py mono-gdbinit: Support files to help debugging mono/mono apps
46         using a python enabled gdb.
47