]>
Commit | Line | Data |
---|---|---|
1c7b1e5a MK |
1 | 2005-02-16 Mark Kettenis <[email protected]> |
2 | ||
3 | * wrapper.h: Update copyright year. Properly wrap a few | |
4 | prototypes. | |
5 | (struct gdb_wrapper_arguments): Remove forward declaration. | |
6 | * wrapper.c: Update copyright year. Include "ui-out.h". | |
7 | (struct gdb_wrapper_arguments): Remove. | |
8 | (struct captured_value_struct_elt_args): Remove. | |
9 | (wrapper_parse_exp_1, wrap_evaluate_expression) | |
10 | (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign) | |
11 | (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type) | |
12 | (do_captured_value_struct_elf): Remove functions. | |
13 | (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy) | |
14 | (gdb_value_equal, gdb_value_assign, gdb_value_subscript) | |
15 | (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt): | |
16 | Re-implement using TRY_CATCH. | |
17 | ||
7124f6fb YS |
18 | 2005-02-16 Yoshinori Sato <[email protected]> |
19 | ||
20 | * remote-e7000.c: unuse TM_FILE defined macro. | |
21 | (e7000_fetch_registers) | |
22 | (e7000_store_registers) | |
23 | (e7000_wait): delete NUM_REALREGS. | |
24 | * remote-hms.c: move TM_FILE macro. | |
25 | (CCR_REGNO): move define from tm-h8300.h. | |
26 | ||
55e5a6d0 MK |
27 | 2005-02-15 Mark Kettenis <[email protected]> |
28 | ||
29 | * amd64-linux-tdep.c: Update copyright year. | |
30 | (amd64_linux_sigtramp_start): Change argument to `struct | |
31 | frame_info *'. Use safe_frame_unwind_memory instead of | |
32 | deprecated_read_memory_nobpt. | |
33 | (amd64_linux_sigtramp_p): Adjust call to | |
34 | amd64_linux_sigtramp_start. | |
35 | ||
77ef991d JB |
36 | 2004-02-15 Joel Brobecker <[email protected]> |
37 | ||
38 | From Paul Hilfinger <[email protected]> | |
39 | * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than | |
40 | SYMBOL_NATURAL_NAME to set type names. | |
41 | ||
1bedd215 AC |
42 | 2005-02-15 Andrew Cagney <[email protected]> |
43 | ||
44 | Mark up add_com, add_info and add_prefix_cmd. | |
45 | * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update. | |
46 | * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update. | |
47 | * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update. | |
48 | * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update. | |
49 | * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update. | |
50 | * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update. | |
51 | * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update. | |
52 | * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update. | |
53 | * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update. | |
54 | * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update. | |
55 | * symfile.c, symtab.c, target.c, thread.c, top.c: Update. | |
56 | * tracepoint.c, typeprint.c, utils.c, valprint.c: Update. | |
57 | * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update. | |
58 | * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update. | |
59 | * tui/tui-stack.c, tui/tui-win.c: Update. | |
60 | ||
66bf4b3a AC |
61 | 2005-02-14 Andrew Cagney <[email protected]> |
62 | ||
3f325092 AC |
63 | * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete. |
64 | * config/h8300/tm-h8300.h: Delete file. | |
65 | ||
1a966eab AC |
66 | Mark up add_cmd. |
67 | * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update. | |
68 | * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update. | |
69 | * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update. | |
70 | * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update. | |
71 | * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update. | |
72 | * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update. | |
73 | * sol-thread.c, source.c, stack.c, symfile-mem.c: Update. | |
74 | * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update. | |
75 | * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update. | |
76 | * cli/cli-logging.c, tui/tui-regs.c: Update. | |
77 | ||
7915a72c AC |
78 | Mark up add_setshow functions, replace "PRINT:" comment prefix |
79 | with "FIXME: i18n:". | |
80 | * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update. | |
81 | * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update. | |
82 | * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update. | |
83 | * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update. | |
84 | * target.c, cli/cli-logging.c: Update. | |
85 | ||
66bf4b3a AC |
86 | * utils.c (paddress): New function. |
87 | * defs.h (paddress): Declare. | |
88 | * printcmd.c (deprecated_print_address_numeric): Rename | |
89 | print_address_numeric, call paddress. | |
90 | * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update. | |
91 | * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update. | |
92 | * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update. | |
93 | * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update. | |
94 | * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update. | |
95 | * ada-valprint.c: Update. | |
96 | ||
33e6b12b RR |
97 | 2005-02-13 Ramana Radhakrishnan <[email protected]> |
98 | ||
99 | * MAINTAINERS: Add myself to "Write After Approval". | |
100 | ||
f0bdd87d YS |
101 | 2005-02-12 Yoshinori Sato <[email protected]> |
102 | ||
103 | Restore h8300 support. | |
104 | * configure.tgt: Add h8300-*-* | |
ba0e80db YS |
105 | * h8300-tdep.c: New file. Rewrite new frame code. |
106 | * config/h8300/h8300.mt: New file. Restored Rev 1.3 | |
107 | * config/h8300/tm-h8300.h: New file. Restored Rev 1.21 | |
108 | ||
109 | * MAINTAINERS: Add myself to "Write After Approval". | |
f0bdd87d | 110 | |
e2e0b3e5 AC |
111 | 2005-02-11 Andrew Cagney <[email protected]> |
112 | ||
a3f17187 AC |
113 | Mark up some of printf_filtered and printf_unfiltered. |
114 | * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update. | |
115 | * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update. | |
116 | * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update. | |
117 | * event-loop.c, event-top.c, exec.c, f-valprint.c: Update. | |
118 | * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update. | |
119 | * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update. | |
120 | * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update. | |
121 | * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update. | |
122 | * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update. | |
123 | * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update. | |
124 | * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update. | |
125 | * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update. | |
126 | * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update. | |
127 | * tui/tui-regs.c, tui/tui-win.c: Update. | |
128 | ||
e2e0b3e5 AC |
129 | Mark up error_no_arg, query, perror_with_name, complaint, and |
130 | internal_error. | |
131 | * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update. | |
132 | * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update. | |
133 | * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update. | |
134 | * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update. | |
135 | * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update. | |
136 | * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update. | |
137 | * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update. | |
138 | * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update. | |
139 | * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update. | |
140 | * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update. | |
141 | * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update. | |
142 | * interps.c, language.c, linespec.c, linux-nat.c: Update. | |
143 | * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update. | |
144 | * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update. | |
145 | * macrotab.c, maint.c, mdebugread.c, memattr.c: Update. | |
146 | * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update. | |
147 | * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update. | |
148 | * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update. | |
149 | * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update. | |
150 | * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update. | |
151 | * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update. | |
152 | * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update. | |
153 | * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update. | |
154 | * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update. | |
155 | * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update. | |
156 | * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update. | |
157 | * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update. | |
158 | * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update. | |
159 | * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update. | |
160 | * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update. | |
161 | * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update. | |
162 | * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update. | |
163 | * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update. | |
164 | * tui/tui-file.c, tui/tui-interp.c: Update. | |
8a3fe4f8 | 165 | |
e2e0b3e5 AC |
166 | 2005-02-10 Andrew Cagney <[email protected]> |
167 | ||
8a3fe4f8 AC |
168 | Mark up all error and warning messages. |
169 | * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update. | |
170 | * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update. | |
171 | * core-aout.c, core-regset.c, corefile.c, corelow.c: Update. | |
172 | * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update. | |
173 | * dbxread.c, demangle.c, doublest.c, dsrec.c: Update. | |
174 | * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update. | |
175 | * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update. | |
176 | * event-top.c, exec.c, expprint.c, f-lang.c: Update. | |
177 | * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update. | |
178 | * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update. | |
179 | * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update. | |
180 | * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update. | |
181 | * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update. | |
182 | * hpread.c, hpux-thread.c, i386-linux-nat.c: Update. | |
183 | * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update. | |
184 | * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update. | |
185 | * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update. | |
186 | * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update. | |
187 | * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update. | |
188 | * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update. | |
189 | * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update. | |
190 | * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update. | |
191 | * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update. | |
192 | * maint.c, mdebugread.c, mem-break.c, memattr.c: Update. | |
193 | * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update. | |
194 | * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update. | |
195 | * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update. | |
196 | * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update. | |
197 | * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update. | |
198 | * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update. | |
199 | * remote-rdp.c, remote-sim.c, remote-st.c: Update. | |
200 | * remote-utils.c, remote-utils.h, remote.c: Update. | |
201 | * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update. | |
202 | * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update. | |
203 | * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update. | |
204 | * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update. | |
205 | * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update. | |
206 | * somread.c, somsolib.c, source.c, stabsread.c: Update. | |
207 | * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update. | |
208 | * symmisc.c, symtab.c, target.c, thread.c, top.c: Update. | |
209 | * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update. | |
210 | * uw-thread.c, valarith.c, valops.c, valprint.c: Update. | |
211 | * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update. | |
212 | * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update. | |
213 | * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update. | |
214 | * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update. | |
215 | * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update. | |
216 | * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update. | |
217 | * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update. | |
218 | * tui/tui-win.c: Update. | |
219 | ||
3517749c ILT |
220 | 2005-02-10 Ian Lance Taylor <[email protected]> |
221 | ||
222 | * MAINTAINERS: Update my e-mail address. | |
223 | ||
cf309262 DJ |
224 | 2005-02-10 Daniel Jacobowitz <[email protected]> |
225 | ||
226 | From Ramana Radhakrishnan <[email protected]>: | |
227 | PR exp/1821 | |
228 | * cp-valprint.c: Include "language.h". | |
229 | (cp_print_value_fields): Pass the current language to | |
230 | fprintf_symbol_filtered. | |
231 | * Makefile.in (cp-valprint.o): Update dependencies. | |
232 | ||
899506a8 AC |
233 | 2005-02-10 Andrew Cagney <[email protected]> |
234 | ||
335cca0d AC |
235 | * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full) |
236 | (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd) | |
237 | (add_setshow_filename_cmd, add_setshow_string_cmd) | |
238 | (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace | |
239 | print string parameter with fprint_setshow function. | |
240 | * command.h (fprint_setshow_ftype): Define. Update declarations. | |
241 | * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is | |
242 | available, use that. | |
243 | * cli/cli-decode.h (struct cmd_list_element): Add field | |
244 | fprint_setshow. | |
245 | * complaints.c (fprint_setshow_complaints): New function. | |
246 | (_initialize_complaints): Pass to add_setshow_zinteger_cmd. | |
247 | * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter | |
248 | with NULL. | |
249 | * mips-tdep.c (_initialize_mips_tdep): Ditto. | |
250 | * m32r-rom.c (_initialize_m32r_rom): Ditto. | |
251 | * cris-tdep.c (_initialize_cris_tdep): Ditto. | |
252 | * arm-tdep.c (_initialize_arm_tdep): Ditto. | |
253 | * remote-rdi.c (_initialize_remote_rdi): Ditto. | |
254 | * alpha-tdep.c (_initialize_alpha_tdep): Ditto. | |
255 | * dwarf2read.c (_initialize_dwarf2_read): Ditto. | |
256 | * frame.c (_initialize_frame): Ditto. | |
257 | * target.c (initialize_targets): Ditto. | |
258 | * maint.c (_initialize_maint_cmds): Ditto. | |
259 | * observer.c (_initialize_observer): Ditto. | |
260 | * infcall.c (_initialize_infcall): Ditto. | |
261 | * breakpoint.c (_initialize_breakpoint): Ditto. | |
262 | * cli/cli-logging.c (_initialize_cli_logging): Ditto. | |
263 | * remote.c (add_packet_config_cmd, _initialize_remote): Ditto. | |
264 | ||
899506a8 AC |
265 | * cli/cli-setshow.c (do_setshow_command): Move code printing the |
266 | value to the end of the function. Handle MI and non-MI output | |
267 | differently. | |
268 | ||
59c58d08 AC |
269 | 2005-02-09 Andrew Cagney <[email protected]> |
270 | ||
7376b4c2 AC |
271 | * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and |
272 | show_result parameters. | |
273 | * mips-tdep.c (_initialize_mips_tdep): Update calls. | |
274 | * command.h: Update declaration. | |
275 | * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update | |
276 | calls. | |
277 | ||
11dced61 AC |
278 | * NEWS: Mention removed commands. |
279 | * m68hc11-tdep.c (show_regs): Delete, unused. | |
280 | (_initialize_m68hc11_tdep): Delete deprecated "regs" command. | |
281 | * gdb-events.sh: Delete deprecated "set eventdebug" and "show | |
282 | eventdebug" commands. | |
283 | * gdb-events.c: Regenerate. | |
284 | * gdbarch.sh: Delete deprecated "set archdebug" and "show | |
285 | archdebug" commands. | |
286 | * gdbarch.c: Regenerate. | |
287 | * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set | |
288 | remotedebug" and "show remotedebug". | |
289 | * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm | |
290 | disassembly-flavor", "show arm disassembly-flavor", and | |
291 | "othernames" commands. | |
292 | (arm_othernames): Delete unused function. | |
293 | ||
b6e1c027 AC |
294 | * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call) |
295 | (convert_code_addr_to_desc_addr): Convert any function code | |
296 | address to the corresponding function's descriptor. | |
297 | (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and | |
298 | TYPE_CODE_INT use the same code paths as TYPE_CODE_INT. When | |
299 | writing, convert any function code address to the corresponding | |
300 | descriptor. | |
301 | ||
59c58d08 AC |
302 | * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o. |
303 | * config/powerpc/linux.mt (TDEPFILES): Ditto. | |
304 | * config/pa/linux.mt (TDEPFILES): Ditto. | |
305 | * config/mips/linux.mt (TDEPFILES): Ditto. | |
306 | * config/m68k/linux.mt (TDEPFILES): Ditto. | |
307 | * config/m32r/linux.mt (TDEPFILES): Ditto. | |
308 | * config/ia64/linux.mt (TDEPFILES): Ditto. | |
309 | * config/arm/linux.mt (TDEPFILES): Ditto. | |
310 | ||
b6e1c027 AC |
311 | 2005-02-09 Corinna Vinschen <[email protected]> |
312 | ||
313 | * symmisc.c: Include gdb_stat.h. | |
314 | (maintenance_print_msymbols): Use inode numbers to compare files. | |
315 | ||
91294c83 AC |
316 | 2005-02-08 Andrew Cagney <[email protected]> |
317 | ||
d3cbe7ef AC |
318 | * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) |
319 | (METHOD_PTR_TO_VOFFSET): Move from here ... | |
320 | * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) | |
321 | (METHOD_PTR_TO_VOFFSET): ... to here. | |
322 | * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h". | |
323 | * Makefile.in: Update dependencies. | |
324 | ||
6941d02a AC |
325 | * exceptions.c: Do not include <setjmp.h>. |
326 | (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros. | |
327 | (catch_exception, catch_exceptions_with_msg, catch_errors) | |
328 | (catch_command_errors): Use TRY_CATCH. | |
329 | (struct catcher): Use EXCEPTIONS_SIGJMP_BUF. | |
330 | (exceptions_state_mc_init): Rename catcher_init. | |
331 | (exceptions_state_mc): Rename catcher_state_machine. | |
332 | (exceptions_state_mc_action_iter) | |
333 | (exceptions_state_mc_action_iter_1): New functions. | |
334 | * exceptions.h: Include <setjmp.h>. | |
335 | (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP) | |
336 | (EXCEPTIONS_SIGLONGJMP): Define. | |
337 | (exceptions_state_mc_init, exceptions_state_mc_action_iter) | |
338 | (exceptions_state_mc_action_iter_1): Declare. | |
339 | (TRY_CATCH): Define. | |
340 | ||
179f02be AC |
341 | * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name, |
342 | no longer needed. | |
343 | ||
8f135812 AC |
344 | * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit |
345 | PT_FPSCR breakage. | |
346 | ||
91294c83 AC |
347 | * value.c (struct value): Move to here ... |
348 | * value.h (struct value): ... from here. Copy comments to | |
349 | corresponding function declarations, re-order. | |
350 | ||
dfa52d88 AC |
351 | 2005-02-07 Andrew Cagney <[email protected]> |
352 | ||
9bbda503 AC |
353 | * value.c (set_value_bitpos, set_value_bitsize): Define. |
354 | * value.h (set_value_bitpos, set_value_bitsize): Declare. | |
355 | * ada-lang.c, valarith.c: Update. | |
356 | ||
5086187c AC |
357 | * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or |
358 | value_contents_writeable, include note that there are problems. | |
359 | * breakpoint.c, infcall.c: Use VALUE_LVAL. | |
360 | ||
f5cf64a7 AC |
361 | * value.h (set_value_offset): Declare. |
362 | * value.c (set_value_offset): Declare. | |
363 | * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update. | |
364 | * findvar.c: Update. | |
365 | ||
17cf0ecd AC |
366 | * value.h (value_next): Declare. |
367 | * value.c (value_next): Define. | |
368 | * breakpoint.c: Update. | |
369 | ||
88e3b34b AC |
370 | * value.h (deprecated_set_value_modifiable) |
371 | (deprecated_value_modifiable): Declare. | |
372 | * value.c (deprecated_set_value_modifiable): Define. | |
373 | (deprecated_value_modifiable): Define. | |
374 | * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update. | |
375 | ||
04624583 AC |
376 | * value.h (deprecated_set_value_type): Declare. |
377 | * value.c (deprecated_set_value_type): Define. | |
378 | * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update. | |
379 | * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update. | |
380 | * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update. | |
381 | * ax-gdb.c, tracepoint.c: Update. | |
382 | ||
13bb5560 AC |
383 | * value.h (deprecated_value_lval_hack) |
384 | (deprecated_value_address_hack) | |
7d71e29c | 385 | (deprecated_value_internalvar_hack) |
13bb5560 AC |
386 | (deprecated_value_regnum_hack): Declare. |
387 | (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR) | |
388 | (VALUE_FRAME_ID, VALUE_REGNUM): Use. | |
389 | * value.c (deprecated_value_lval_hack) | |
390 | (deprecated_value_address_hack) | |
7d71e29c | 391 | (deprecated_value_internalvar_hack) |
13bb5560 AC |
392 | (deprecated_value_regnum_hack): Define. |
393 | ||
b44d461b AC |
394 | * value.h (VALUE_POINTED_TO_OFFSET): Delete. |
395 | (set_value_pointed_to_offset, value_pointed_to_offset): Declare. | |
396 | * value.c (set_value_pointed_to_offset): Define | |
397 | (value_pointed_to_offset): Define. | |
398 | * valops.c: Update. | |
399 | ||
caadb61d AC |
400 | * value.h (VALUE_EMBEDDED_OFFSET): Delete. |
401 | (value_embedded_offset, set_value_embedded_offset): Declare. | |
13c3b5f5 | 402 | * value.c (value_embedded_offset): Define. |
caadb61d | 403 | (set_value_embedded_offset): Define. |
13c3b5f5 AC |
404 | * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update. |
405 | * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update. | |
406 | * cp-abi.h: Update. | |
407 | ||
dfa52d88 AC |
408 | * value.h (VALUE_LAZY): Delete |
409 | (set_value_lazy): Declare. | |
410 | * value.c (set_value_lazy): Define. | |
411 | * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update. | |
412 | * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update. | |
413 | ||
0fd88904 AC |
414 | 2005-02-06 Andrew Cagney <[email protected]> |
415 | ||
feb13ab0 AC |
416 | * value.h (VALUE_OPTIMIZED_OUT): Delete. |
417 | (value_optimized_out, set_value_optimized_out): Declare. | |
418 | * value.c (set_value_optimized_out, value_optimized_out): Define. | |
419 | * valprint.c, findvar.c, dwarf2loc.c: Update. | |
420 | ||
0fd88904 AC |
421 | * value.c (value_contents, value_contents_writeable): New |
422 | functions. | |
423 | * value.h (VALUE_CONTENTS): Delete macro. | |
424 | (value_contents, value_contents_writeable): Declare. | |
425 | * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update. | |
426 | * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update. | |
427 | * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update. | |
428 | * rs6000-tdep.c, p-valprint.c, printcmd.c: Update. | |
429 | * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update. | |
430 | * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update. | |
431 | * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update. | |
432 | * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update. | |
433 | * c-valprint.c, cris-tdep.c, cp-valprint.c: Update. | |
434 | * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update. | |
435 | * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update. | |
436 | * ada-valprint.c, ada-lang.c: Update. | |
437 | ||
5b90c7b5 AC |
438 | 2005-02-03 Andrew Cagney <[email protected]> |
439 | ||
440 | * utils.c (xzalloc): New function. | |
441 | * defs.h (XZALLOC): Use xzalloc. | |
442 | (xzalloc): Declare. | |
443 | * value.c (allocate_value): Allocate a zeroed buffer. | |
444 | * mdebugread.c (xzalloc): Delete. | |
445 | ||
4754a64e AC |
446 | 2005-02-02 Andrew Cagney <[email protected]> |
447 | ||
d69fe07e AC |
448 | * value.h (value_lazy): Declare. |
449 | * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update. | |
450 | * cp-valprint.c, breakpoint.c, ada-lang.c: Update. | |
451 | ||
46615f07 AC |
452 | * value.h (VALUE_CONTENTS_ALL): Delete. |
453 | (value_contents_all): Declare. | |
454 | * value.c (value_contents_all): New function. | |
455 | * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update. | |
456 | * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update. | |
457 | ||
4754a64e AC |
458 | * value.c (value_enclosing_type): New function. |
459 | * value.h (VALUE_ENCLOSING_TYPE): Delete. | |
460 | (value_enclosing_type): Declare. | |
461 | * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update. | |
462 | * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update. | |
463 | ||
990a07ab AC |
464 | * value.c (value_contents_all_raw) |
465 | (value_contents_raw): New functions. | |
466 | * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete. | |
467 | (value_contents_raw, value_contents_all_raw): Declare functions. | |
468 | (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update. | |
469 | * std-regs.c, valarith.c, valops.c, eval.c: Update. | |
470 | * tracepoint.c, findvar.c: Update. | |
471 | ||
ff2c3e5d OF |
472 | 2005-02-01 Orjan Friberg <[email protected]> |
473 | ||
474 | * regformats/reg-cris.dat: New file with register definitions for CRIS. | |
475 | * regformats/reg-crisv32.dat: Ditto for CRISv32. | |
476 | ||
c46f8c51 AC |
477 | 2005-01-31 Andrew Cagney <[email protected]> |
478 | ||
479 | * configure: Regenerate to track ../gettext.m4. | |
480 | ||
a80493b8 BI |
481 | 2005-01-29 Baurzhan Ismagulov <[email protected]> |
482 | ||
483 | * MAINTAINERS: Add myself to "Write After Approval". | |
484 | ||
3d263c1d BI |
485 | * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c, |
486 | * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c, | |
487 | * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup. | |
488 | ||
c21a4eee MK |
489 | 2005-01-29 Mark Kettenis <[email protected]> |
490 | ||
491 | * configure.ac: Remove extra check for ranlib. | |
492 | * configure: Regenerated. | |
493 | ||
108d6ead AC |
494 | 2005-01-28 Andrew Cagney <[email protected]> |
495 | ||
a2bd3dcd AC |
496 | * language.h (struct language_defn): Make la_val_print's buffer |
497 | parameter a const bfd_byte. | |
498 | * cp-valprint.c (cp_print_value_fields, cp_print_value): Update. | |
499 | * ada-lang.c (ada_aligned_value_addr) | |
500 | (ada_value_primitive_packed_val, ada_which_variant_applies): Update. | |
501 | * valprint.c (val_print_array_elements): Update. | |
502 | * valprint.h (val_print_array_elements): Update. | |
503 | * ada-lang.h (ada_val_print, ada_aligned_value_addr) | |
504 | (ada_value_primitive_packed_val, ada_which_variant_applies): Update. | |
505 | * ada-valprint.c (ada_val_print, struct ada_val_print_args) | |
506 | (ada_val_print_1, ada_print_floating, printable_val_type) | |
507 | (print_record, val_print_packed_array_elements) | |
508 | (print_field_values, print_variant_part): Update. | |
509 | * c-lang.h (c_val_print, cp_print_value_fields): Update. | |
510 | * c-valprint.c (c_val_print): Update. | |
511 | * f-lang.h (f_val_print): Update. | |
512 | * f-valprint.c (f_val_print, f77_print_array_1) | |
513 | (f77_print_array): Update. | |
514 | * jv-lang.h (java_val_print): Update. | |
515 | * jv-valprint.c (java_print_value_fields, java_val_print): Update. | |
516 | * language.c (unk_lang_val_print): Update. | |
517 | * m2-lang.h (m2_val_print): Update. | |
518 | * m2-valprint.c (m2_val_print): Update. | |
519 | * p-lang.h (pascal_val_print): Update. | |
520 | (pascal_object_print_value_fields): Update. | |
521 | * p-valprint.c (pascal_val_print) | |
522 | (pascal_object_print_value_fields, pascal_object_print_value) | |
523 | (pascal_object_print_value): Update. | |
524 | * scm-lang.h (scm_val_print): Update. | |
525 | * scm-valprint.c (scm_val_print): Update. | |
526 | * value.h (val_print): Update. | |
527 | ||
5bcca90b AC |
528 | * p-lang.h (pascal_object_print_class_member) |
529 | (pascal_object_print_class_method): Make buffer a const bfd_byte. | |
530 | * p-valprint.c (pascal_object_print_class_method) | |
531 | (pascal_object_print_class_method): Ditto. | |
532 | ||
ce27fb25 AC |
533 | * language.h (struct language_defn): Make la_printstr's buffer |
534 | parameter a const bfd_byte. | |
535 | * p-lang.h (pascal_printstr): Update function to match. | |
536 | * ada-valprint.c (ada_printstr): Update function to match. | |
537 | * scm-lang.c (scm_printstr): Update function to match. | |
538 | * p-lang.c (pascal_printstr): Update function to match. | |
539 | * ada-lang.h (ada_printstr): Update function to match. | |
540 | * m2-lang.c (m2_printstr): Update function to match. | |
541 | * objc-lang.c (objc_printstr): Update function to match. | |
542 | * c-lang.h (c_printstr): Update function to match. | |
543 | * f-lang.c (f_printstr): Update function to match. | |
544 | * c-lang.c (c_printstr): Update function to match. | |
545 | * language.c (unk_lang_printstr): Update function to match. | |
546 | ||
5f547748 AC |
547 | * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte. |
548 | * valprint.h (val_print_type_code_int): Ditto. | |
549 | ||
bbb4b9db AC |
550 | * objc-lang.h (c_val_print, c_value_print): Delete declarations. |
551 | ||
9519ccd5 AC |
552 | * cp-valprint.c (cp_print_class_method) |
553 | (cp_print_class_member): Make buffer a const bfd_byte. | |
554 | * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto. | |
555 | ||
10a2c479 AC |
556 | * ada-lang.c (value_from_contents_and_address) |
557 | (to_record_with_fixed_variant_part) | |
558 | (value_tag_from_contents_and_address, ada_to_fixed_type) | |
559 | (to_fixed_variant_branch_type, to_fixed_record_type) | |
560 | (ada_template_to_fixed_record_type, cond_offset_host) | |
561 | (ada_template_to_fixed_record_type_1): Make buffer a const | |
562 | bfd_byte. | |
563 | * ada-lang.h (ada_template_to_fixed_record_type_1) | |
564 | (value_from_contents_and_address, ada_to_fixed_type): Ditto. | |
565 | ||
d56612af AC |
566 | * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte. |
567 | ||
366b1cbf | 568 | * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte. |
d56612af | 569 | * printcmd.c (print_scalar_formatted): Update. |
366b1cbf | 570 | |
c84141d6 AC |
571 | * value.h (value_bit_index, print_floating) |
572 | (find_rt_vbase_offset): Make buffer a const bfd_byte. | |
573 | * valprint.c (print_floating): Update. | |
574 | * valarith.c (value_bit_index): Update. | |
575 | * valops.c (find_rt_vbase_offset): Update. | |
576 | ||
6c403953 AC |
577 | * valprint.h (print_octal_chars, print_char_chars) |
578 | (print_hex_chars, print_decimal_chars, print_binary_chars): Make | |
579 | buffer a const bfd_byte. | |
580 | * valprint.c (print_binary_chars, print_octal_chars) | |
581 | (print_decimal_chars, print_hex_chars, print_char_chars): Make | |
582 | "valaddr"buffer a const bfd_byte, ditto for local variables | |
583 | referencing that buffer. | |
584 | ||
a8d6eb4a AC |
585 | * m2-valprint.c: Include "c-lang.h". |
586 | (c_val_print): Delete extern declaration. | |
587 | * scm-valprint.c: Include "c-lang.h". | |
588 | (c_val_print): Delete extern declaration. | |
589 | Makefile.in: Update dependencies. | |
590 | ||
06c4d4dc AC |
591 | * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const |
592 | bfd_byte. | |
593 | * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte. | |
594 | (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const | |
595 | bfd_byte. | |
596 | * cp-abi.c (baseclass_offset): Update. | |
597 | * gnu-v2-abi.c (gnuv2_baseclass_offset): Update. | |
598 | ||
6b08edad AC |
599 | * gnu-v2-abi.h: New file. |
600 | * gnu-v2-abi.c: Include "gnu-v2-abi.h". | |
601 | (gnuv2_baseclass_offset): Delete declaration. | |
602 | * hpacc-abi.c: Include "gnu-v2-abi.h". | |
603 | (gnuv2_baseclass_offset): Delete extern declaration. | |
604 | * Makefile.in: Update dependencies. | |
605 | ||
108d6ead AC |
606 | * doublest.c (floatformat_is_negative, floatformat_is_nan) |
607 | (floatformat_mantissa, get_field): Make the buffer a const | |
608 | bfd_byte, simplify. | |
609 | ||
a53bf506 AC |
610 | 2005-01-27 Andrew Cagney <[email protected]> |
611 | ||
8cc2524a AC |
612 | * value.h (struct value): Change type of contents to bfd_byte. |
613 | (VALUE_CONTENTS_RAW): Simplify. | |
614 | ||
79dd2d24 AC |
615 | * gdbarch.sh (integer_to_address): Change buf parameter to a const |
616 | bfd_byte, make pure-multi-arch. | |
617 | * gdbarch.h, gdbarch.c: Regenerate. | |
618 | * mips-tdep.c (mips_integer_to_address): Update. | |
619 | * value.c (value_as_address): Update. | |
620 | ||
c26b8e3b AC |
621 | * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const. |
622 | * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string | |
623 | parameters const, change buf to a const bfd_byte. | |
624 | (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string | |
625 | parameters const. | |
626 | ||
10e2d419 AC |
627 | * corefile.c (write_memory): Update, make a copy of the read-only |
628 | buffer. | |
629 | * target.c (target_read_memory): Update. | |
630 | (target_write_memory): Update, make a copy of the read-only | |
631 | buffer. | |
632 | * gdbcore.h (write_memory): Change buffer type to bfd_byte, make | |
633 | const. | |
634 | * target.h (target_read_memory, target_write_memory): Change | |
635 | buffer type to bfd_byte; for write_memory, make it const. | |
636 | * symfile-mem.c (do_target_read_memory): New function. | |
637 | (symbol_file_add_from_memory): Pass do_target_read_memory to | |
638 | bfd_elf_bfd_from_remote_memory. | |
639 | ||
89f5065b AC |
640 | * value.h: Indent using gdb_indent.sh. |
641 | ||
a53bf506 AC |
642 | * configure: Regenerate to track ../gettext.m4 change. |
643 | ||
c44ca51c AC |
644 | 2005-01-26 Andrew Cagney <[email protected]> |
645 | ||
646 | * rs6000-tdep.c: Include "reggroups.h". | |
647 | (rs6000_gdbarch_init): Set register_reggroup_p. | |
648 | (rs6000_register_reggroup_p): New function. | |
649 | ||
c600d464 OF |
650 | 2005-01-26 Orjan Friberg <[email protected]> |
651 | ||
652 | * cris-tdep.c (enum cris_num_regs, enum cris_regnums) | |
653 | (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for | |
654 | CRISv32. | |
655 | (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint) | |
656 | (cris_region_ok_for_watchpoint, cris_stopped_data_address) | |
657 | (crisv32_cannot_fetch_register, crisv32_cannot_store_register) | |
658 | (crisv32_register_type, cris_special_register_name) | |
659 | (crisv32_register_name): New functions. | |
660 | (cris_spec_reg_applicable): Recognize more versions. | |
661 | (cris_register_name): Update with call to cris_special_register_name. | |
662 | (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and | |
663 | warning when unable to find step target. | |
664 | (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define. | |
665 | (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for | |
666 | CRISv32. | |
667 | (fetch_core_registers): Update for CRISv32. | |
668 | (cris_gdbarch_init): Set pc_regnum, register_type, num_regs, | |
669 | register_name, cannot_store_register, cannot_fetch_register, | |
670 | have_nonsteppable_watchpoint, single_step_through_delay for CRISv32. | |
671 | ||
82c94ed0 NR |
672 | 2005-01-26 Nick Roberts <[email protected]> |
673 | ||
674 | * interps.c (interpreter_exec_cmd): Use condition, | |
675 | e.reason < 0, to raise an error. | |
676 | ||
0598a43c AC |
677 | 2005-01-25 Andrew Cagney <[email protected]> |
678 | ||
a8f60bfc AC |
679 | * ppc-linux-tdep.c: Include "tramp-frame.h" |
680 | (struct ppc_linux_sigtramp_cache) | |
681 | (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register) | |
682 | (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer) | |
683 | (ppc_linux_sigtramp_cache): Delete. | |
684 | (ppc32_linux_sigaction_cache_init) | |
685 | (ppc64_linux_sigaction_cache_init) | |
686 | (ppc32_linux_sighandler_cache_init) | |
687 | (ppc64_linux_sighandler_cache_init) | |
688 | (ppc32_linux_sigaction_tramp_frame) | |
689 | (ppc64_linux_sigaction_tramp_frame) | |
690 | (ppc32_linux_sighandler_tramp_frame) | |
691 | (ppc64_linux_sighandler_tramp_frame) | |
692 | (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and | |
693 | 64-bit, sigaction and siginfo tramp-frame unwinders. | |
694 | ||
0598a43c AC |
695 | * ppc-linux-tdep.c (ppc_linux_init_abi): Always set |
696 | long_double_bit to 8. | |
697 | ||
9d799f85 AC |
698 | 2005-01-24 Andrew Cagney <[email protected]> |
699 | ||
700 | * infrun.c (handle_inferior_event): Handle back-to-back and nested | |
701 | signals where the step_resume_breakpoint may have already been | |
702 | inserted. | |
703 | ||
45181ed1 AC |
704 | 2005-01-24 Andrew Cagney <[email protected]> |
705 | ||
706 | * configure: Regenerate, ../gettext.m4 was updated. | |
707 | ||
a28109e0 MK |
708 | 2005-01-23 Mark Kettenis <[email protected]> |
709 | ||
6fe85783 MK |
710 | * NEWS: Mention new BSD user-level threads support. |
711 | ||
a28109e0 MK |
712 | * i386obsd-tdep.c: Update copyright year. Include |
713 | "bsd-uthread.h". | |
714 | (i386obsd_uthread_reg_offset): New variable. | |
715 | (I386OBSD_UTHREAD_ESP_OFFSET): New define. | |
716 | (i386obsd_supply_uthread, i386obsd_collect_uthread): New | |
717 | functions. | |
718 | (i386obsd_init_abi): Set supply_uthread and collect_uthread. | |
719 | * Makefile.in (i386obsd-tdep.o): Update dependencies. | |
720 | * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o. | |
721 | ||
059198c1 CF |
722 | 2005-01-23 Christopher Faylor <[email protected]> |
723 | ||
724 | * win32-nat.c: Update copyright year. | |
725 | (child_init_thread_list): Set thread linked list point to NULL so that | |
726 | it won't be reused after clearing. | |
727 | ||
5c45e068 MK |
728 | 2005-01-21 Mark Kettenis <[email protected]> |
729 | ||
730 | * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove | |
731 | undefs. | |
732 | * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct | |
733 | thread' has a td_pcb member and whether `struct reg' has r_fs and | |
734 | r_gs members. | |
735 | * configure, config.in: Regenerate. | |
736 | ||
666ec76f MK |
737 | 2005-01-21 Mark Kettenis <[email protected]> |
738 | ||
b8667b61 MK |
739 | * configure.ac: Remove ia64-*-aix* junk. |
740 | * configure: Regenerate. | |
741 | ||
a3828db0 MK |
742 | * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS |
743 | and BFD_NEED_DECLARATION. Don't check if a declaration of strdup | |
744 | is necessary. | |
745 | * configure, config.in: Regenerate. | |
746 | * utils.c: Adjust for usage of AC_CHECK_DECLS instead of | |
747 | BFD_NEED_DECLARATION. Never provide a prototype for | |
748 | caninicalize_file_name. | |
749 | * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of | |
750 | BFD_NEED_DECLARATION. | |
751 | ||
666ec76f MK |
752 | * configure.ac (targ_archs): Use standard autoconf check for |
753 | "struct stat.st_blocks" instead of rolling our own. | |
754 | * configure: Regenerated. | |
755 | * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef. | |
756 | * config.in: Regenerated. | |
757 | ||
bc8bcb4b MK |
758 | 2005-01-21 Mark Kettenis <[email protected]> |
759 | ||
760 | * configure.ac: Modernize checks for `long long' and `long double' | |
761 | support. | |
762 | * configure: Regenerated. | |
763 | * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG) | |
764 | (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs. | |
765 | * config.in: Regenerated. | |
766 | ||
30adeb3a MK |
767 | 2005-01-20 Mark Kettenis <[email protected]> |
768 | ||
769 | * acconfig.h (HAVE_STRUCT_SAVE_STATE_T) | |
770 | (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs. | |
771 | * configure.ac: Remove checks for HP-UX save_state structure. | |
772 | * configure: Regenerated. | |
773 | ||
e06e2353 AC |
774 | 2005-01-19 Andrew Cagney <[email protected]> |
775 | ||
776 | * utils.c (quit): Simplify, call fatal. | |
777 | * exceptions.c: Include "serial.h" | |
778 | (print_flush): Mimic flush code found in utils.c:quit. | |
779 | * Makefile.in: Update dependencies. | |
780 | ||
1c44323f JB |
781 | 2005-01-19 Jim Blandy <[email protected]> |
782 | ||
065a1afc JB |
783 | * configure.tgt: Set build_rdi_share to "yes" on those targets |
784 | that use that debugging protocol. | |
785 | Set build_nlm to yes to build NLM stub for Netware targets. | |
786 | * configure.ac: If build_rdi_share is "yes", then configure the | |
787 | rdi-share subdirectory. | |
788 | If build_nlm is "yes", the configure the "nlm" subdirectory. | |
789 | * configure: Regenerated. | |
790 | ||
1c44323f JB |
791 | * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using |
792 | autoconf 2.59 and automake 1.9.3. | |
793 | ||
8a9de0e4 AC |
794 | 2005-01-19 Andrew Cagney <[email protected]> |
795 | ||
315a522e AC |
796 | * exceptions.h (deprecated_throw_reason): Rename throw_reason. |
797 | * exceptions.c (deprecated_throw_reason): Rename throw_reason. | |
798 | * utils.c (internal_verror, quit): Update. | |
799 | * remote-sds.c (interrupt_query): Update. | |
800 | * remote-mips.c (mips_error, mips_kill): Update. | |
801 | * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update. | |
802 | * remote.c (interrupt_query): Update. | |
803 | * ocd.c (interrupt_query): Update. | |
804 | * nto-procfs.c (interrupt_query): Update. | |
805 | * monitor.c (monitor_interrupt_query): Update. | |
806 | * breakpoint.c (break_command_1): Update. | |
807 | ||
8a9de0e4 AC |
808 | * infrun.c: (resume, proceed, wait_for_inferior) |
809 | (handle_inferior_event, stop_stepping) | |
810 | (prepare_to_wait): Write debug output to gdb_stdlog. | |
811 | ||
53283f86 MK |
812 | 2005-01-19 Mark Kettenis <[email protected]> |
813 | ||
814 | * inf-ptrace.c (inf_ptrace_prepare_to_store) | |
815 | (inf_ptrace_post_startup_inferior) | |
816 | (inf_ptrace_acknowledge_created_inferior) | |
817 | (inf_ptrace_insert_fork_catchpoint) | |
818 | (inf_ptrace_remove_fork_catchpoint) | |
819 | (inf_ptrace_insert_vfork_catchpoint): | |
820 | (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork) | |
821 | (inf_ptrace_insert_exec_catchpoint) | |
822 | (inf_ptrace_remove_exec_catchpoint): Remove functions. | |
823 | (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment. | |
824 | (inf_ptrace_target): Don't set to_prepare_to_store, | |
825 | to_post_startup_inferior, to_acknowledge_created_inferior, | |
826 | to_insert_fork_ctachpoint, to_remove_fork_catchpoint, | |
827 | to_insert_vfork_catchpoint, to_remove_vfork_catchpoint, | |
828 | to_follow_fork, to_insert_exec_catchpoint, | |
829 | to_remove_exec_catchpoint. | |
830 | ||
9ee907e0 AC |
831 | 2005-01-18 Andrew Cagney <[email protected]> |
832 | ||
fa113d1a AC |
833 | * target.h (struct target_ops): Change return type of |
834 | to_insert_fork_catchpoint, to_insert_vfork_catchpoint and | |
835 | to_insert_exec_catchpoint to void. | |
836 | (child_insert_fork_catchpoint, child_insert_vfork_catchpoint) | |
837 | (child_insert_exec_catchpoint): Change return type to void. | |
838 | * target.c (update_current_target): Update. | |
839 | (debug_to_insert_fork_catchpoint) | |
840 | (debug_to_insert_vfork_catchpoint) | |
841 | (debug_to_insert_exec_catchpoint): Update. | |
842 | * inf-child.c (inf_child_insert_fork_catchpoint) | |
843 | (inf_child_insert_vfork_catchpoint) | |
844 | (inf_child_insert_exec_catchpoint): Update. | |
845 | * breakpoint.c (insert_catchpoint): Update, do not throw an error. | |
846 | * linux-nat.c (child_insert_fork_catchpoint) | |
847 | (child_insert_vfork_catchpoint) | |
848 | (child_insert_exec_catchpoint): Update. | |
849 | * inftarg.c (child_insert_fork_catchpoint) | |
850 | (child_insert_vfork_catchpoint,) | |
851 | (child_insert_exec_catchpoint): Update. | |
852 | ||
9ee907e0 AC |
853 | * remote.c (remote_open_1): Use throw_exception. |
854 | ||
295093a4 MS |
855 | 2005-01-17 Michael Snyder <[email protected]> |
856 | ||
857 | * mips-linux-tdep.c: Whitespace tweaks. | |
858 | ||
4bcff7eb CV |
859 | 2005-01-17 Corinna Vinschen <[email protected]> |
860 | ||
861 | * infcmd.c (attach_command): Call CLEAR_SOLIB if available. | |
862 | ||
637537d0 AC |
863 | 2005-01-17 Andrew Cagney <[email protected]> |
864 | ||
865 | * top.h (source_error, source_pre_error): Delete declaration. | |
866 | * cli/cli-script.c (source_error_allocated, source_error): Delete. | |
867 | (script_from_file, source_cleanup_lines): Do not manipulate | |
868 | source_error_allocated, error_pre_print and source_error. | |
869 | (struct source_cleanup_lines_args): Delete fields old_pre_error, | |
870 | and old_error_pre_print. | |
871 | * top.c (source_error_allocated, source_error) | |
872 | (source_pre_error): Delete. | |
873 | (command_line_input): Do not set error_pre_print. | |
874 | * event-top.c (command_line_handler): Do not set error_pre_print. | |
875 | ||
12b21d12 JT |
876 | 2005-01-16 Jason Thorpe <[email protected]> |
877 | ||
878 | * MAINTAINERS: Update my email address. | |
879 | ||
1c02b2a5 MK |
880 | 2005-01-16 Mark Kettenis <[email protected]> |
881 | ||
c401b55a MK |
882 | * configure.ac: Provide prerequisite headers when checking |
883 | <term.h>. | |
884 | * configure: Regenerate. | |
885 | ||
1c02b2a5 MK |
886 | * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h" |
887 | and "bsd-uthread.h". | |
888 | (amd64fbsd_jmp_buf_reg_offset): New variable. | |
889 | (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New | |
890 | functions. | |
891 | (amd64fbsd_init_abi): Set supply_uthread and collect_uthread. | |
892 | * i386fbsd-tdep.c: Fix typo. | |
893 | * Makefile.in (amd64fbsd-tdep.o): Update dependencies. | |
894 | * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o. | |
895 | ||
17d92a02 AC |
896 | 2005-01-16 Andrew Cagney <[email protected]> |
897 | ||
898 | * cli/cli-script.c: Include "exceptions.h". | |
899 | (struct wrapped_read_command_file_args): Define. | |
900 | (wrapped_read_command_file): New function. | |
901 | (script_from_file): Replace direct call to read_command_file by | |
902 | one wrapped by an exception handler. | |
903 | * exceptions.c (throw_it): Free the old message after creating the | |
904 | new. | |
905 | * Makefile.in: Update dependencies. | |
906 | ||
80ad1639 MK |
907 | 2005-01-16 Mark Kettenis <[email protected]> |
908 | ||
ae036357 MK |
909 | * sparc64fbsd-tdep.c: Update copyright year. |
910 | (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New | |
911 | functions. | |
912 | (sparc64fbsd_init_abi): Create register sets with collect | |
913 | functions. | |
914 | ||
ca5807d9 MK |
915 | * sparc64fbsd-nat.c: Include "fbsd-nat.h". |
916 | (_initialize_sparc64fbsd_nat): Add some extra features to the | |
917 | generic SPARC target. | |
918 | * Makefile.in (sparc64fbsd-nat.o): Update dependencies. | |
919 | * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o. | |
920 | (NAT_FILE): Set to solib.h. | |
921 | * config/sparc/nm-fbsd.h: Remove file. | |
922 | ||
c4f2d4d7 MK |
923 | * sparc64-tdep.c (sparc64_store_arguments): Fix typo. |
924 | ||
80ad1639 MK |
925 | * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify. |
926 | ||
6212a5e9 AC |
927 | 2005-01-16 Andrew Cagney <[email protected]> |
928 | ||
929 | * exceptions.c (struct catcher): Delete saved_error_pre_print and | |
930 | saved_quit_pre_print. | |
931 | (catcher_init): Delete parameter errstring, do not override the | |
932 | pre_print strings. | |
933 | (catcher_pop): Do not restore the pre_print strings. | |
934 | (catch_exception, catch_exceptions_with_msg, catch_errors) | |
935 | (catch_command_errors): Update catch_init calls. | |
936 | ||
936df4b3 MK |
937 | 2005-01-16 Mark Kettenis <[email protected]> |
938 | ||
939 | * Makefile.in (sparc64fbsd-nat.o): Update dependencies. | |
940 | * sparc64fbsd-nat.c: Update copyright year. Include "target.h". | |
941 | ||
3af1e0e3 AC |
942 | 2005-01-15 Andrew Cagney <[email protected]> |
943 | ||
85981d60 AC |
944 | * acinclude.m4: Include ../bfd/bfd.m4 instead of |
945 | ../bfd/acinclude.m4. Include ../gettext.m4. | |
946 | * aclocal.m4, configure: Re-generate. | |
947 | ||
5a14cc1a AC |
948 | * exceptions.c (do_captured_command) |
949 | (struct captured_command_args): Delete. | |
950 | (catch_command_errors): Simplify by inlining call to catch_errors. | |
951 | ||
3af1e0e3 AC |
952 | * exceptions.c (struct catcher): Delete field print_message. |
953 | (catcher_init): Delete print_message parameter. | |
954 | (catch_exception, catch_exceptions_with_msg, catch_errors): Update. | |
955 | (throw_it): Delete prefix parameter. | |
956 | (throw_verror, throw_vfatal, throw_error): Update. | |
957 | ||
d0555901 AC |
958 | 2005-01-14 Andrew Cagney <[email protected]> |
959 | ||
e48f5bee AC |
960 | * exceptions.c (print_and_throw): Delete, replaced by throw_it. |
961 | (throw_reason): Leave the exception's message field blank. | |
962 | (throw_it): New function, create the exception and throw it. | |
963 | (throw_verror, throw_vfatal, throw_error): Call throw_it. | |
964 | (print_any_exception): New function. | |
965 | (catch_errors, catch_exceptions_with_msg): Call | |
966 | print_any_exception. | |
967 | (throw_exception): Move code calling annotate_error and | |
968 | annotate_quit from here ... | |
969 | (print_exception): ... to here. | |
970 | ||
c6da7a6d AC |
971 | * exceptions.c (exception_fprintf, exception_print): Move printing |
972 | of \n from here ... | |
973 | (print_exception): ... to here. | |
974 | (print_flush): New function. | |
975 | (exception_print, exception_fprintf): Replace duplicated flush and | |
976 | wrap code with call to print_flush. | |
977 | (print_and_throw): Simplify, by using xstrvprintf, print_flush, | |
978 | and print_exception. | |
979 | (do_write): Delete. | |
980 | ||
d0555901 AC |
981 | * remote-sds.c (interrupt_query): Call throw_reason instead of |
982 | throw_exception. | |
983 | * remote-mips.c (mips_error, mips_kill): Ditto | |
984 | * ocd.c (interrupt_query): Ditto. | |
985 | * nto-procfs.c (interrupt_query): Ditto. | |
986 | * monitor.c (monitor_interrupt_query): Ditto. | |
987 | ||
949df321 JJ |
988 | 2005-01-14 Jeff Johnston <[email protected]> |
989 | ||
990 | * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions. | |
991 | ||
bc8332bb AC |
992 | 2005-01-14 Andrew Cagney <[email protected]> |
993 | ||
1c3c7ee7 AC |
994 | * exceptions.h (catch_exceptions): Delete errstring parameter. |
995 | (catch_exceptions_with_msg): Ditto. | |
996 | * exceptions.c (catch_exceptions_with_msg): Update. | |
997 | (catch_exceptions): Update. | |
998 | * symfile-mem.c (add_vsyscall_page): Update. | |
999 | * frame.c (get_current_frame): Update. | |
1000 | * wrapper.c (gdb_value_struct_elt): Update. | |
1001 | * exceptions.c (catch_exceptions): Update. | |
1002 | * thread.c (gdb_list_thread_ids, gdb_thread_select): Update. | |
1003 | * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update. | |
1004 | * remote-fileio.c (remote_fileio_request): Update. | |
1005 | ||
9cbc821d AC |
1006 | * exceptions.h (exception_fprintf): Declare. |
1007 | (exception_print): Drop pre_print parameter. | |
1008 | * mi/mi-main.c (mi_execute_command): Update exception_print call. | |
1009 | * cli/cli-interp.c (safe_execute_command): Update exception_print | |
1010 | call. | |
1011 | * remote.c (remote_open_1): Instead of passing an error prefix to | |
1012 | catch_exceptions, use catch_exceptions and exception_fprintf. | |
1013 | (remote_start_remote): Change return type to void. | |
1014 | * breakpoint.c (insert_bp_location): Instead of passing an error | |
1015 | prefix to catch_exceptions, use catch_exceptions and | |
1016 | exception_fprintf. | |
1017 | (insert_catchpoint): Change return type to void. | |
1018 | (break_command_1): Update exception_print call. | |
1019 | * exceptions.c (exception_fprintf): New function. | |
1020 | (print_exception): New function. | |
1021 | (exception_print): Use print_exception. | |
1022 | ||
22e9b0f1 AC |
1023 | * utils.c (error_output_message): Delete function. |
1024 | * defs.h (error_output_message): Delete declaration. | |
1025 | ||
05ff989b AC |
1026 | * linespec.c (symtab_from_filename, decode_variable): Use |
1027 | throw_error instead of error_silent. | |
1028 | * breakpoint.c (do_captured_parse_breakpoint): Change return type | |
1029 | to void. | |
1030 | (break_command_1): Use catch_exception and check the error return | |
1031 | status. | |
1032 | * exceptions.c (throw_error): New function. | |
1033 | (throw_vsilent): Delete function. | |
1034 | * exceptions.h (throw_error): Declare. | |
1035 | (throw_vsilent): Delete declaration. | |
1036 | * utils.c (error_silent): Delete function. | |
1037 | * defs.h (error_silent): Delete declaration. | |
1038 | ||
8a076db9 AC |
1039 | * mi/mi-main.c (mi_execute_command): Print the exception. |
1040 | * cli/cli-interp.c (safe_execute_command): Print the exception. | |
1041 | * exceptions.h (exception_print): Declare. | |
1042 | * exceptions.c (struct catcher): Add field print_message. | |
1043 | (catcher_init): Add parameter print_message, store in the catcher | |
1044 | struct. | |
1045 | (print_and_throw): Only print the message when print_message. | |
1046 | (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to | |
1047 | catcher_init. | |
1048 | (catch_exception): Pass print_message=0 to catcher_init. | |
1049 | ||
bc8332bb AC |
1050 | * varobj.c (varobj_create): Add missing \n. |
1051 | ||
d183932d MS |
1052 | 2005-01-13 Michael Snyder <[email protected]> |
1053 | ||
4e18e2de | 1054 | * cli/cli-decode.h: Whitespace tweaks. |
ca0b4d12 | 1055 | * wince.c: Whitespace tweaks. |
887a3a14 | 1056 | * uw-thread.c: Whitespace tweaks. |
0a4a0819 | 1057 | * utils.c: Whitespace tweaks. |
d183932d MS |
1058 | * tracepoint.[ch]: Whitespace tweaks. |
1059 | * solist.h: Whitespace tweaks. | |
1060 | ||
6b1b7650 AC |
1061 | 2005-01-13 Andrew Cagney <[email protected]> |
1062 | ||
b315da38 AC |
1063 | * exceptions.h (struct exception): Make message const. |
1064 | * mi/mi-main.c (mi_execute_command): Pass result.message directly | |
1065 | to fputstr_unfiltered. | |
1066 | ||
79e714b4 AC |
1067 | 2005-01-13 Michael Snyder <[email protected]> |
1068 | ||
1069 | * stack.c: Whitespace tweaks. | |
1070 | * somsolib.[ch]: Whitespace tweaks. | |
1071 | * solib-aix.c: Whitespace tweaks. | |
1072 | * solib.c: Whitespace tweaks. | |
1073 | * solib-frv.c: Whitespace tweaks. | |
1074 | * solib.h: Whitespace tweaks. | |
1075 | * solib-irix.c: Whitespace tweaks. | |
1076 | * solib-som.c: Whitespace tweaks. | |
1077 | * solib-sunos.c: Whitespace tweaks. | |
1078 | * solib-svr4.[ch]: Whitespace tweaks. | |
1079 | * ser-tcp.c: Whitespace tweaks. | |
1080 | * ser-unix.c: Whitespace tweaks. | |
1081 | * serial.h: Whitespace tweaks. | |
1082 | * scm-valprint.c: Whitespace tweaks. | |
1083 | * rs6000-tdep.c: Whitespace tweaks. | |
1084 | * rs6000-nat.c: Whitespace tweaks. | |
1085 | * remote.c: Whitespace tweaks. | |
1086 | ||
1087 | 2005-01-13 Andrew Cagney <[email protected]> | |
1088 | ||
6b1b7650 AC |
1089 | * defs.h (error_last_message, error_init): Delete declaration. |
1090 | * utils.c (fatal, vfatal): Call throw_vfatal. | |
1091 | (error, verror): Call throw_verror; | |
1092 | (do_write, error_stream_1): Delete function. | |
1093 | (error_stream): Simplify, call error. | |
1094 | (error_last_message, error_init, gdb_lasterr): Delete. | |
1095 | (error_silent): Simplify, call throw_vsilent. | |
1096 | * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message. | |
1097 | * main.c (captured_main): Delete call to error_init. | |
1098 | * exceptions.c (throw_verror, throw_verror) | |
1099 | (throw_vsilent): New functions. | |
1100 | (do_write, print_and_throw): New functions. | |
1101 | (last_message): New global. | |
1102 | (throw_reason): Replace error_last_message with last_message. | |
1103 | (catch_exceptions_with_msg): Dup the message. | |
1104 | * exceptions.h (throw_verror, throw_vfatal, throw_vsilent): | |
1105 | Declare. | |
1106 | ||
4791eb66 MS |
1107 | 2005-01-13 Michael Snyder <[email protected]> |
1108 | ||
90c065fb | 1109 | * remote-st.c: Whitespace tweaks. |
8a0ce09a | 1110 | * remote-sim.c: Whitespace tweaks. |
1fa79fac | 1111 | * remote-mips.c: Whitespace tweaks. |
beda9597 | 1112 | * pa64solib.[ch]: Whitespace tweaks. |
28397f59 | 1113 | * mdebugread.c: Whitespace tweaks. |
ba5e7e8d | 1114 | * main.c: Whitespace tweaks. |
907d819a | 1115 | * interps.c: Whitespace tweaks. |
9d1ff73f | 1116 | * infrun.c: Whitespace tweaks. |
1f5d0fc9 | 1117 | * infcmd.c: Whitespace tweaks. |
d9788fe8 | 1118 | * hpux-thread.c: Whitespace tweaks. |
3b951200 | 1119 | * hppa-hpux-tdep.c: Whitespace tweaks. |
3a9a986f | 1120 | * gdbcore.h: Whitespace tweaks. |
d3f17821 | 1121 | * gdbcmd.h: Whitespace tweaks. |
30867156 | 1122 | * gdb-events[.c, .h, .sh]: Whitespace tweaks. |
de6854b5 | 1123 | * corefile.c: Whitespace tweaks. |
03717487 | 1124 | * completer.c: Whitespace tweaks. |
9b5c5aad MS |
1125 | * coff-solib.c: Whitespace tweaks. |
1126 | * coff-solib.h: Whitespace tweaks. | |
30fdc99f | 1127 | * cli-out.c: Whitespace tweaks. |
1272ad14 | 1128 | * breakpoint.c: Whitespace tweaks. |
4791eb66 MS |
1129 | * cli/cli-interp.c: Tweak comments, per coding standard. |
1130 | ||
f30f06b8 AC |
1131 | 2005-01-13 Andrew Cagney <[email protected]> |
1132 | ||
ce43223b AC |
1133 | * breakpoint.c (gdb_breakpoint_query): Update, use |
1134 | catch_exceptions_with_msg. | |
1135 | (do_captured_breakpoint): Add uiout parameter. | |
1136 | (gdb_breakpoint): Update, use catch_exceptions_with_msg. | |
1137 | * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to | |
1138 | gdb_thread_select. Return MI_CMD_ERROR instead of | |
1139 | MI_CMD_CAUGHT_ERROR. | |
1140 | (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids. | |
1141 | (enum captured_mi_execute_command_actions): Delete | |
1142 | EXECUTE_COMMAND_DISPLAY_ERROR. | |
1143 | (captured_mi_execute_command): Delete code handling | |
1144 | MI_CMD_CAUGHT_ERROR. | |
1145 | (mi_execute_command): Don't check for | |
1146 | EXECUTE_COMMAND_DISPLAY_ERROR. | |
1147 | * mi/mi-cmd-break.c (breakpoint_notify): Update call to | |
1148 | gdb_breakpoint_query. | |
1149 | (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint. | |
1150 | * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR. | |
1151 | * gdb.h (gdb_thread_select, gdb_list_thread_ids) | |
1152 | (gdb_breakpoint, gdb_breakpoint_query): Add error_message | |
1153 | parameter. | |
1154 | * thread.c (thread_command): Update call. | |
1155 | (gdb_thread_select, gdb_list_thread_ids): Update, call | |
1156 | catch_exceptions_with_msg. | |
1157 | ||
f30f06b8 AC |
1158 | * mi/mi-main.c (mi_execute_command): Use catch_exception, |
1159 | eliminate call to error_last_message. | |
1160 | (captured_mi_execute_command): Change return type to void. | |
1161 | ||
2a78bfb5 AC |
1162 | 2005-01-12 Andrew Cagney <[email protected]> |
1163 | ||
c1043fc2 AC |
1164 | * exceptions.c (exception_none): New variable. |
1165 | * Makefile.in: Update dependencies. | |
1166 | * interps.c: Include "exceptions.h". | |
1167 | (interpreter_exec_cmd, interp_exec): Update to return "struct | |
1168 | exception" | |
1169 | * exceptions.h (no_exception): Declare. | |
1170 | * tui/tui-interp.c (tui_exec): Update to return "struct exception" | |
1171 | * mi/mi-interp.c: Include "exceptions.h". | |
1172 | (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return | |
1173 | 'struct exception". | |
1174 | * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command) | |
1175 | (do_captured_execute_command): Update to use catch_exception. | |
1176 | * interps.h: Include "exceptions.h". | |
1177 | (interp_exec_ftype, interp_exec): Return "struct exception". | |
1178 | ||
2a78bfb5 AC |
1179 | * exceptions.h (throw_reason): Rename throw_exception. |
1180 | (enum errors, struct exception): Define. | |
1181 | (catch_exception_ftype): Define. | |
1182 | (catch_exception, throw_exception): Declare. | |
1183 | * exceptions.c (throw_exception): Rewrite. | |
1184 | (throw_reason): New function. | |
1185 | (struct catcher, catcher_state_machine): Replace "reason" with | |
1186 | "exception", delete "gdberrmsg". | |
1187 | (catch_exception): New function. | |
1188 | (catcher_init): Replace "gdberrmsg" parameter with "exception". | |
1189 | (catch_errors, catch_exceptions_with_msg): Re-implement passing | |
1190 | exception to catcher_init. | |
1191 | * utils.c (error_silent, error_stream_1): Use throw_reason. | |
1192 | (internal_verror, quit): Ditto. | |
1193 | * breakpoint.c (insert_catchpoint, break_command_1): Ditto. | |
1194 | * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto. | |
1195 | * remote.c (remote_open_1, interrupt_query): Ditto. | |
1196 | ||
8b1ca062 MK |
1197 | 2005-01-12 Mark Kettenis <[email protected]> |
1198 | ||
fa565c2b MK |
1199 | * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h", |
1200 | "regcache.h", "gdb_assert.h" and "bsd-uthread.h". | |
1201 | (i386fbsd_jmp_buf_reg_offset): New variable. | |
1202 | (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New | |
1203 | functions. | |
1204 | (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread. | |
1205 | * Makefile.in (i386fbsd-tdep.o): Update dependency. | |
1206 | * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o. | |
1207 | ||
82f5c14f MK |
1208 | * bsd-uthread.h: New file. |
1209 | * bsd-uthread.c: New file. | |
1210 | * Makefile.in (bsd_uthread_h): New variable. | |
1211 | (ALLDEPFILES): Add bsd-uthread.c. | |
1212 | (bsd-uthread.o): New dependency. | |
1213 | ||
42a6e6a0 MK |
1214 | * solib.h Update copyright year. |
1215 | (struct so_list): Forward declaration. | |
1216 | (solib_read_symbols): New prototype. | |
1217 | * solib.c (solib_read_symbols): New function. | |
1218 | (solib_add): Call solib_read_symbols to read in symbols. | |
1219 | (update_solib_list): Call observer_notify_solib_loaded. | |
1220 | ||
8b1ca062 MK |
1221 | * i386bsd-nat.c: Update copyright year. Don't include |
1222 | <sys/param.h> and <sys/user.h>. | |
1223 | (register_u_addr, kernel_u_size): Remove functions. | |
1224 | * config/i386/obsd.mh (NAT_FILE): Remove. | |
1225 | * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h. | |
1226 | * config/i386/nm-obsd.h: Remove file. | |
1227 | ||
60250e8b AC |
1228 | 2005-01-12 Andrew Cagney <[email protected]> |
1229 | ||
db5f402d AC |
1230 | * exceptions.c: Include "gdb_string.h". |
1231 | (enum catcher_state, struct catcher): Define. | |
1232 | (current_catcher): New global, replaces catch_return; | |
1233 | (catch_return): Delete. | |
1234 | (throw_exception): Use current_catcher->buf; | |
1235 | (catcher_init, catcher_pop, catcher_state_machine): New functions. | |
1236 | (catcher): Delete. | |
1237 | (struct catch_errors_args): Delete. | |
1238 | (do_catch_errors): Delete. | |
1239 | (catch_exceptions): Replace body with call to | |
1240 | catch_exceptions_with_msg. | |
1241 | (catcher): Delete. | |
1242 | (catch_exceptions_with_msg, catch_errors): Re-implement using | |
1243 | catcher_state_machine. | |
1244 | ||
60250e8b AC |
1245 | * exceptions.h (enum return_reason, RETURN_MASK) |
1246 | (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL) | |
1247 | (return_mask, throw_exception, catch_exceptions_ftype) | |
1248 | (catch_exceptions_with_msg, catch_errors_ftype, catch_errors) | |
1249 | (catch_command_errors_ftype, catch_command_errors): Move to | |
1250 | exceptions.h. | |
1251 | * exceptions.c, exceptions.h: New files. | |
1252 | * top.c: Do not include <setjmp.h>. | |
1253 | (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return) | |
1254 | (throw_exception, catcher, catch_exceptions) | |
1255 | (catch_exceptions_with_msg, struct catch_errors_args) | |
1256 | (do_catch_errors, catch_errors, struct captured_command_args) | |
1257 | (do_captured_command, catch_command_errors): Move to exceptions.c. | |
1258 | * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h". | |
1259 | * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto. | |
1260 | * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto. | |
1261 | * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto. | |
1262 | * remote-e7000.c, objc-lang.c, ocd.c: Ditto. | |
1263 | * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto. | |
1264 | * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto. | |
1265 | * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto. | |
1266 | * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto. | |
1267 | * ada-valprint.c, ada-lang.c: Ditto. | |
1268 | * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and | |
1269 | exceptions.o. Update all dependencies. | |
1270 | ||
ca14ead7 MK |
1271 | 2005-01-11 Mark Kettenis <[email protected]> |
1272 | ||
eafc7eea MK |
1273 | * config/i386/nm-fbsd.h: Update copyright year. |
1274 | Don't include "config/nm-bsd.h". | |
1275 | (KERNEL_U_SIZE): Remove macro. | |
1276 | (kernel_u_size): Remove prototype. | |
1277 | ||
ca14ead7 MK |
1278 | * config/vax/nbsdaout.mh (NAT_FILE): Remove. |
1279 | * config/vax/nm-nbsdaout.h: Remove file. | |
1280 | ||
4a39d934 EZ |
1281 | 2005-01-10 Elena Zannoni <[email protected]> |
1282 | ||
1283 | * MAINTAINERS: Remove self from sh/sh64 maintainership. | |
1284 | ||
93f0f986 AC |
1285 | 2005-01-10 Andrew Cagney <[email protected]> |
1286 | ||
c4f9e2bf AC |
1287 | * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit |
1288 | changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux | |
1289 | maintainer. | |
1290 | ||
6b71dd74 AC |
1291 | * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit |
1292 | changes to CRIS. | |
1293 | ||
93f0f986 AC |
1294 | * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN |
1295 | COMMIT means can approve). | |
1296 | ||
8785ced0 MK |
1297 | 2005-01-10 Mark Kettenis <[email protected]> |
1298 | ||
2a2de4ce MK |
1299 | * vax-nat.c: Update copyright year. Include "inf-ptrace.h". |
1300 | (vax_register_u_offset): Make statuc. | |
1301 | (_initialize_vax_nat): Construct and add target vector. | |
1302 | * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and | |
1303 | inftarg.o. Add inf-ptrace.o. | |
1304 | * Makefile.in (vax-nat.o): Update dependencies. | |
1305 | ||
8785ced0 MK |
1306 | * inf-ptrace.h: Update copyright year. Sync comment with |
1307 | inf-ptrace.c. | |
1308 | (inf_ptrace_trad_target): New prototype. | |
1309 | * inf-ptrace.c: Update copyright year. Include "regcache.h" and | |
1310 | "gdb_assert.h" | |
1311 | (inf_ptrace_target): Add comment. | |
1312 | (inf_ptrace+register_u_offset): New variable. | |
1313 | (inf_ptrace_fetch_register, inf_ptrace_fetch_registers) | |
1314 | (inf_ptrace_store_register, inf_ptrace_store_registers) | |
1315 | (inf_ptrace_trad_target): New functions. | |
1316 | * Makefile.in (inf-ptrace.o): Update dependencies. | |
1317 | ||
7cb9022a MK |
1318 | 2005-01-09 Mark Kettenis <[email protected]> |
1319 | ||
1320 | * configure.ac: Provide prerequisite headers when checking | |
1321 | <link.h>, <sys/proc.h> and <sys/user.h>. | |
1322 | * configure: Regenerate. | |
1323 | ||
c534d641 MK |
1324 | 2005-01-08 Mark Kettenis <[email protected]> |
1325 | ||
1326 | * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to | |
1327 | tm-ppc-eabi.h instead of the removed tm-nbsd.h. | |
1328 | ||
4b48ac22 MK |
1329 | 2005-01-07 Mark Kettenis <[email protected]> |
1330 | ||
1331 | * config/ia64/tm-linux.h: Tweak comment. Update copyright year. | |
1332 | Don't include "tm-ia64.h". | |
1333 | * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove. | |
1334 | * config/ia64/tm-ia64.h: Remove. Move contents ... | |
1335 | * ia64-tdep.h: ... here. Update copyright year. | |
1336 | ||
3ace7edb AC |
1337 | 2005-01-07 Andrew Cagney <[email protected]> |
1338 | ||
bec39cab AC |
1339 | * configure.ac: Rename configure.in, require autoconf 2.59. |
1340 | * configure: Re-generate. | |
1341 | ||
e14ecb8f AC |
1342 | * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*, |
1343 | xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm | |
1344 | to configdirs. | |
1345 | ||
3ace7edb AC |
1346 | * configure.in: Replace configdirs with multiple references to |
1347 | AC_CONFIG_SUBDIRS. | |
1348 | * configure: Re-generate. | |
1349 | ||
b33e8514 AS |
1350 | 2005-01-05 Andreas Schwab <[email protected]> |
1351 | ||
1352 | * ia64-tdep.c: Include "osabi.h". | |
1353 | (native_find_global_pointer): Delete. | |
1354 | (ia64_find_global_pointer): Renamed from | |
1355 | generic_elf_find_global_pointer. | |
1356 | (FIND_GLOBAL_POINTER): Delete. Change all users to call | |
1357 | ia64_find_global_pointer instead. | |
1358 | (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references | |
1359 | to ia64_linux_sigcontext_register_address and | |
1360 | ia64_linux_write_pc. Don't set tdep->find_global_pointer. | |
1361 | (_initialize_ia64_tdep): Call gdbarch_register instead of | |
1362 | deprecated register_gdbarch_init. | |
1363 | (struct gdbarch_tdep): Remove find_global_pointer field and move | |
1364 | to ... | |
1365 | * ia64-tdep.h (struct gdbarch_tdep): ... here. | |
1366 | (ia64_linux_sigcontext_register_address): Remove declaration. | |
1367 | (ia64_linux_getunwind_table): Likewise. | |
1368 | (ia64_linux_write_pc): Likewise. | |
1369 | * ia64-linux-tdep.c: Include "osabi.h". | |
1370 | (ia64_linux_sigcontext_register_address): Make static. | |
1371 | (ia64_linux_write_pc): Likewise. | |
1372 | (ia64_linux_init_abi): New. | |
1373 | (_initialize_ia64_linux_tdep): New. | |
1374 | * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on | |
1375 | $(osabi_h). | |
1376 | ||
0ea390ed KB |
1377 | 2005-01-05 Kevin Buettner <[email protected]> |
1378 | ||
1379 | * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on | |
1380 | functions in ia64-aix-tdep.c. | |
1381 | * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove | |
1382 | function defined in ia64-aix-tdep.c. | |
1383 | * ia64-aix-tdep.c: Remove file. | |
1384 | * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from | |
1385 | this list. | |
1386 | * Makefile.in (ia64-aix-tdep.o): Delete. | |
1387 | ||
edefbb7c AC |
1388 | 2005-01-05 Baurjan Ismagulov <[email protected]> |
1389 | ||
1390 | Committed by Andrew Cagney. | |
1391 | * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup. | |
1392 | * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup. | |
1393 | * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup. | |
1394 | * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup. | |
1395 | * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup. | |
1396 | * aix-thread.c (_initialize_aix_thread): Get rid of the | |
1397 | deprecated_add_show_from_set call. | |
1398 | * alpha-tdep.c (_initialize_alpha_tdep): Ditto. | |
1399 | * arm-tdep.c (_initialize_arm_tdep): Ditto. | |
1400 | * command.h (add_setshow_enum_cmd): Add arguments for returning | |
1401 | new list elements. | |
1402 | * cli/cli-decode.c (add_setshow_enum_cmd): Ditto. | |
1403 | * mips-tdep.c (_initialize_mips_tdep): Modify calls to | |
1404 | add_setshow_enum_cmd. | |
1405 | ||
a260932f MK |
1406 | 2005-01-04 Mark Kettenis <[email protected]> |
1407 | ||
34cf1994 MK |
1408 | * configure.host (ia64-*-aix*): Remove. |
1409 | * configure.tgt (ia64-*-aix*): Remove. | |
1410 | * config/ia64/aix.mh: Remove file. | |
1411 | * config/ia64/aix.mt: Remove file. | |
1412 | * config/ia64/tm-aix.h: Remove file. | |
1413 | * ia64-aix-nat.c: Remove file. | |
1414 | * Makefile.in (ia64-aix-nat.o): Remove dependency. | |
1415 | ||
a260932f MK |
1416 | * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o. |
1417 | Add back inf-ptrace.o. | |
1418 | ||
5ed102a1 AC |
1419 | 2005-01-04 Andrew Cagney <[email protected]> |
1420 | ||
1421 | * version.in: Change format from 6.3.50_2005-01-04-cvs to | |
1422 | 6.3.50.20050104-cvs. | |
1423 | ||
3a63c4b7 AS |
1424 | 2005-01-04 Andreas Schwab <[email protected]> |
1425 | ||
1426 | * breakpoint.c (break_command_1): Always free err_msg before | |
1427 | returning when an exception was caught. | |
1428 | ||
e22b26cb JB |
1429 | 2005-01-01 Joel Brobecker <[email protected]> |
1430 | ||
1431 | * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion | |
1432 | in register number for addil instruction. | |
1433 | ||
151c5df6 | 1434 | For older changes see ChangeLog-2004. |
c906108c SS |
1435 | \f |
1436 | Local Variables: | |
1437 | mode: change-log | |
1438 | left-margin: 8 | |
1439 | fill-column: 74 | |
1440 | version-control: never | |
1441 | End: |