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