OSDN Git Service

3ea690166be654c476d5551bd5d49180355fe43f
[pf3gnuchains/pf3gnuchains3x.git] / gdb / gdbtk / ChangeLog
1 2007-03-13  Kevin Buettner  <kevinb@redhat.com>
2
3         * generic/gdbtk-cmds.c (gdb_loc): Eliminate use of
4         `deprecated_selected_frame'.
5         * generic/gdbtk-register.c (register_changed_p): Likewise.
6         * generic/gdbtk-stack.c (gdb_block_vars, gdb_get_blocks)
7         (gdb_get_vars_command, gdb_selected_block, gdb_selected_frame):
8         Likewise.
9
10 2006-11-30  Keith Seitz  <keiths@redhat.com>
11
12         insight/293:
13         * library/watch.tcl (no_inferior): Remove all varobjs and
14         clear the display.
15         (clear_file): Call no_inferior. Update comments.
16         * library/locals.tcl: Remove unused variables "Running"
17         and "Variables". Changed throughout.
18         (no_inferior): Delete the current frame and clear the display.
19         (clear_file): Call no_inferior. Update comments.
20         (context_switch): To delete an Itcl object, one uses
21         "delete object" not "destroy".
22
23 2006-11-30  Keith Seitz  <keiths@redhat.com>
24
25         insight/299:
26         * generic/gdbtk.c (gdbtk_init): Don't check if DISPLAY is set,
27         it isn't needed anymore. Gdb will not abort, and Tk_Init will
28         fail gracefully.
29
30 2006-11-30  Keith Seitz  <keiths@redhat.com>
31
32         * library/targetselection.itb (constructor): "top" is unused.
33         Remove it.
34         (get_target_list): Use "scan" to parse "help target" output.
35
36 2006-11-09  Keith Seitz  <keiths@redhat.com>
37
38         * help/trace/locals.html: Remove all references to gdb.ini. Even
39         Cygwin now uses .gdbinit.
40         * help/trace/watch.html: Likewise.
41
42 2006-09-28  Keith Seitz  <keiths@redhat.com>
43
44         * aclocal.m4: Regenerate.
45         * configure: Regenerate.
46         * Makefile.in: Regenerate.
47
48 2006-09-19  Keith Seitz  <keiths@redhat.com>
49
50         From Andrew Stubbs  <andrew.stubbs@st.com>:
51         * library/prefs.tcl (pref_save): Save preferences if
52         INSIGHT_FORCE_READ_PREFERENCES is set in the environment.
53
54 2006-09-14  Keith Seitz  <keiths@redhat.com>
55
56         * README: Update startup info and add DISPLAY environment
57         variable.
58
59 2006-08-25  Maciej W. Rozycki  <macro@mips.com>
60
61         * generic/gdbtk-cmds.c (gdb_update_mem): Use target_read.
62
63 2006-08-25  Keith Seitz  <keiths@redhat.com>
64
65         * library/prefs.tcl (pref_set_defaults): Disable IPC, gdb/ipc/enabled,
66         by default.
67
68 2006-06-26  Keith Seitz  <keiths@redhat.com>
69
70         * library/srcwin.itb (_build_win): Add invisible frame to workaround
71         the missing frame problem.
72
73 2006-03-29  Brian Dessent  <brian@dessent.net>
74
75         * generic/gdbtk-cmds.c: Include sys/cygwin.h if __CYGWIN__ defined.
76         (gdb_path_conv): Call cygwin_conv_to_full_win32_path instead.
77
78 2006-01-23  Keith Seitz  <keiths@redhat.com>
79
80         From Andrew Stubbs  <andrew.stubbs@st.com>:
81         * library/help/source.html: Add entries for the missing menu commands.
82
83 2006-01-23  Keith Seitz  <keiths@redhat.com>
84
85         From Andrew Stubbs  <andrew.stubbs@st.com>:
86         * library/mempref.itb (MemPref::constructor): Allow the Byte Per Row
87         combo box to accept arbitrary values.
88         (MemPref::set_bytes_per_row): Validate the new value; reject invalid
89         entries and round up to a multiple of the word size.
90         (MemPref::apply): Read the value from the text box even if the user
91         has not pressed return.
92         (MemPref::enable_format): Ensure the bytes per row value is still valid.
93         (MemPref::disable_format): Likewise.
94         * library/mempref.ith (MemPref): Add $gbprlist.
95         * library/help/memory.html: Update.
96
97 2006-01-23  Keith Seitz  <keiths@redhat.com>
98
99         From Andrew Stubbs  <andrew.stubbs@st.com>:
100         * library/helpviewer.tcl (open_help): Add firefox and opera to the
101         browser list used to display help.
102
103 2006-01-23  Keith Seitz  <keiths@redhat.comt>
104
105         * ChangeLog: Cleared and saved to ...
106         * ChagneLog-2005: ... here.
107