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