summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/ChangeLog
blob: 39bf08dbadc951d4a2ab19c993ba133802fe42e1 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
2005-11-11  Keith Seitz  <keiths@redhat.com>

	From Spencer Oliver <spencer.oliver@anglia.com>:
	* library/targetselection.itb (build_win): Only pack the xterm checkbutton
	on unix platforms.

2005-09-12  Keith Seitz  <keiths@redhat.com>

	* generic/gdbtk.c (gdbtk_init): Remove all mention of Tix.
	* README: Ditto.

2005-08-31  Keith Seitz  <keiths@redhat.com>

	* library/help/target.html: Update dialog options.
	* library/targetselection.itb (help): Implement.
	(build_win): Don't disable help button.
	Only display "use tty" option on unix hosts.

2005-08-31  Keith Seitz  <keiths@redhat.com>

	* library/bpwin.itb (bp_store): gdb_get_breakpoint_info outputs
	the breakpoint condition, too -- include it in the lassign.

2005-08-31  Keith Seitz  <keiths@redhat.com>

	From Dieter Ruppert <dieter_ruppert@siemens.com>:
	* library/memwin.itb (update_address): Change parameter name
	so that it does not shadow a member variable.
	Save the updated address internally.

2005-06-13  Keith Seitz  <keiths@redhat.com>

	From Charles Brockman <mr hyphen chuck at att dot net>:
	* library/interface.tcl (gdbtk_tcl_warning): Filter "RTTI symbol not found"
	"warnings", too.

2005-06-06  Keith Seitz  <keiths@redhat.com>

	* library/interface.tcl (gdbtk_tcl_fputs_error): gdbtk_state is in the global
	namespace. Fix references.
	(gdbtk_tcl_fputs_log): Likewise.
	
	From Steven Johnson  <johnson@sakuraindustries.com>:
	* library/interface.tcl (gdbtk_tcl_warning): Filter some basic warnings
	from gdb - "incomplete CFI.." and "Internal error".

2005-06-06  Keith Seitz  <keiths@redhat.com>

	From Steven Johnson  <sjohnson@sakraindustries.com>:
	* generic/gcbtk-cmds.c (gdb_loc): Hand gdb_loc called before remote
	target connected, where gdb_loc now returns the entry address as $pc.

2005-06-01  Keith Seitz  <keiths@redhat.com>

	From James Lemke  <jim@wasabisystems.com>:
	* generic/gdbtk-hooks.c (gdbtk_fileopenin, gdbtk_read): New functions
	for target to read stdin from console window.
	* generic/gdbtk-interp.c (_stdtargin): Added.
	* generic/gdbtk.h (gdbtk_fileopenin): Add declaration.

2005-05-26  Keith Seitz  <keiths@redhat.com>

	* generic/gdbtk-cmds.c (gdb_set_mem): target_write_memory now takes
	gdb_byte* instead of char*.
	* generic/gdbtk-register.c (get_register): frame_register and val_print
	take gdb_byte* instead of char*.
	* generic/gdbtk-wrapper.c: Ditto the val_print part.

	From Paul Schlie  <schlie@comcast.net>:
	* generic/gdbtk-bp.c (gdb_set_bp): Use lbasename instead of basename.
	* generic/gdbtk-cmds.c (gdb_listfiles): Likewise.

2005-04-28  Ben Elliston  <bje@au.ibm.com>

	* generic/gdbtk-interp.c (gdbtk_interpreter_exec): Return struct
	gdb_exception due to the 2005-04-26 renaming of struct exception.
	* generic/gdbtk.c (gdbtk_source_start_file): Likewise.

2005-02-25  Keith Seitz  <kseitz@sources.redhat.com>

	* generic/gdbtk.c (gdbtk_source_start_file): In the _WIN32 case,
	use throw_exception (struct exception).

2005-02-16  Martin Hunt  <hunt@redhat.com>

	* generic/gdbtk-stack.c (get_frame_name): Replace
	print_address_numeric with deprecated_print_address_numeric.
	* generic/gdbtk-cmds.c (gdbtk_load_asm): Ditto.

2005-02-07  Keith Seitz  <kseitz@sources.redhat.com>

	* generic/gdbtk-cmds.c (gdb_eval): VALUE_EMBEDDED_OFFSET and
	VALUE_CONTENTS are now functions.


2005-01-19  Keith Seitz  <kseitz@sources.redhat.com>

	* Makefile.in: Regenerate.
	* aclocal.m4: Regenerate.
	* plugins/Makefile.in; Regenerate.
	* plugins/aclocal.m4: Regenerate.

2005-01-17  Keith Seitz  <kseitz@sources.redhat.com>

	* generic/gdbtk-varobj.c (variable_value): Remove all instances
	of error_last_message. It's gone.

	* generic/gdbtk-wrapper.c: Include exceptions.h
	* generic/gdbtk-cmds.c: Likewise.
	* generic/gdbtk-interp.c: Likewise.
	(gdbtk_interpreter_exec): Change return type to struct
	exception. Return exception_none.	

2005-01-13  Keith Seitz  <keiths@redhat.com>

	* configure.in: Rename to ...
	* configure.ac: ... this.
	* configure: Regenerate with autoconf 2.59.
	* plugins/configure.in: Rename to ...
	* plugins/configure.ac: ... this.
	* pluginx/configure: Regenerate with autoconf 2.59.