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