Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « gdb « data - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5197ee5b75a7f05264dbfca9a0a64d05b1de4d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2009-10-12  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py: Update this to gdb 7.0.

	* mono-gdbinit: Removed, no longer needed.

2009-10-09  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py (MonoSupport.run_hook): Set MONO_XDEBUG to 'gdb' to activate
	the GDB support mode in the runtime.

2009-04-14  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py (MonoClassPrinter.to_string): Add a MonoClass* pretty
	printer.

2009-04-12  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py (MonoMethodPrinter.to_string): Add a MonoMethod* pretty
	printer.

2009-04-10  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py: Update to the latest archer api.

2009-04-07  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py (ObjectPrinter.__init__): Update to latest archer api.

2009-04-06  Zoltan Varga  <vargaz@gmail.com>

	* test-xdb.py: New file, tester script for xdb.

	* mono-gdb.py (stringify_class_name): Handle classes without a namespace
	correctly.
	
	* mono-gdb.py: Update after the changes to dwarfwriter.c.

2009-04-05  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py: Handle superclasses in the pretty printer.

2009-03-27  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py (StringPrinter.to_string): Fix support for non-ascii characters.

2009-03-20  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py: Update for the latest python API on the archer branch.

2009-02-03  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py: Remove the --64 argument to as, it is not needed.
	
	* mono-gdb.py (stringify_class_name): Helper function to print base types
	using their short name. Also add a prototype implementation of registering
	the hooks from python code instead of needing the mono-gdbinit file.

	* gdb-python.diff: Changes against the gdb archer branch at 
	http://sourceware.org/gdb/wiki/PythonGdb to fix some problems/add functionality.
	
2009-02-03  Geoff Norton  <gnorton@novell.com>

	* mono-gdbinit: Hook into backtrace as hook-stop seems to crash gdb
	* mono-gdb.py: Find the gdbinit name from the executable name instead of
	hardcoding mono

2009-01-29  Zoltan Varga  <vargaz@gmail.com>

	* mono-gdb.py mono-gdbinit: Support files to help debugging mono/mono apps
	using a python enabled gdb.