* config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2005-04-20 David S. Miller <davem@davemloft.net>
2
3 * sparc-linux-tdep.c (sparc32_linux_sigtramp_p): Fix
4 signal return stub symbol names, __restore and __restore_rt are
5 the i386 symbol names not the sparc ones.
6 (sparc32_linux_sigtramp_frame_cache): Document bits/sigcontext.h
7 as where the offsets were obtained from.
8 * sparc64-linux-tdep.c (LINUX64_RT_SIGTRAMP_INSN0,
9 LINUX64_RT_SIGTRAMP_INSN1): New defines.
10 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
11 sparc64_linux_sigtramp_frame_cache,
12 sparc64_linux_sigtramp_frame_this_id,
13 sparc64_linux_sigtramp_frame_prev_register,
14 sparc64_linux_sigtramp_frame_sniffer): New functions.
15 (sparc64_linux_sigtramp_frame_unwind): New frame unwinder.
16 (sparc64_linux_init_abi): Register sigtramp frame sniffer.
17 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
18
19 2005-04-20 Mark Mitchell <mark@codesourcery.com>
20
21 * configure.ac: On MinGW, define USE_WIN32API and link with
22 -lws2_32.
23 * ser-tcp.c (<winsock2.h>): Include, for Windows.
24 (ETIMEDOUT): Define, for Windows.
25 (ioctl): Likewise.
26 (closesocket): Define, for POSIX.
27 (net_open): Adjust for differences in socket functions between
28 Windows and UNIX.
29 (net_close): Likweise.
30 (net_read_prim): New function.
31 (net_write_prim): Likewise.
32 (_initialize_ser_tcp): Initialize winsock. Fill in read_prim and
33 write_prim.
34 * ser-unix.h (ser_unix_readcchar): Remove.
35 (ser_unix_read_prim): Declare.
36 (ser_unix_write_prim): Likewise.
37 * ser-unix.c (generic_readchar): Move to ser-base.c.
38 (ser_unix_wait_for): Likewise.
39 (do_unix_readchar): Likewise.
40 (ser_unix_readchar): Likewise.
41 (_initialize_ser_hardwire): Initialize read_prim and write_prim.
42 (ser_unix_read_prim): New function.
43 (ser_unix_write_prim): Likewise.
44 * ser-base.h (generic_readchar): Declare.
45 (ser_base_readchar): Likewise.
46 * ser-base.c (<winsock2.h>): Include, for windows.
47 (fd_event): Use the read primitive specified by the serial
48 interface.
49 (ser_base_wait_for): Moved from ser-unix.c
50 (do_ser_base_read_char): Likewise.
51 (generic_readchar): Likewise.
52 (ser_base_readchar): Likewise.
53 (ser_base_write): Use the write primitive specified by the serial
54 interface.
55 * ser-pipe.c (_initialize_ser_pipe): Use ser_base_readchar, not
56 ser_unix_readchar. Initialize read_prim and write_prim.
57 * serial.c (struct serial_ops): Add read_prim and write_prim.
58 * configure: Regenerate.
59
60 2005-04-19 Ben Elliston <bje@au.ibm.com>
61
62 * c-lang.c (c_create_fundamental_type): Comment fix.
63
64 2005-04-18 Michael Snyder <msnyder@redhat.com>
65
66 * mn10300-tdep.c: Assimilate code from mn10300-prologue.c.
67 * mn10300-prologue.c: Remove.
68 * mn10300-tdep.h: Add enums from mn10300-prologue.c.
69 Remove prototypes.
70 * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
71
72 2005-04-18 Michael Snyder <msnyder@redhat.com>
73
74 * config/mn10300/mn10300.mt: Add mn10300-prologue module.
75 * ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.
76
77 2005-04-18 Mark Kettenis <kettenis@gnu.org>
78
79 * config/nm-bsd.h: Remove file.
80
81 * hppabsd-nat.c: Update copyright year. Include "target.h" and
82 "inf-ptrace.h".
83 (hppabsd_fetch_registers): Renamed from fetch_inferior_registers;
84 made static.
85 (hppabsd_store_registers): Renamed from store_inferior_registers;
86 made static.
87 (_initialize_hppabsd_nat): New function and prototype.
88 * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and
89 inftarg.o. Add inf-ptrace.o.
90 (NAT_FILE): Remove.
91 * Makefile.in (hppabsd-nat.o): Update dependencies.
92
93 2005-04-17 Mark Kettenis <kettenis@gnu.org>
94
95 * pa64solib.c, pa64solib.h: Remove files.
96 * Makefile.in (pa64solib_h): Remove variable
97 (pa64solib.o): Remove dependency.
98
99 2005-04-16 Mark Kettenis <kettenis@gnu.org>
100
101 * ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".
102 (ppcobsd_fetch_registers): Renamed from fetch_inferior_registers;
103 made static.
104 (ppcobsd_store_registers): Renamed from store_inferior_registers;
105 made static.
106 (_initialize_ppcobsd_nat): Construct and add target vector.
107 * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and
108 inftarg.o. Add inf-ptrace.o.
109 (NAT_FILE): Remove.
110 * Makefile.in (ppcobsd-nat.o): Update dependencies.
111
112 * ppcobsd-tdep.c: Include "floatformat.h".
113 (ppcobsd_init_abi): Set long_double_bit and long_double_format.
114 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
115
116 * ppcobsd-tdep.c: Fix typo in comment.
117 (_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for
118 bfd_arch_rs6000 too.
119
120 2005-04-15 Kevin Buettner <kevinb@redhat.com>
121
122 * remote.c (remote_get_thread_local_address): Throw a more
123 meaningful exception when remote target doesn't have support
124 for the qGetTLSAddr packet.
125
126 2005-04-15 Kevin Buettner <kevinb@redhat.com>
127
128 * remote.c (remote_protocol_qGetTLSAddr): New static global variable.
129 (set_remote_protocol_qGetTLSAddr_packet_cmd)
130 (show_remote_protocol_qGetTLSAddr_packet_cmd)
131 (remote_get_thread_local_address): New functions.
132 (init_all_packet_configs): Initialize remote_protocol_qGetTLSAddr
133 variable.
134 (init_remote_ops): Initialize ``to_get_thread_local_address'' in
135 target vector.
136 (show_remote_cmd): Call show_remote_protocol_qGetTLS_Addr_packet_cmd().
137 (_initialize_remote): Register the following commands:
138 "set remote get-thread-local-storage-address-packet" and
139 "show remote get-thread-local-address-packet".
140
141 2005-04-15 Kevin Buettner <kevinb@redhat.com>
142
143 * remote.c (add_packet_config_cmd): Delete unused variables.
144
145 2005-04-15 Kevin Buettner <kevinb@redhat.com>
146
147 * remote.c (show_remote_protocol_vcont_packet_cmd )
148 (show_remote_protocol_qSymbol_packet_cmd)
149 (show_remote_protocol_P_packet_cmd)
150 (show_remote_protocol_Z_software_bp_packet_cmd)
151 (show_remote_protocol_Z_hardware_bp_packet_cmd)
152 (show_remote_protocol_Z_write_wp_packet_cmd)
153 (show_remote_protocol_Z_read_wp_packet_cmd)
154 (show_remote_protocol_Z_access_wp_packet_cmd)
155 (show_remote_protocol_binary_download_cmd)
156 (show_remote_protocol_qPart_auxv_packet_cmd)
157 (show_remote_protocol_p_packet_cmd ): Delete calls to
158 deprecated_show_value_hack().
159
160 2005-04-15 Corinna VInschen <vinschen@redhat.com>
161
162 * MAINTAINERS: Change sh64-elf state to non-broken.
163 * Makefile.in: Fix dependencies for sh64-tdep.o.
164 * configure.tgt: Add sh64-*-elf case.
165 * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
166 * sh64-tdep.c: Rework to replace all deprecated mechanisms with
167 modern methods.
168 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
169 * config/sh/sh64.mt: Resurrect.
170
171 2005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
172
173 * regformats/reg-m32r.dat: New file.
174
175 2005-04-14 Daniel Jacobowitz <dan@codesourcery.com>
176
177 * arm-tdep.c (fp_model_strings): Add terminating NULL.
178 (arm_abi_strings, arm_abi_global, arm_abi_string): New
179 variables.
180 (arm_extract_return_value, arm_store_return_value): Don't use
181 arm_get_fp_model.
182 (arm_get_fp_model, arm_set_fp): Delete.
183 (arm_update_current_architecture): New function.
184 (set_fp_model_sfunc): Call arm_update_current_architecture.
185 (show_fp_model): Update output messages.
186 (arm_set_abi, arm_show_abi): New functions.
187 (arm_elf_osabi_sniffer): Only handle ELFOSABI_ARM.
188 (arm_gdbarch_init): Infer the object's ABI separately from its
189 OSABI. Search for a matching architecture. Honor the global
190 ABI and FPU settings. Set floating point format based on the
191 architecture.
192 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs):
193 Delete.
194 (_initialize_arm_tdep): Don't call gdbarch_register_osabi.
195 Create "arm set abi" command.
196 * arm-tdep.h (arm_get_fp_model): Delete prototype.
197 (enum arm_abi_kind): New type.
198 (struct gdbarch_tdep): Add arm_abi field.
199 * arm-linux-tdep.c (arm_linux_init_abi): Only override
200 tdep->fp_model if it is ARM_FLOAT_AUTO.
201 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Likewise.
202 (arm_netbsd_elf_init_abi): Likewise.
203 * defs.h (enum gdb_osabi): Delete ARM-specific OSABIs.
204 * osabi.c (gdb_osabi_name): Likewise.
205
206 2005-04-11 Daniel Jacobowitz <dan@codesourcery.com>
207
208 * config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver.
209
210 2005-04-10 Mark Kettenis <kettenis@gnu.org>
211
212 * rs6000-tdep.c (ppc_supply_fpregset): Increment offset by 8 for
213 floating-point registers.
214 (ppc_collect_fpregset): Likewise. Fix collection of registers.
215
216 2005-04-09 Mark Kettenis <kettenis@gnu.org>
217
218 * ppcobsd-tdep.c: Update copyright year. Include "trad-frame.h"
219 and "tramp-frame.h".
220 (ppcobsd_sigtramp_cache_init): New function.
221 (ppcobsd_sigtramp): New variable.
222 (ppcobsd_init_abi): Prepend signal trampoline unwinder.
223 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
224
225 2005-04-08 Andrew Cagney <cagney@gnu.org>
226
227 * MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando
228 Nasser have decided to step back from GDB/MI.
229
230 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
231
232 * config/fnchange.lst: Add testsuite/gdb.gdbserver entries.
233
234 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
235
236 * dwarf2-frame.c (struct dwarf2_frame_cache): New field
237 undefined_retaddr.
238 (dwarf2_frame_cache): Initialize undefined_retaddr.
239 (dwarf2_frame_this_id): Return an invalid frame ID if
240 undefined_retaddr.
241
242 2005-04-05 Jim Blandy <jimb@redhat.com>
243
244 Move construction of IA-32 vector types to i386-tdep.c.
245 * gdbtypes.c (build_builtin_type_vec64i,
246 build_builtin_type_vec128i): Delete functions.
247 (builtin_type_vec64i, builtin_type_vec128i): Delete variables.
248 (build_gdbtypes): Don't initialize them.
249 (_initialize_gdbtypes): Don't register GDBARCH swap entries for
250 them.
251 * gdbtypes.h (builtin_type_vec64i, builtin_type_vec128i): Delete
252 declarations.
253 (builtin_type_v2_float, builtin_type_v2_int32,
254 builtin_type_v4_int16, builtin_type_v8_int8,
255 builtin_type_v2_double, builtin_type_v4_float,
256 builtin_type_v2_int64, builtin_type_v4_int32,
257 builtin_type_v8_int16, builtin_type_v16_int8): Add extern
258 declarations.
259 * i386-tdep.c (i386_mmx_type, i386_sse_type): New variables.
260 (i386_build_mmx_type, i386_build_sse_type): New functions.
261 (i386_register_type): Call them, rather than referring to
262 builtin_type_vec64i and builtin_type_vec128i.
263
264 2005-04-02 Daniel Jacobowitz <dan@codesourcery.com>
265
266 * mips-linux-tdep.c (mips_linux_o32_sigframe_init): Adjust
267 big-endian correction code to not offset 32-bit registers.
268 Locate floating point registers correctly.
269
270 2005-04-02 Mark Kettenis <kettenis@gnu.org>
271
272 * main.c: Update copyright year.
273 (captured_main): Avoid using strcpy and strcat.
274
275 2005-04-01 Michael Snyder <msnyder@redhat.com>
276
277 * dummy-frame.c (dummy_frame_sniffer): Optimization: don't bother
278 computing this_id if there are no dummy frames on the stack.
279
280 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use
281 find_partial_func instead of unwind_pc to identify frame.
282 (mn10300_push_dummy_call): Handle struct args, struct_return.
283
284 * mn10300-prologue.c (set_movm_offsets): Don't test variable
285 before setting it.
286 * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue
287 instead of skip_prologue_using_sal.
288
289 2005-03-31 Kevin Buettner <kevinb@redhat.com>
290
291 * solib-frv.c (struct lm_info): Add new field ``lm_addr''.
292 (main_lm_addr): New static global.
293 (frv_current_sos): Retain the link map address for each entry.
294 (frv_clear_solib): Clear main_lm_addr.
295 (frv_fetch_objfile_link_map): New function.
296 * frv-tdep.c (frv_gdbarch_init): Register TLS load module fetcher.
297 * frv-tdep.h (frv_fetch_objfile_link_map): Declare.
298
299 2005-03-31 Kevin Buettner <kevinb@redhat.com>
300
301 * gdbarch.sh (fetch_tls_load_module_address): New architecture method.
302 * gdbarch.c, gdbarch.h: Regenerate.
303 * dwarf2loc.c (dwarf_expr_tls_address): Fetch TLS load module
304 address and pass this address, instead of the objfile address, to
305 target_get_thread_local_address().
306 * linux-thread-db.c (thread_db_get_thread_local_address): Change
307 second parameter from type ``struct objfile *'' to CORE_ADDR. Do
308 not call svr4_fetch_objfile_link_map() to fetch the load module
309 address.
310 * target.h (struct target_ops): Change second parameter of
311 ``to_get_thread_local_address'' from ``struct objfile *'' to
312 ``CORE_ADDR''.
313 * alpha-linux-tdep.c (solib-svr4.h): Include.
314 (alpha_linux_init_abi): Register TLS load module fetcher.
315 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
316 * hppa-linux-tdep.c (hppa_linux_init_abi): Likewise.
317 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
318 * ia64-linux-tdep.c (solib-svr4.h): Include.
319 (ia64_linux_init_abi): Register TLS load module fetcher.
320 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
321 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
322 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
323 * s390-tdep.c (s390_gdbarch_init): Likewise.
324 * sparc-linux-tdep.c (sparc32_linux_init_abi): Likewise.
325 * sparc64-linux-tdep.c (solib-svr4.h): Include.
326 (sparc64_linux_init_abi): Register TLS load module fetcher.
327 * Makefile.in (alpha-linux-tdep.o, ia64-linux-tdep.o)
328 (sparc-linux-tdep.o): Update dependencies.
329
330 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
331
332 * c-valprint.c (c_value_print): Fix up some formatting. Use
333 check_typedef.
334
335 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
336
337 * arm-linux-nat.c (store_register, store_regs): Handle
338 ARM_PS_REGNUM.
339
340 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
341
342 * arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
343 (arm_linux_thumb_le_breakpoint): New. Update comments.
344 (arm_linux_init_abi): Set Thumb breakpoints also.
345
346 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
347
348 * Makefile.in (arm-tdep.o): Update dependencies.
349 * arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
350 (arm_gdbarch_init): Register dwarf2_frame_sniffer.
351
352 2005-03-28 Joel Brobecker <brobecker@adacore.com>
353
354 * irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
355 register value to be incorrectly written in the regcache.
356 (fill_fpregset): Fix bug that caused the FSR register value
357 to be incorrectly read from the regcache.
358
359 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
360
361 * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
362 arm_pc_is_thumb_dummy.
363
364 2005-03-28 Mark Kettenis <kettenis@gnu.org>
365
366 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
367 StackGhost.
368
369 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
370 Handle StackGhost in 64-bit code.
371 * sparc64-tdep.c (sparc64_frame_prev_register): Handle StackGhost.
372
373 2005-03-27 Christopher Faylor <cgf@timesys.com>
374
375 * win32-nat.c (handle_exception): Treat win32 routines which check for
376 valid addresses as "special" and don't stop when a SEGV is detected.
377 (get_child_debug_event): Properly flag exception as unhandled.
378
379 2005-03-26 Daniel Jacobowitz <dan@codesourcery.com>
380
381 * cp-support.c (cp_class_name_from_physname): Rewrite.
382 (unqualified_name_from_comp): New function, broken out from
383 method_name_from_physname. Correct handling for typed names
384 and templates.
385 (method_name_from_physname): Use unqualified_name_from_comp.
386 (cp_func_name, remove_params): Move earlier in the file. Add
387 better comments. Use the component tree to parse the name.
388 (_initialize_cp_support): Remove stray whitespace.
389
390 2005-03-26 Mark Kettenis <kettenis@gnu.org>
391
392 * exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.
393
394 * inflow.h: Update copyright year. Remove #ifdef SHORT_PGRP code.
395 Callapse HAVE_TERMIO and HAVE_SGTTY.
396
397 * dwarf2-frame.c (execute_cfa_program): Implement
398 DW_CFA_GNU_window_save.
399
400 2005-03-25 Mark Kettenis <kettenis@gnu.org>
401
402 * config/sparc/nbsd64.mh (NAT_FILE): Remove.
403
404 * config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.
405
406 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
407
408 * arm-tdep.c (target_is_thumb, caller_is_thumb)
409 (arm_pc_is_thumb_dummy): Remove.
410 (arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.
411
412 2005-03-25 Anthony Green <green@redhat.com>
413
414 * remote.c (remote_store_registers): Fix memset usage.
415 * std-regs.c (value_of_builtin_frame_reg): Ditto.
416 (value_of_builtin_frame_fp_reg): Ditto.
417 (value_of_builtin_frame_reg): Ditto.
418
419 2005-03-25 Mark Mitchell <mark@codesourcery.com>
420
421 * ser-base.c (ser_unix_write): Rename to ...
422 (ser_base_write): ... this.
423 (ser_unix_nop_flush_output): Rename to ...
424 (ser_base_flush_output): ... this.
425 (ser_unix_flush_input): Rename to ...
426 (ser_base_flush_input): ... this.
427 (ser_unix_nop_send_break): Rename to ...
428 (ser_base_send_break): ... this.
429 (ser_unix_nop_drain_output): Rename to ...
430 (ser_base_drain_output): ... this.
431 (ser_unix_nop_raw): Rename to ...
432 (ser_base_raw): ... this.
433 (ser_unix_nop_get_tty_state): Rename to ...
434 (ser_base_set_tty_state): ... this.
435 (ser_unix_nop_noflush_set_tty_state): Rename to ...
436 (ser_base_noflush_set_tty_state): ... this.
437 (ser_unix_nop_print_tty_state): Rename to ...
438 (ser_base_print_tty_state): ... this.
439 (ser_unix_nop_setbaudrate): Rename to ...
440 (ser_base_setbaudrate): ... this.
441 (ser_unix_nop_setstopbits): Rename to ...
442 (ser_base_setstopbits): ... this.
443 (ser_unix_async): Rename to ...
444 (ser_base_async): ... this.
445 * ser-base.h (ser_unix_write): Rename to ...
446 (ser_base_write): ... this.
447 (ser_unix_nop_flush_output): Rename to ...
448 (ser_base_flush_output): ... this.
449 (ser_unix_flush_input): Rename to ...
450 (ser_base_flush_input): ... this.
451 (ser_unix_nop_send_break): Rename to ...
452 (ser_base_send_break): ... this.
453 (ser_unix_nop_drain_output): Rename to ...
454 (ser_base_drain_output): ... this.
455 (ser_unix_nop_raw): Rename to ...
456 (ser_base_raw): ... this.
457 (ser_unix_nop_get_tty_state): Rename to ...
458 (ser_base_set_tty_state): ... this.
459 (ser_unix_nop_noflush_set_tty_state): Rename to ...
460 (ser_base_noflush_set_tty_state): ... this.
461 (ser_unix_nop_print_tty_state): Rename to ...
462 (ser_base_print_tty_state): ... this.
463 (ser_unix_nop_setbaudrate): Rename to ...
464 (ser_base_setbaudrate): ... this.
465 (ser_unix_nop_setstopbits): Rename to ...
466 (ser_base_setstopbits): ... this.
467 (ser_unix_async): Rename to ...
468 (ser_base_async): ... this.
469 * ser-pipe.c (_initialize_ser_pipe): Update accordingly.
470 * ser-tcp.c (_initialize_ser_tcp): Likewise.
471 * ser-unix.c (hardwire_flush_input): Likewise.
472 (_initializer_ser_hardwire): Likewise.
473
474 * Makefile.in (SFILES): Add ser-base.c.
475 (ser_base_h): New variable.
476 (ser-base.o): New target.
477 (ser-pipe.o): Depend on $(ser_base_h).
478 (ser-tcp.o): Likewise.
479 (ser-unix.o): Likewise. Do not depend on $(event_loop_h).
480 * configure.ac (SER_HARDWIRE): Include ser-base.o where
481 appropriate.
482 * ser-base.c: New file.
483 (push_event): Move from ser-unix.c.
484 (fd_event): Likewise.
485 (reschedule): Likewise.
486 (ser_unix_write): Likewise.
487 (ser_unix_nop_flush_output): Likewise.
488 (ser_unix_flush_input): Likewise.
489 (ser_unix_nop_send_break): Likewise.
490 (ser_unix_nop_drain_output): Likewise.
491 (ser_unix_nop_raw): Likewise.
492 (ser_unix_nop_get_tty_state): Likewise.
493 (ser_unix_nop_set_tty_state): Likewise.
494 (ser_unix_nop_noflush_set_tty_state): Likewise.
495 (ser_unix_nop_print_tty_state): Likewise.
496 (ser_unix_nop_setbaudrate): Likewise.
497 (ser_unix_nop_setstopbits): Likewise.
498 (ser_unix_async): Likewise.
499 * ser-base.h: New file.
500 * ser-pipe.c (ser-base.h): Include it.
501 * ser-tcp.c (ser-base.h): Likewise.
502 * ser-unix.h (ser_unix_nop_flush_output): Remove.
503 (ser_unix_flush_input): Likewise.
504 (ser_unix_nop_send_break): Likewise.
505 (ser_unix_nop_raw): Likewise.
506 (ser_unix_nop_get_tty_state): Likewise.
507 (ser_unix_nop_set_tty_state): Likewise.
508 (ser_unix_nop_print_tty_state): Likewise.
509 (ser_unix_nop_noflush_set_tty_state): Likewise.
510 (ser_unix_nop_setbaudrate): Likewise.
511 (ser_unix_nop_setstopbits): Likewise.
512 (ser_unix_nop_drain_output): Likewise.
513 (ser_unix_wait_for): Likewise.
514 (ser_unix_write): Likewise.
515 (ser_unix_async): Likewise.
516 * ser-unix.c (event-loop.h): Do not include it.
517 (push_event): Move to ser-base.c.
518 (fd_event): Likewise.
519 (reschedule): Likewise.
520 (ser_unix_write): Likewise.
521 (ser_unix_nop_flush_output): Likewise.
522 (ser_unix_flush_input): Likewise.
523 (ser_unix_nop_send_break): Likewise.
524 (ser_unix_nop_drain_output): Likewise.
525 (ser_unix_nop_raw): Likewise.
526 (ser_unix_nop_get_tty_state): Likewise.
527 (ser_unix_nop_set_tty_state): Likewise.
528 (ser_unix_nop_noflush_set_tty_state): Likewise.
529 (ser_unix_nop_print_tty_state): Likewise.
530 (ser_unix_nop_setbaudrate): Likewise.
531 (ser_unix_nop_setstopbits): Likewise.
532 (ser_unix_async): Likewise.
533 (ser_unix_wait_for): Make it static.
534 * configure: Regenerated.
535
536 2005-03-25 Mark Kettenis <kettenis@gnu.org>
537
538 * dwarf2-frame.h: Update copyrigh year.
539 (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
540 * dwarf2-frame.c: Update copyright year.
541 (struct dwarf2_frame_cache): Add member `retaddr_reg'.
542 (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
543 (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
544
545 2005-03-23 Martin Hunt <hunt@redhat.com>
546
547 * configure.ac: Remove -fwritable-strings from CFLAGS.
548 * configure: Regenerate.
549
550 2005-03-21 Michael Snyder <msnyder@redhat.com>
551
552 * mn10300-prologue.c (fix_frame_pointer): Delete.
553 (set_movm_offsets) Don't return just because movm_args is
554 zero -- still need to save pc and sp in saved_regs.
555 (mn10300_analyze_prologue): Don't return prematurely without
556 calling set_movm_offsets (for pc and sp at minimum).
557
558 2005-03-21 Mark Mitchell <mark@codesourcery.com>
559
560 * configure.ac (stat.st_blksize): Check for it.
561 (getuid): Likewise.
562 (getgid): Likewise.
563 * configure: Regenerated.
564 * config.in: Likewise.
565 * remote-fileio.c (remote_fileio_to_fio_stat): Check
566 HAVE_STRUCT_STAT_ST_BLKSIZE.
567
568 2005-03-21 Christopher Faylor <cgf@timesys.com>
569
570 * win32-nat.c (do_initial_child_stuff): Don't clear the thread list
571 here.
572 (do_initial_child_stuff): Move clearing of thread list to a place
573 before a thread ould be created.
574 (child_attach): Ditto.
575
576 2005-03-21 Michael Snyder <msnyder@redhat.com>
577
578 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
579 instead of pc addr for frame_id. Otherwise "until" won't work.
580
581 2005-03-21 Kevin Buettner <kevinb@redhat.com>
582
583 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
584 comment.
585
586 2005-03-20 Mark Kettenis <kettenis@gnu.org>
587
588 * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
589 * varobj.c (my_value_equal): Mark val2 as volatile.
590
591 * cp-names.y: Add prototype for yyparse.
592
593 2005-03-19 Daniel Jacobowitz <dan@codesourcery.com>
594
595 * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
596 * gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of
597 VALADDR.
598
599 2005-03-18 Kevin Buettner <kevinb@redhat.com>
600
601 * Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
602 * exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
603 (TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
604 New error/exception enums.
605 * dwarf2loc.c (exceptions.h): Include.
606 (dwarf_expr_tls_address): Invoke target_get_thread_local_address()
607 via TRY_CATCH mechanism. Print error messages for TLS related
608 exceptions.
609 * linux-thread-db.c (thread_db_get_thread_local_address): Throw
610 exceptions instead of printing errors.
611
612 2005-03-18 Mark Kettenis <kettenis@gnu.org>
613
614 * utils.c (safe_strerror): Use xsnprintf instead of sprintf.
615 (decimal2str, octal2str): Change to return a string allocated by
616 get_cell. Use xsnprint instead of snprintf.
617 (paddr_u, paddr_d): Adjust for changed calling convention of
618 decimal2str.
619 (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
620 (int_string): Likewise. Adjust for changed calling convention of
621 decimal2str and octal2str.
622
623 2005-03-18 Kevin Buettner <kevinb@redhat.com>
624
625 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments.
626 Adjust incorrectly computed constant for realtime signal frame.
627
628 2005-03-18 Mark Kettenis <kettenis@gnu.org>
629
630 From Ralf Corsepius <ralf.corsepius@rtems.org>
631 * configure.tgt: Add m68*-*-rtems*.
632
633 2005-03-17 Mark Kettenis <kettenis@gnu.org>
634
635 * defs.h (xsnprintf): New prototype.
636 * utils.c (xsnprintf): New function.
637
638 * corelow.c (get_core_register_section): Replace usage of sprintf
639 and strcpy with xstrprintf and xstrdup.
640
641 * mips-tdep.c (mips_single_step_through_delay): Put back check for
642 breakpoint lost with the introduction of this function.
643
644 2005-03-17 Paul Brook <paul@codesourcery.com>
645
646 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic.
647 * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto.
648
649 2005-03-16 Mark Mitchell <mark@codesourcery.com>
650
651 * event-top.c (handle_sigquit): Do not define for systems without
652 SIGQUIT.
653 (sigquit_token): Likewise.
654 (async_init_signals): Allow for systems that do not
655 define SIGQUIT.
656 * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
657
658 2005-03-15 Mark Mitchell <mark@codesourcery.com>
659
660 * utils.c (internal_vproblem): Guard call to fork with
661 HAVE_WORKING_FORK.
662 * cli/cli-cmds.c (shell_escape): Guard call to vfork with
663 HAVE_WORKING_VFORK and HAVE_WORKING_FORK.
664
665 * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
666 S_IRGRP and related macros.
667 (remote_fileio_mode_to_target): Likewise.
668
669 2005-03-14 Ben Elliston <bje@au.ibm.com>
670
671 * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
672 more primitive library.
673
674 2005-03-13 Mark Kettenis <kettenis@gnu.org>
675
676 * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
677 sprintf.
678 * target.c (normal_pid_to_str): Likewise.
679 * remote.c (remote_pid_to_str): Use snprint instead of sprintf.
680 Change capitalization of "thread". Use ptid_get_pid instead of
681 GETPID.
682
683 * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of
684 a combination of xmalloc and sprintf.
685
686 2005-03-13 Jim Blandy <jimb@redhat.com>
687
688 * configure.ac: Use '=', not '=='; the latter is a GNU extension.
689 * configure: Regenerated.
690
691 2005-03-11 Michael Snyder <msnyder@redhat.com>
692
693 * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace
694 stub fn with real implementatin mn10300_unwind_dummy_id.
695 (mn10300_push_dummy_call): Implement. Bare bones version,
696 does not handle structs or floats.
697
698 2005-03-11 Jim Blandy <jimb@redhat.com>
699
700 Avoid warnings due to the use of -Wuninitialized without -O.
701 * configure.ac (build_warnings): Include -Wuninitialized only if
702 CFLAGS is unset at configure time, or CFLAGS is set and includes
703 some -O option other than -O0.
704 * configure: Regenerated.
705
706 * mips-tdep.c (show_mips_abi): Change calling conventions to match
707 those expected by add_setshow_enum_cmd. Use 'file' argument as
708 appropriate.
709
710 2005-03-10 Daniel Jacobowitz <dan@codesourcery.com>
711
712 * Makefile.in (SFILES): Add cp-names.y.
713 (libiberty_h, safe_ctype_h): New.
714 (YYFILES): Add cp-names.c.
715 (YYOBJ): Add cp-names.o.
716 (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules.
717 (clean): Remove test-cp-names$(EXEEXT).
718 (local-maintainer-clean): Remove cp-names.c.
719 * cp-names.y: New file.
720 * cp-support.c (find_last_component): Delete.
721 (d_left, d_right): Define.
722 (cp_canonicalize_string, mangled_name_to_comp): New functions.
723 (cp_class_name_from_physname, method_name_from_physname): Rewrite
724 to use mangled_name_to_comp.
725 * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp)
726 (cp_comp_to_string): New prototypes.
727 * config/djgpp/fnchange.lst: Add cp-names.c.
728
729 2005-03-10 Bob Rossi <bob@brasko.net>
730
731 * main.c (print_gdb_help): Remove the --[no]async help message.
732
733 2005-03-10 Mark Kettenis <kettenis@gnu.org>
734
735 * proc-api.c: Update copyright year.
736 (_initialize_proc_api): Revert previous patch, removing spurious
737 space instead.
738
739 2005-03-09 Joel Brobecker <brobecker@adacore.com>
740
741 * regcache.c: Fix typo in comment.
742
743 2005-03-09 David Lecomber <david@lecomber.net>
744
745 * proc-api.c (_initialize_proc_api): Fix invalid multi-line
746 i18n text.
747
748 2005-03-09 Mark Kettenis <kettenis@gnu.org>
749
750 * sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
751 address for 64-bit code.
752 (sparc_unwind_dummy_id): Likewise.
753 * sparc64-tdep.c (sparc64_frame_prev_register): Adjust for new
754 frame base address convention.
755 (sparc64_push_dummy_call): Likewise.
756 * sparc64nbsd-tdep.c: Update copyright year.
757 (sparc64nbsd_sigcontext_frame_cache): Adjust cached frame base
758 address for 64-bit code.
759 (sparc64nbsd_init_abi): Tweak comment.
760 * sparc64obsd-tdep.c: Update copyright year.
761 (sparc64obsd_frame_cache): Adjust cached frame base address for
762 64-bit code.
763 (sparc64obsd_init_abi): Tweak comment.
764
765 2005-03-09 Corinna Vinschen <vinschen@redhat.com>
766
767 * exceptions.h (TRY_CATCH): Define setjmp/sigsetjmp macro safe.
768
769 2005-03-09 Joel Brobecker <brobecker@adacore.com>
770
771 * dwarf2read.c (dwarf_decode_lines): Use the complete filename
772 when creating include psymtabs.
773
774 2005-03-08 Mark Mitchell <mark@codesourcery.com>
775
776 * environ.h (struct environ): Rename to ...
777 (struct gdb_environ): ... this.
778 (make_environ): Update prototype.
779 (free_environ): Likewise.
780 (init_environ): Likewise.
781 (get_in_environ): Likewise.
782 (set_in_environ): Likewise.
783 (unset_in_environ): Likewise.
784 (environ_vector): Likewise.
785 * environ.c (make_environ): Replace "struct environ" with "struct
786 gdb_environ".
787 (free_environ): Likewise.
788 (init_environ): Likewise.
789 (environ_vector): Likewise.
790 (get_in_environ): Likewise.
791 (set_in_environ): Likewise.
792 (unset_in_environ): Likewise.
793 * infcmd.c (inferior_environ): Likewise.
794 * inferior.h (inferior_environ): Likewise.
795
796 2005-03-08 Joel Brobecker <brobecker@adacore.com>
797
798 * infcmd.c (run_command_1): New function, extracted from
799 run_command.
800 (run_command): Replace implementation by call to run_command_1.
801 (start_command): Use run_command_1 to insert the temporary
802 breakpoint and run the program. Remove code that's no longer
803 needed, as already done at the proper time by run_command_1.
804
805 2005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
806
807 * symfile.c (clear_symtab_users): Call
808 clear_current_source_symtab_and_line first.
809
810 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
811
812 * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
813 * c-exp.y (exp): Add unary plus.
814 * eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
815 * valarith.c (value_x_unop): Add UNOP_PLUS case.
816 (value_pos): New.
817 * value.h (value_pos): Declare.
818
819 * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
820 (remote_fetch_registers): Allow uppercase hex when resyncing.
821 (remote_write_bytes): Only call get_memory_write_packet_size once.
822 Robustify packet size calculation for very small packets. Check
823 that at least one byte will be written.
824
825 * tracepoint.c (target_is_remote): Allow extended-remote.
826 (struct collection_list): Allow 256 registers, like the comment
827 said.
828 (add_memrange): Fix comment.
829 (read_actions): Turn EOF into 'end'.
830
831 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
832
833 * Makefile.in: Add dependencies for iq2000-tdep.o.
834 * configure.tgt: Add iq2000-*-* target.
835 * iq2000-tdep.c: New file.
836 * config/iq2000/iq2000.mt: New file.
837
838 2005-03-07 Joel Brobecker <brobecker@adacore.com>
839
840 * doc/observer.texi (executable_changed): New observer.
841 * symtab.c: Include "observer.h".
842 (find_main_name): New function.
843 (main_name): If name_of_main is unset, then compute it
844 using find_main_name.
845 (symtab_observer_executable_changed): New function.
846 (_initialize_symtab): Attach executable_changed observer.
847 * exec.c: Include "observer.h".
848 (exec_file_attach): Emit executable_changed notification.
849 * symfile.c: Include "observer.h".
850 (reread_symbols): Send an executable_changed if appropriate.
851 * Makefile.in (exec.o): Add dependency on observer.h.
852 (symfile.o): Likewise.
853 (symtab.o): Likewise.
854
855 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
856
857 * findvar.c (read_var_value): Don't allocate V when it will not
858 be used. Add missing break for LOC_INDIRECT.
859
860 2005-03-06 Mark Kettenis <kettenis@gnu.org>
861
862 * sparc64fbsd-tdep.c: Include "solib-svr4.h".
863 (sparc64fbsd_init_abi): Set skip_trampoline_code and
864 solib_svr4_fetch_link_map_offsets.
865 * Makefile.in (sparc64fbsd-tdep.o): Update dependencies.
866
867 2005-03-06 Daniel Jacobowitz <dan@codesourcery.com>
868
869 * linux-nat.c (child_follow_fork): Call target_terminal_ours before
870 printing output. Use fprintf_unfiltered. Only print output when
871 debugging.
872
873 2005-03-05 Mark Kettenis <kettenis@gnu.org>
874
875 * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
876 argument.
877 (sparc64_store_arguments): Constify.
878
879 2005-03-05 Mark Kettenis <kettenis@gnu.org>
880
881 * alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".
882 (alphabsd_fetch_inferior_registers): Rename from
883 fetch_inferior_registers. Make static.
884 (alphabsd_store_inferior_registers): Rename from
885 store_inferior_registers. Make static.
886 (_initialize_alphabsd_nat): New function.
887 * Makefile.in (alphabsd-nat.o): Update dependencies.
888 * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
889 inftarg.o. Add inf-ptrace.o, fbsd-nat.o and gcore.o.
890 * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
891 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
892 alphabsd-nat.o.
893 * config/alpha/nm-fbsd.h: Update copyright year. Don't include
894 "config/nm-bsd.h" and "elf/common.h".
895 * config/alpha/nm-nbsd.h: Update copyright year. Don't include
896 "config/nm-nbsd.h".
897
898 * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
899 software_single_step.
900
901 2005-03-04 Michael Snyder <msnyder@redhat.com>
902
903 * mn10300-prologue.c: New file. Prologue analysis.
904 * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
905 (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
906 until after analyze_prologue, and don't call trad_frame_set_base
907 at all (let analyze_prologue do it).
908
909 2005-03-04 Michael Snyder <msnyder@redhat.com>
910
911 * trad-frame.c (trad_frame_set_reg_value): New function.
912 * trad-frame.h (trad_frame_set_reg_value): Export.
913
914 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
915
916 * Makefile.in (remote.o): Update dependencies.
917 * remote.c: Include "observer.h".
918
919 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
920
921 * target.c (target_read_memory_partial): Always initialize
922 ERR.
923 (target_write_memory_partial): Likewise.
924
925 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
926
927 * remote.c (remote_open_1): Call observer_notify_inferior_created.
928
929 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
930
931 * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
932 (arm_stub_unwind, arm_stub_unwind_sniffer): New.
933 (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
934
935 2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
936
937 * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
938 Use LWP IDs.
939
940 2005-02-28 Daniel Jacobowitz <dan@codesourcery.com>
941
942 * dwarf2loc.c (loclist_read_variable): Set optimized_out
943 instead of reporting an error.
944 * valprint.c (value_check_printable): New function.
945 (common_val_print): New function. Use value_check_printable.
946 (value_print): Use value_check_printable.
947 * value.h (common_val_print): Add prototype.
948
949 * c-valprint.c (c_val_print): Use common_val_print.
950 * cp-valprint.c (cp_print_value_fields): Likewise.
951 (cp_print_hpacc_virtual_table_entries): Likewise.
952 * f-valprint.c (f_val_print): Likewise.
953 * jv-valprint.c (java_value_print, java_print_value_fields):
954 Likewise.
955 * scm-valprint.c (scm_value_print): Likewise.
956 * stack.c (print_frame_args): Likewise.
957 * varobj.c (c_value_of_variable): Likewise.
958 * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
959 (pascal_object_print_value_fields): Likewise. Update call to
960 pascal_object_print_static_field.
961 (pascal_object_print_static_field): Remove TYPE argument. Use
962 common_val_print.
963
964 2005-02-25 Mark Kettenis <kettenis@gnu.org>
965
966 Committed by Elena Zannoni <ezannoni@redhat.com>
967
968 * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
969 info_ptr before building psymtabs for included files.
970 (create_all_comp_units): Initailize initial length size of
971 compilation header to zero.
972 (read_initial_length): Complain if both 32-bit and 64-bit DWARF
973 sections are encountered within the same compilation header.
974 (dwarf_decode_line_header): Pass compilation header in call to
975 read_initial_length.
976
977 2005-02-24 Andrew Cagney <cagney@gnu.org>
978
979 Add show_VARIABLE functions, update add_setshow call.
980 * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
981 * valprint.c (_initialize_valprint, show_print_max)
982 (show_stop_print_at_null, show_repeat_count_threshold)
983 (show_prettyprint_structs, show_unionprint)
984 (show_prettyprint_arrays, show_addressprint, show_input_radix)
985 (show_output_radix): Ditto.
986 * valops.c (_initialize_valops, show_overload_resolution): Ditto.
987 * utils.c (initialize_utils, show_chars_per_line)
988 (show_lines_per_page, show_demangle, show_pagination_enabled)
989 (show_sevenbit_strings, show_asm_demangle): Ditto
990 * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
991 (show_tui_border_mode, show_tui_active_border_mode): Ditto.
992 * top.c (init_main, show_new_async_prompt)
993 (show_async_command_editing_p, show_write_history_p)
994 (show_history_size, show_history_filename, show_caution)
995 (show_annotation_level, init_main): Ditto.
996 * target.c (initialize_targets, show_targetdebug)
997 (show_trust_readonly): Ditto.
998 * symfile.c (_initialize_symfile, show_symbol_reloading)
999 (show_ext_args, show_download_write_size)
1000 (show_debug_file_directory): Ditto.
1001 * source.c (_initialize_source, show_lines_to_list): Ditto.
1002 * solib.c (_initialize_solib, show_auto_solib_add)
1003 (show_solib_search_path): Ditto.
1004 * p-valprint.c (_initialize_pascal_valprint)
1005 (show_pascal_static_field_print): Ditto.
1006 * printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
1007 (show_print_symbol_filename): Add and update.
1008 * parse.c (_initialize_parse, show_expressiondebug): Dito.
1009 * observer.c (_initialize_observer, show_observer_debug): Dito.
1010 * maint.c (_initialize_maint_cmds, show_watchdog)
1011 (show_maintenance_profile_p): Dito.
1012 * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
1013 * infrun.c (_initialize_infrun, show_debug_infrun)
1014 (show_stop_on_solib_events, show_follow_fork_mode_string)
1015 (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
1016 * infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
1017 (show_unwind_on_signal_p): Ditto.
1018 * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
1019 (_initialize_gdbtypes, show_overload_debug): Ditto.
1020 * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
1021 (show_gdb_events_debug): Ditto.
1022 * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
1023 (_initialize_gdbarch): Ditto.
1024 * frame.c (_initialize_frame, show_backtrace_past_main)
1025 (show_backtrace_past_entry, show_backtrace_limit)
1026 (show_frame_debug): Ditto.
1027 * exec.c (_initialize_exec, show_write_files): Ditto.
1028 * dwarf2read.c (_initialize_dwarf2_read)
1029 (show_dwarf2_max_cache_age): Ditto.
1030 * demangle.c (_initialize_demangler)
1031 (show_demangling_style_names): Ditto.
1032 * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
1033 * cp-valprint.c (show_static_field_print)
1034 (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
1035 * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
1036 * cli/cli-logging.c (_initialize_cli_logging)
1037 (show_logging_overwrite, show_logging_redirect)
1038 (show_logging_filename): Ditto.
1039 * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
1040 (init_cli_cmds, show_baud_rate, show_remote_debug)
1041 (show_remote_timeout, show_max_user_call_depth): Ditto.
1042 * charset.c (show_host_charset_name, show_target_charset_name)
1043 (initialize_charset): Ditto.
1044 * breakpoint.c (show_can_use_hw_watchpoints)
1045 (show_pending_break_support, _initialize_breakpoint): Ditto.
1046
1047 2005-02-23 Jim Blandy <jimb@redhat.com>
1048
1049 * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
1050
1051 2005-02-23 Andrew Cagney <cagney@gnu.org>
1052
1053 * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
1054 SEC_XXX flags.
1055
1056 2005-02-22 Andrew Cagney <cagney@gnu.org>
1057
1058 * configure.ac: Only enaable insight when itcl is present.
1059 * configure: Re-generate.
1060
1061 2005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1062
1063 Committed by Andrew Cagney.
1064 * infptrace.c (store_register): Fix typo.
1065
1066 2005-02-21 Andrew Cagney <cagney@gnu.org>
1067
1068 * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
1069 * cli/cli-decode.h (add_set_cmd): Delete declaration.
1070 * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
1071 * i386-nat.c (_initialize_i386_nat): Update call.
1072 * valprint.c (_initialize_valprint): Update comment.
1073 * gnu-nat.c (_initialize_gnu_nat): Update call.
1074
1075 2005-02-21 Alan Modra <amodra@bigpond.net.au>
1076
1077 * elfread.c (elf_symtab_read): Discard section syms.
1078
1079 2005-02-21 Andrew Cagney <cagney@gnu.org>
1080
1081 * cli/cli-decode.c (add_set_enum_cmd): Delete function.
1082 (deprecated_add_show_from_set): Delete function.
1083 * command.h (add_set_enum_cmd): Delete declaration.
1084 (deprecated_add_show_from_set): Delete declaration.
1085 * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
1086 (deprecated_add_show_from_set): Delete declaration.
1087 * arm-tdep.c (_initialize_arm_tdep): Update comment.
1088 * kod.c (kod_set_os): Simplify.
1089 * infrun.c (set_schedlock_func): Simplify.
1090 * cli/cli-dump.c (add_dump_command): Update comment.
1091
1092 Replace string variables with a filename completer with
1093 add_setshow_optional_filename_cmd.
1094 * solib.c, symfile.c: Update.
1095 * cli/cli-setshow.c: Do not tidle expand the file.
1096
1097 Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
1098 and add_setshow_string_noescape_cmd.
1099 * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
1100 NULL command's value.
1101 * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
1102 * remote-sds.c, remote.c, symfile.c, top.c: Update.
1103
1104 2005-02-20 Andrew Cagney <cagney@gnu.org>
1105
1106 Use add_setshow_enum_cmd through out.
1107 * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
1108 * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
1109
1110 * mi/mi-main.c (captured_mi_execute_command): Use
1111 mi_cmd_interpreter_exec.
1112
1113 * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
1114 function.
1115 * cli/cli-setshow.c (deprecated_show_value_hack)
1116 (do_setshow_command): Handle var_optional_filename.
1117 * command.h (enum var_types): Add var_optional_filename.
1118 (add_setshow_optional_filename_cmd): Declare.
1119 * infcmd.c (notice_args_read): Use.
1120
1121 * symfile-mem.c (symbol_file_add_from_memory): Pass
1122 target_read_memory to bfd_elf_bfd_from_remote_memory.
1123 (do_target_read_memory): Delete.
1124
1125 2005-02-16 Mark Kettenis <kettenis@gnu.org>
1126
1127 * value.h (value_contents_equal): New prototype.
1128 * value.c (value_contents_equal): New function.
1129 * varobj.c: Include "exceptions.h" and "gdb_assert.h". Don't
1130 include <math.h>.
1131 (varobj_set_value): Initialize error to zero.
1132 (varobj_update): Rename error2 to error and initialize it to zero.
1133 Slightly change the wording of some comments.
1134 (my_value_equal): Reimplement using TRY_CATCH and
1135 value_contents_equal.
1136
1137 2005-02-18 Andrew Cagney <cagney@gnu.org>
1138
1139 * cli/cli-decode.c (add_setshow_integer_cmd): New function.
1140 * command.h (add_setshow_integer_cmd): Declare.
1141 * cli/cli-cmds.c: Update.
1142
1143 Use add_setshow_uinteger_cmd through out.
1144 * printcmd.c, source.c, utils.c, valprint.c: Update.
1145
1146 Use add_setshow_zinteger_cmd through out. Re-sync gdbarch.sh
1147 and gdbarch.c.
1148 * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
1149 * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
1150 * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
1151 * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
1152 * varobj.c, cli/cli-cmds.c: Update.
1153 * gdbarch.c, gdb-events.c: Regenerate.
1154
1155 Use add_setshow_boolean_command through out. Delete #ifdef 0'ed
1156 code adding set/show boolean commands.
1157 * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
1158 * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
1159 * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
1160 * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
1161 * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
1162 * cli/cli-cmds.c: Update.
1163
1164 2005-02-17 Andrew Cagney <cagney@gnu.org>
1165
1166 * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
1167 to filename_completer.
1168 * solib.c (_initialize_solib, reload_shared_libraries): Use
1169 add_setshow_filename_cmd.
1170 * serial.c (_initialize_serial): Ditto.
1171 * remote-utils.c (_initialize_sr_support): Ditto.
1172
1173 * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
1174 * command.h (add_setshow_string_noescape_cmd): Declare.
1175 * wince.c (_initialize_wince): Use.
1176 * symfile.c (_initialize_symfile): Use.
1177 (set_ext_lang_command): Update declaration.
1178 * corefile.c (_initialize_core): Use.
1179
1180 * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
1181 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1182 (add_setshow_filename_cmd, add_setshow_string_cmd)
1183 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
1184 fprint_setshow parameter.
1185 * command.h (fprint_setshow_ftype): Delete.
1186 (add_setshow_cmd_full, add_setshow_enum_cmd)
1187 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1188 (add_setshow_filename_cmd, add_setshow_string_cmd)
1189 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
1190 fprint_setshow parameter.
1191 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
1192 * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
1193 * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
1194 * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
1195 * remote.c, target.c, cli/cli-logging.c: Update.
1196
1197 2005-02-16 Andrew Cagney <cagney@gnu.org>
1198
1199 Merge setshow print and show parameters.
1200 * command.h (show_value_ftype): Define.
1201 (deprecated_show_value_hack): Declare.
1202 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
1203 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
1204 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
1205 (add_setshow_zinteger_cmd): Change type of show_func to
1206 show_value_ftype.
1207 * cli/cli-decode.h (struct cmd_list_element): Replace
1208 fprint_setshow with show_value_func.
1209 * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
1210 parameter. Set show_value_func. Do not set cmd_sfunc.
1211 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
1212 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
1213 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
1214 (add_setshow_zinteger_cmd): Update.
1215 * complaints.c (complaints_show_value): Replace
1216 fprint_setshow_complaints.
1217 (_initialize_complaints): Update.
1218 * mips-tdep.c (show_mask_address): Update.
1219 * arm-tdep.c (show_fp_model): Update.
1220 * cli/cli-setshow.c (do_setshow_command): Call show_value_func
1221 instead of fprint_setshow. Use deprecated_show_value_hack.
1222 (deprecated_show_value_hack): New function.
1223 * remote.c (add_packet_config_cmd, show_remote_cmd):
1224 (show_remote_protocol_P_packet_cmd)
1225 (show_remote_protocol_P_packet_cmd)
1226 (show_remote_protocol_Z_access_wp_packet_cmd)
1227 (show_remote_protocol_Z_hardware_bp_packet_cmd)
1228 (show_remote_protocol_Z_packet_cmd)
1229 (show_remote_protocol_Z_read_wp_packet_cmd)
1230 (show_remote_protocol_Z_software_bp_packet_cmd)
1231 (show_remote_protocol_Z_write_wp_packet_cmd)
1232 (show_remote_protocol_binary_download_cmd)
1233 (show_remote_protocol_p_packet_cmd)
1234 (show_remote_protocol_qPart_auxv_packet_cmd)
1235 (show_remote_protocol_qSymbol_packet_cmd)
1236 (show_remote_protocol_vcont_packet_cmd): Update.
1237
1238 2005-02-16 Mark Kettenis <kettenis@gnu.org>
1239
1240 * wrapper.h: Update copyright year. Properly wrap a few
1241 prototypes.
1242 (struct gdb_wrapper_arguments): Remove forward declaration.
1243 * wrapper.c: Update copyright year. Include "ui-out.h".
1244 (struct gdb_wrapper_arguments): Remove.
1245 (struct captured_value_struct_elt_args): Remove.
1246 (wrapper_parse_exp_1, wrap_evaluate_expression)
1247 (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
1248 (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
1249 (do_captured_value_struct_elf): Remove functions.
1250 (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
1251 (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
1252 (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
1253 Re-implement using TRY_CATCH.
1254
1255 2005-02-16 Yoshinori Sato <ysato@users.sourceforge.jp>
1256
1257 * remote-e7000.c: unuse TM_FILE defined macro.
1258 (e7000_fetch_registers)
1259 (e7000_store_registers)
1260 (e7000_wait): delete NUM_REALREGS.
1261 * remote-hms.c: move TM_FILE macro.
1262 (CCR_REGNO): move define from tm-h8300.h.
1263
1264 2005-02-15 Mark Kettenis <kettenis@gnu.org>
1265
1266 * amd64-linux-tdep.c: Update copyright year.
1267 (amd64_linux_sigtramp_start): Use sizeof operator instead of
1268 LINUX_SIGTRAMP_LEN.
1269
1270 2004-02-15 Joel Brobecker <brobecker@gnat.com>
1271
1272 From Paul Hilfinger <hilfinger@gnat.com>
1273 * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
1274 SYMBOL_NATURAL_NAME to set type names.
1275
1276 2005-02-15 Andrew Cagney <cagney@gnu.org>
1277
1278 Mark up add_com, add_info and add_prefix_cmd.
1279 * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
1280 * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
1281 * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
1282 * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
1283 * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
1284 * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
1285 * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
1286 * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
1287 * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
1288 * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
1289 * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
1290 * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
1291 * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
1292 * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
1293 * tui/tui-stack.c, tui/tui-win.c: Update.
1294
1295 2005-02-14 Andrew Cagney <cagney@gnu.org>
1296
1297 * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
1298 * config/h8300/tm-h8300.h: Delete file.
1299
1300 Mark up add_cmd.
1301 * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
1302 * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
1303 * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
1304 * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
1305 * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
1306 * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
1307 * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
1308 * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
1309 * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
1310 * cli/cli-logging.c, tui/tui-regs.c: Update.
1311
1312 Mark up add_setshow functions, replace "PRINT:" comment prefix
1313 with "FIXME: i18n:".
1314 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
1315 * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
1316 * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
1317 * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
1318 * target.c, cli/cli-logging.c: Update.
1319
1320 * utils.c (paddress): New function.
1321 * defs.h (paddress): Declare.
1322 * printcmd.c (deprecated_print_address_numeric): Rename
1323 print_address_numeric, call paddress.
1324 * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
1325 * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
1326 * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
1327 * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
1328 * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
1329 * ada-valprint.c: Update.
1330
1331 2005-02-13 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1332
1333 * MAINTAINERS: Add myself to "Write After Approval".
1334
1335 2005-02-12 Yoshinori Sato <ysato@users.sourceforge.jp>
1336
1337 Restore h8300 support.
1338 * configure.tgt: Add h8300-*-*
1339 * h8300-tdep.c: New file. Rewrite new frame code.
1340 * config/h8300/h8300.mt: New file. Restored Rev 1.3
1341 * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
1342
1343 * MAINTAINERS: Add myself to "Write After Approval".
1344
1345 2005-02-11 Andrew Cagney <cagney@gnu.org>
1346
1347 Mark up some of printf_filtered and printf_unfiltered.
1348 * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
1349 * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
1350 * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
1351 * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
1352 * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
1353 * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
1354 * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
1355 * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
1356 * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
1357 * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
1358 * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
1359 * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
1360 * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
1361 * tui/tui-regs.c, tui/tui-win.c: Update.
1362
1363 Mark up error_no_arg, query, perror_with_name, complaint, and
1364 internal_error.
1365 * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
1366 * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
1367 * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
1368 * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
1369 * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
1370 * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
1371 * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
1372 * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
1373 * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
1374 * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
1375 * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
1376 * interps.c, language.c, linespec.c, linux-nat.c: Update.
1377 * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
1378 * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
1379 * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
1380 * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
1381 * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
1382 * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
1383 * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
1384 * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
1385 * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
1386 * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
1387 * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
1388 * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
1389 * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
1390 * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
1391 * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
1392 * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
1393 * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
1394 * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
1395 * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
1396 * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
1397 * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
1398 * tui/tui-file.c, tui/tui-interp.c: Update.
1399
1400 2005-02-10 Andrew Cagney <cagney@gnu.org>
1401
1402 Mark up all error and warning messages.
1403 * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
1404 * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
1405 * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
1406 * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
1407 * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
1408 * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
1409 * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
1410 * event-top.c, exec.c, expprint.c, f-lang.c: Update.
1411 * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
1412 * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
1413 * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
1414 * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
1415 * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
1416 * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
1417 * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
1418 * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
1419 * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
1420 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
1421 * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
1422 * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
1423 * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
1424 * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
1425 * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
1426 * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
1427 * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
1428 * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
1429 * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
1430 * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
1431 * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
1432 * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
1433 * remote-rdp.c, remote-sim.c, remote-st.c: Update.
1434 * remote-utils.c, remote-utils.h, remote.c: Update.
1435 * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
1436 * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
1437 * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
1438 * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
1439 * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
1440 * somread.c, somsolib.c, source.c, stabsread.c: Update.
1441 * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
1442 * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
1443 * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
1444 * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
1445 * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
1446 * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
1447 * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
1448 * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
1449 * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
1450 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
1451 * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
1452 * tui/tui-win.c: Update.
1453
1454 2005-02-10 Ian Lance Taylor <ian@airs.com>
1455
1456 * MAINTAINERS: Update my e-mail address.
1457
1458 2005-02-10 Daniel Jacobowitz <dan@debian.org>
1459
1460 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
1461 PR exp/1821
1462 * cp-valprint.c: Include "language.h".
1463 (cp_print_value_fields): Pass the current language to
1464 fprintf_symbol_filtered.
1465 * Makefile.in (cp-valprint.o): Update dependencies.
1466
1467 2005-02-10 Andrew Cagney <cagney@gnu.org>
1468
1469 * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
1470 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1471 (add_setshow_filename_cmd, add_setshow_string_cmd)
1472 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
1473 print string parameter with fprint_setshow function.
1474 * command.h (fprint_setshow_ftype): Define. Update declarations.
1475 * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
1476 available, use that.
1477 * cli/cli-decode.h (struct cmd_list_element): Add field
1478 fprint_setshow.
1479 * complaints.c (fprint_setshow_complaints): New function.
1480 (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
1481 * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
1482 with NULL.
1483 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1484 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1485 * cris-tdep.c (_initialize_cris_tdep): Ditto.
1486 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1487 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1488 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
1489 * dwarf2read.c (_initialize_dwarf2_read): Ditto.
1490 * frame.c (_initialize_frame): Ditto.
1491 * target.c (initialize_targets): Ditto.
1492 * maint.c (_initialize_maint_cmds): Ditto.
1493 * observer.c (_initialize_observer): Ditto.
1494 * infcall.c (_initialize_infcall): Ditto.
1495 * breakpoint.c (_initialize_breakpoint): Ditto.
1496 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1497 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1498
1499 * cli/cli-setshow.c (do_setshow_command): Move code printing the
1500 value to the end of the function. Handle MI and non-MI output
1501 differently.
1502
1503 2005-02-09 Andrew Cagney <cagney@gnu.org>
1504
1505 * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
1506 show_result parameters.
1507 * mips-tdep.c (_initialize_mips_tdep): Update calls.
1508 * command.h: Update declaration.
1509 * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
1510 calls.
1511
1512 * NEWS: Mention removed commands.
1513 * m68hc11-tdep.c (show_regs): Delete, unused.
1514 (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
1515 * gdb-events.sh: Delete deprecated "set eventdebug" and "show
1516 eventdebug" commands.
1517 * gdb-events.c: Regenerate.
1518 * gdbarch.sh: Delete deprecated "set archdebug" and "show
1519 archdebug" commands.
1520 * gdbarch.c: Regenerate.
1521 * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
1522 remotedebug" and "show remotedebug".
1523 * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
1524 disassembly-flavor", "show arm disassembly-flavor", and
1525 "othernames" commands.
1526 (arm_othernames): Delete unused function.
1527
1528 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
1529 (convert_code_addr_to_desc_addr): Convert any function code
1530 address to the corresponding function's descriptor.
1531 (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
1532 TYPE_CODE_INT use the same code paths as TYPE_CODE_INT. When
1533 writing, convert any function code address to the corresponding
1534 descriptor.
1535
1536 * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
1537 * config/powerpc/linux.mt (TDEPFILES): Ditto.
1538 * config/pa/linux.mt (TDEPFILES): Ditto.
1539 * config/mips/linux.mt (TDEPFILES): Ditto.
1540 * config/m68k/linux.mt (TDEPFILES): Ditto.
1541 * config/m32r/linux.mt (TDEPFILES): Ditto.
1542 * config/ia64/linux.mt (TDEPFILES): Ditto.
1543 * config/arm/linux.mt (TDEPFILES): Ditto.
1544
1545 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
1546
1547 * symmisc.c: Include gdb_stat.h.
1548 (maintenance_print_msymbols): Use inode numbers to compare files.
1549
1550 2005-02-08 Andrew Cagney <cagney@gnu.org>
1551
1552 * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
1553 (METHOD_PTR_TO_VOFFSET): Move from here ...
1554 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
1555 (METHOD_PTR_TO_VOFFSET): ... to here.
1556 * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
1557 * Makefile.in: Update dependencies.
1558
1559 * exceptions.c: Do not include <setjmp.h>.
1560 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
1561 (catch_exception, catch_exceptions_with_msg, catch_errors)
1562 (catch_command_errors): Use TRY_CATCH.
1563 (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
1564 (exceptions_state_mc_init): Rename catcher_init.
1565 (exceptions_state_mc): Rename catcher_state_machine.
1566 (exceptions_state_mc_action_iter)
1567 (exceptions_state_mc_action_iter_1): New functions.
1568 * exceptions.h: Include <setjmp.h>.
1569 (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
1570 (EXCEPTIONS_SIGLONGJMP): Define.
1571 (exceptions_state_mc_init, exceptions_state_mc_action_iter)
1572 (exceptions_state_mc_action_iter_1): Declare.
1573 (TRY_CATCH): Define.
1574
1575 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
1576 no longer needed.
1577
1578 * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
1579 PT_FPSCR breakage.
1580
1581 * value.c (struct value): Move to here ...
1582 * value.h (struct value): ... from here. Copy comments to
1583 corresponding function declarations, re-order.
1584
1585 2005-02-07 Andrew Cagney <cagney@gnu.org>
1586
1587 * value.c (set_value_bitpos, set_value_bitsize): Define.
1588 * value.h (set_value_bitpos, set_value_bitsize): Declare.
1589 * ada-lang.c, valarith.c: Update.
1590
1591 * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
1592 value_contents_writeable, include note that there are problems.
1593 * breakpoint.c, infcall.c: Use VALUE_LVAL.
1594
1595 * value.h (set_value_offset): Declare.
1596 * value.c (set_value_offset): Declare.
1597 * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
1598 * findvar.c: Update.
1599
1600 * value.h (value_next): Declare.
1601 * value.c (value_next): Define.
1602 * breakpoint.c: Update.
1603
1604 * value.h (deprecated_set_value_modifiable)
1605 (deprecated_value_modifiable): Declare.
1606 * value.c (deprecated_set_value_modifiable): Define.
1607 (deprecated_value_modifiable): Define.
1608 * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
1609
1610 * value.h (deprecated_set_value_type): Declare.
1611 * value.c (deprecated_set_value_type): Define.
1612 * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
1613 * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
1614 * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
1615 * ax-gdb.c, tracepoint.c: Update.
1616
1617 * value.h (deprecated_value_lval_hack)
1618 (deprecated_value_address_hack)
1619 (deprecated_value_internalvar_hack)
1620 (deprecated_value_regnum_hack): Declare.
1621 (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR)
1622 (VALUE_FRAME_ID, VALUE_REGNUM): Use.
1623 * value.c (deprecated_value_lval_hack)
1624 (deprecated_value_address_hack)
1625 (deprecated_value_internalvar_hack)
1626 (deprecated_value_regnum_hack): Define.
1627
1628 * value.h (VALUE_POINTED_TO_OFFSET): Delete.
1629 (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
1630 * value.c (set_value_pointed_to_offset): Define
1631 (value_pointed_to_offset): Define.
1632 * valops.c: Update.
1633
1634 * value.h (VALUE_EMBEDDED_OFFSET): Delete.
1635 (value_embedded_offset, set_value_embedded_offset): Declare.
1636 * value.c (value_embedded_offset): Define.
1637 (set_value_embedded_offset): Define.
1638 * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
1639 * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
1640 * cp-abi.h: Update.
1641
1642 * value.h (VALUE_LAZY): Delete
1643 (set_value_lazy): Declare.
1644 * value.c (set_value_lazy): Define.
1645 * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
1646 * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
1647
1648 2005-02-06 Andrew Cagney <cagney@gnu.org>
1649
1650 * value.h (VALUE_OPTIMIZED_OUT): Delete.
1651 (value_optimized_out, set_value_optimized_out): Declare.
1652 * value.c (set_value_optimized_out, value_optimized_out): Define.
1653 * valprint.c, findvar.c, dwarf2loc.c: Update.
1654
1655 * value.c (value_contents, value_contents_writeable): New
1656 functions.
1657 * value.h (VALUE_CONTENTS): Delete macro.
1658 (value_contents, value_contents_writeable): Declare.
1659 * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
1660 * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
1661 * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
1662 * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
1663 * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
1664 * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
1665 * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
1666 * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
1667 * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
1668 * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
1669 * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
1670 * ada-valprint.c, ada-lang.c: Update.
1671
1672 2005-02-03 Andrew Cagney <cagney@gnu.org>
1673
1674 * utils.c (xzalloc): New function.
1675 * defs.h (XZALLOC): Use xzalloc.
1676 (xzalloc): Declare.
1677 * value.c (allocate_value): Allocate a zeroed buffer.
1678 * mdebugread.c (xzalloc): Delete.
1679
1680 2005-02-02 Andrew Cagney <cagney@gnu.org>
1681
1682 * value.h (value_lazy): Declare.
1683 * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
1684 * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
1685
1686 * value.h (VALUE_CONTENTS_ALL): Delete.
1687 (value_contents_all): Declare.
1688 * value.c (value_contents_all): New function.
1689 * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
1690 * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
1691
1692 * value.c (value_enclosing_type): New function.
1693 * value.h (VALUE_ENCLOSING_TYPE): Delete.
1694 (value_enclosing_type): Declare.
1695 * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
1696 * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
1697
1698 * value.c (value_contents_all_raw)
1699 (value_contents_raw): New functions.
1700 * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
1701 (value_contents_raw, value_contents_all_raw): Declare functions.
1702 (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
1703 * std-regs.c, valarith.c, valops.c, eval.c: Update.
1704 * tracepoint.c, findvar.c: Update.
1705
1706 2005-02-01 Orjan Friberg <orjanf@axis.com>
1707
1708 * regformats/reg-cris.dat: New file with register definitions for CRIS.
1709 * regformats/reg-crisv32.dat: Ditto for CRISv32.
1710
1711 2005-01-31 Andrew Cagney <cagney@gnu.org>
1712
1713 * configure: Regenerate to track ../gettext.m4.
1714
1715 2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
1716
1717 * MAINTAINERS: Add myself to "Write After Approval".
1718
1719 * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
1720 * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
1721 * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
1722
1723 2005-01-29 Mark Kettenis <kettenis@gnu.org>
1724
1725 * configure.ac: Remove extra check for ranlib.
1726 * configure: Regenerated.
1727
1728 2005-01-28 Andrew Cagney <cagney@gnu.org>
1729
1730 * language.h (struct language_defn): Make la_val_print's buffer
1731 parameter a const bfd_byte.
1732 * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
1733 * ada-lang.c (ada_aligned_value_addr)
1734 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
1735 * valprint.c (val_print_array_elements): Update.
1736 * valprint.h (val_print_array_elements): Update.
1737 * ada-lang.h (ada_val_print, ada_aligned_value_addr)
1738 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
1739 * ada-valprint.c (ada_val_print, struct ada_val_print_args)
1740 (ada_val_print_1, ada_print_floating, printable_val_type)
1741 (print_record, val_print_packed_array_elements)
1742 (print_field_values, print_variant_part): Update.
1743 * c-lang.h (c_val_print, cp_print_value_fields): Update.
1744 * c-valprint.c (c_val_print): Update.
1745 * f-lang.h (f_val_print): Update.
1746 * f-valprint.c (f_val_print, f77_print_array_1)
1747 (f77_print_array): Update.
1748 * jv-lang.h (java_val_print): Update.
1749 * jv-valprint.c (java_print_value_fields, java_val_print): Update.
1750 * language.c (unk_lang_val_print): Update.
1751 * m2-lang.h (m2_val_print): Update.
1752 * m2-valprint.c (m2_val_print): Update.
1753 * p-lang.h (pascal_val_print): Update.
1754 (pascal_object_print_value_fields): Update.
1755 * p-valprint.c (pascal_val_print)
1756 (pascal_object_print_value_fields, pascal_object_print_value)
1757 (pascal_object_print_value): Update.
1758 * scm-lang.h (scm_val_print): Update.
1759 * scm-valprint.c (scm_val_print): Update.
1760 * value.h (val_print): Update.
1761
1762 * p-lang.h (pascal_object_print_class_member)
1763 (pascal_object_print_class_method): Make buffer a const bfd_byte.
1764 * p-valprint.c (pascal_object_print_class_method)
1765 (pascal_object_print_class_method): Ditto.
1766
1767 * language.h (struct language_defn): Make la_printstr's buffer
1768 parameter a const bfd_byte.
1769 * p-lang.h (pascal_printstr): Update function to match.
1770 * ada-valprint.c (ada_printstr): Update function to match.
1771 * scm-lang.c (scm_printstr): Update function to match.
1772 * p-lang.c (pascal_printstr): Update function to match.
1773 * ada-lang.h (ada_printstr): Update function to match.
1774 * m2-lang.c (m2_printstr): Update function to match.
1775 * objc-lang.c (objc_printstr): Update function to match.
1776 * c-lang.h (c_printstr): Update function to match.
1777 * f-lang.c (f_printstr): Update function to match.
1778 * c-lang.c (c_printstr): Update function to match.
1779 * language.c (unk_lang_printstr): Update function to match.
1780
1781 * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
1782 * valprint.h (val_print_type_code_int): Ditto.
1783
1784 * objc-lang.h (c_val_print, c_value_print): Delete declarations.
1785
1786 * cp-valprint.c (cp_print_class_method)
1787 (cp_print_class_member): Make buffer a const bfd_byte.
1788 * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
1789
1790 * ada-lang.c (value_from_contents_and_address)
1791 (to_record_with_fixed_variant_part)
1792 (value_tag_from_contents_and_address, ada_to_fixed_type)
1793 (to_fixed_variant_branch_type, to_fixed_record_type)
1794 (ada_template_to_fixed_record_type, cond_offset_host)
1795 (ada_template_to_fixed_record_type_1): Make buffer a const
1796 bfd_byte.
1797 * ada-lang.h (ada_template_to_fixed_record_type_1)
1798 (value_from_contents_and_address, ada_to_fixed_type): Ditto.
1799
1800 * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
1801
1802 * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
1803 * printcmd.c (print_scalar_formatted): Update.
1804
1805 * value.h (value_bit_index, print_floating)
1806 (find_rt_vbase_offset): Make buffer a const bfd_byte.
1807 * valprint.c (print_floating): Update.
1808 * valarith.c (value_bit_index): Update.
1809 * valops.c (find_rt_vbase_offset): Update.
1810
1811 * valprint.h (print_octal_chars, print_char_chars)
1812 (print_hex_chars, print_decimal_chars, print_binary_chars): Make
1813 buffer a const bfd_byte.
1814 * valprint.c (print_binary_chars, print_octal_chars)
1815 (print_decimal_chars, print_hex_chars, print_char_chars): Make
1816 "valaddr"buffer a const bfd_byte, ditto for local variables
1817 referencing that buffer.
1818
1819 * m2-valprint.c: Include "c-lang.h".
1820 (c_val_print): Delete extern declaration.
1821 * scm-valprint.c: Include "c-lang.h".
1822 (c_val_print): Delete extern declaration.
1823 Makefile.in: Update dependencies.
1824
1825 * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
1826 bfd_byte.
1827 * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
1828 (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
1829 bfd_byte.
1830 * cp-abi.c (baseclass_offset): Update.
1831 * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
1832
1833 * gnu-v2-abi.h: New file.
1834 * gnu-v2-abi.c: Include "gnu-v2-abi.h".
1835 (gnuv2_baseclass_offset): Delete declaration.
1836 * hpacc-abi.c: Include "gnu-v2-abi.h".
1837 (gnuv2_baseclass_offset): Delete extern declaration.
1838 * Makefile.in: Update dependencies.
1839
1840 * doublest.c (floatformat_is_negative, floatformat_is_nan)
1841 (floatformat_mantissa, get_field): Make the buffer a const
1842 bfd_byte, simplify.
1843
1844 2005-01-27 Andrew Cagney <cagney@gnu.org>
1845
1846 * value.h (struct value): Change type of contents to bfd_byte.
1847 (VALUE_CONTENTS_RAW): Simplify.
1848
1849 * gdbarch.sh (integer_to_address): Change buf parameter to a const
1850 bfd_byte, make pure-multi-arch.
1851 * gdbarch.h, gdbarch.c: Regenerate.
1852 * mips-tdep.c (mips_integer_to_address): Update.
1853 * value.c (value_as_address): Update.
1854
1855 * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
1856 * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
1857 parameters const, change buf to a const bfd_byte.
1858 (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
1859 parameters const.
1860
1861 * corefile.c (write_memory): Update, make a copy of the read-only
1862 buffer.
1863 * target.c (target_read_memory): Update.
1864 (target_write_memory): Update, make a copy of the read-only
1865 buffer.
1866 * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
1867 const.
1868 * target.h (target_read_memory, target_write_memory): Change
1869 buffer type to bfd_byte; for write_memory, make it const.
1870 * symfile-mem.c (do_target_read_memory): New function.
1871 (symbol_file_add_from_memory): Pass do_target_read_memory to
1872 bfd_elf_bfd_from_remote_memory.
1873
1874 * value.h: Indent using gdb_indent.sh.
1875
1876 * configure: Regenerate to track ../gettext.m4 change.
1877
1878 2005-01-26 Andrew Cagney <cagney@gnu.org>
1879
1880 * rs6000-tdep.c: Include "reggroups.h".
1881 (rs6000_gdbarch_init): Set register_reggroup_p.
1882 (rs6000_register_reggroup_p): New function.
1883
1884 2005-01-26 Orjan Friberg <orjanf@axis.com>
1885
1886 * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
1887 (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
1888 CRISv32.
1889 (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
1890 (cris_region_ok_for_watchpoint, cris_stopped_data_address)
1891 (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
1892 (crisv32_register_type, cris_special_register_name)
1893 (crisv32_register_name): New functions.
1894 (cris_spec_reg_applicable): Recognize more versions.
1895 (cris_register_name): Update with call to cris_special_register_name.
1896 (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and
1897 warning when unable to find step target.
1898 (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
1899 (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for
1900 CRISv32.
1901 (fetch_core_registers): Update for CRISv32.
1902 (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
1903 register_name, cannot_store_register, cannot_fetch_register,
1904 have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
1905
1906 2005-01-26 Nick Roberts <nickrob@snap.net.nz>
1907
1908 * interps.c (interpreter_exec_cmd): Use condition,
1909 e.reason < 0, to raise an error.
1910
1911 2005-01-25 Andrew Cagney <cagney@gnu.org>
1912
1913 * ppc-linux-tdep.c: Include "tramp-frame.h"
1914 (struct ppc_linux_sigtramp_cache)
1915 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
1916 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
1917 (ppc_linux_sigtramp_cache): Delete.
1918 (ppc32_linux_sigaction_cache_init)
1919 (ppc64_linux_sigaction_cache_init)
1920 (ppc32_linux_sighandler_cache_init)
1921 (ppc64_linux_sighandler_cache_init)
1922 (ppc32_linux_sigaction_tramp_frame)
1923 (ppc64_linux_sigaction_tramp_frame)
1924 (ppc32_linux_sighandler_tramp_frame)
1925 (ppc64_linux_sighandler_tramp_frame)
1926 (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
1927 64-bit, sigaction and siginfo tramp-frame unwinders.
1928
1929 * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
1930 long_double_bit to 8.
1931
1932 2005-01-24 Andrew Cagney <cagney@gnu.org>
1933
1934 * infrun.c (handle_inferior_event): Handle back-to-back and nested
1935 signals where the step_resume_breakpoint may have already been
1936 inserted.
1937
1938 2005-01-24 Andrew Cagney <cagney@gnu.org>
1939
1940 * configure: Regenerate, ../gettext.m4 was updated.
1941
1942 2005-01-23 Mark Kettenis <kettenis@gnu.org>
1943
1944 * NEWS: Mention new BSD user-level threads support.
1945
1946 * i386obsd-tdep.c: Update copyright year. Include
1947 "bsd-uthread.h".
1948 (i386obsd_uthread_reg_offset): New variable.
1949 (I386OBSD_UTHREAD_ESP_OFFSET): New define.
1950 (i386obsd_supply_uthread, i386obsd_collect_uthread): New
1951 functions.
1952 (i386obsd_init_abi): Set supply_uthread and collect_uthread.
1953 * Makefile.in (i386obsd-tdep.o): Update dependencies.
1954 * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
1955
1956 2005-01-23 Christopher Faylor <cgf@timesys.com>
1957
1958 * win32-nat.c: Update copyright year.
1959 (child_init_thread_list): Set thread linked list point to NULL so that
1960 it won't be reused after clearing.
1961
1962 2005-01-21 Mark Kettenis <kettenis@gnu.org>
1963
1964 * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
1965 undefs.
1966 * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
1967 thread' has a td_pcb member and whether `struct reg' has r_fs and
1968 r_gs members.
1969 * configure, config.in: Regenerate.
1970
1971 2005-01-21 Mark Kettenis <kettenis@gnu.org>
1972
1973 * configure.ac: Remove ia64-*-aix* junk.
1974 * configure: Regenerate.
1975
1976 * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
1977 and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
1978 is necessary.
1979 * configure, config.in: Regenerate.
1980 * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
1981 BFD_NEED_DECLARATION. Never provide a prototype for
1982 caninicalize_file_name.
1983 * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
1984 BFD_NEED_DECLARATION.
1985
1986 * configure.ac (targ_archs): Use standard autoconf check for
1987 "struct stat.st_blocks" instead of rolling our own.
1988 * configure: Regenerated.
1989 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
1990 * config.in: Regenerated.
1991
1992 2005-01-21 Mark Kettenis <kettenis@gnu.org>
1993
1994 * configure.ac: Modernize checks for `long long' and `long double'
1995 support.
1996 * configure: Regenerated.
1997 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
1998 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
1999 * config.in: Regenerated.
2000
2001 2005-01-20 Mark Kettenis <kettenis@gnu.org>
2002
2003 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
2004 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
2005 * configure.ac: Remove checks for HP-UX save_state structure.
2006 * configure: Regenerated.
2007
2008 2005-01-19 Andrew Cagney <cagney@gnu.org>
2009
2010 * utils.c (quit): Simplify, call fatal.
2011 * exceptions.c: Include "serial.h"
2012 (print_flush): Mimic flush code found in utils.c:quit.
2013 * Makefile.in: Update dependencies.
2014
2015 2005-01-19 Jim Blandy <jimb@redhat.com>
2016
2017 * configure.tgt: Set build_rdi_share to "yes" on those targets
2018 that use that debugging protocol.
2019 Set build_nlm to yes to build NLM stub for Netware targets.
2020 * configure.ac: If build_rdi_share is "yes", then configure the
2021 rdi-share subdirectory.
2022 If build_nlm is "yes", the configure the "nlm" subdirectory.
2023 * configure: Regenerated.
2024
2025 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
2026 autoconf 2.59 and automake 1.9.3.
2027
2028 2005-01-19 Andrew Cagney <cagney@gnu.org>
2029
2030 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
2031 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
2032 * utils.c (internal_verror, quit): Update.
2033 * remote-sds.c (interrupt_query): Update.
2034 * remote-mips.c (mips_error, mips_kill): Update.
2035 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
2036 * remote.c (interrupt_query): Update.
2037 * ocd.c (interrupt_query): Update.
2038 * nto-procfs.c (interrupt_query): Update.
2039 * monitor.c (monitor_interrupt_query): Update.
2040 * breakpoint.c (break_command_1): Update.
2041
2042 * infrun.c: (resume, proceed, wait_for_inferior)
2043 (handle_inferior_event, stop_stepping)
2044 (prepare_to_wait): Write debug output to gdb_stdlog.
2045
2046 2005-01-19 Mark Kettenis <kettenis@gnu.org>
2047
2048 * inf-ptrace.c (inf_ptrace_prepare_to_store)
2049 (inf_ptrace_post_startup_inferior)
2050 (inf_ptrace_acknowledge_created_inferior)
2051 (inf_ptrace_insert_fork_catchpoint)
2052 (inf_ptrace_remove_fork_catchpoint)
2053 (inf_ptrace_insert_vfork_catchpoint):
2054 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
2055 (inf_ptrace_insert_exec_catchpoint)
2056 (inf_ptrace_remove_exec_catchpoint): Remove functions.
2057 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
2058 (inf_ptrace_target): Don't set to_prepare_to_store,
2059 to_post_startup_inferior, to_acknowledge_created_inferior,
2060 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
2061 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
2062 to_follow_fork, to_insert_exec_catchpoint,
2063 to_remove_exec_catchpoint.
2064
2065 2005-01-18 Andrew Cagney <cagney@gnu.org>
2066
2067 * target.h (struct target_ops): Change return type of
2068 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
2069 to_insert_exec_catchpoint to void.
2070 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
2071 (child_insert_exec_catchpoint): Change return type to void.
2072 * target.c (update_current_target): Update.
2073 (debug_to_insert_fork_catchpoint)
2074 (debug_to_insert_vfork_catchpoint)
2075 (debug_to_insert_exec_catchpoint): Update.
2076 * inf-child.c (inf_child_insert_fork_catchpoint)
2077 (inf_child_insert_vfork_catchpoint)
2078 (inf_child_insert_exec_catchpoint): Update.
2079 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
2080 * linux-nat.c (child_insert_fork_catchpoint)
2081 (child_insert_vfork_catchpoint)
2082 (child_insert_exec_catchpoint): Update.
2083 * inftarg.c (child_insert_fork_catchpoint)
2084 (child_insert_vfork_catchpoint,)
2085 (child_insert_exec_catchpoint): Update.
2086
2087 * remote.c (remote_open_1): Use throw_exception.
2088
2089 2005-01-17 Michael Snyder <msnyder@redhat.com>
2090
2091 * mips-linux-tdep.c: Whitespace tweaks.
2092
2093 2005-01-17 Corinna Vinschen <vinschen@redhat.com>
2094
2095 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
2096
2097 2005-01-17 Andrew Cagney <cagney@gnu.org>
2098
2099 * top.h (source_error, source_pre_error): Delete declaration.
2100 * cli/cli-script.c (source_error_allocated, source_error): Delete.
2101 (script_from_file, source_cleanup_lines): Do not manipulate
2102 source_error_allocated, error_pre_print and source_error.
2103 (struct source_cleanup_lines_args): Delete fields old_pre_error,
2104 and old_error_pre_print.
2105 * top.c (source_error_allocated, source_error)
2106 (source_pre_error): Delete.
2107 (command_line_input): Do not set error_pre_print.
2108 * event-top.c (command_line_handler): Do not set error_pre_print.
2109
2110 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
2111
2112 * MAINTAINERS: Update my email address.
2113
2114 2005-01-16 Mark Kettenis <kettenis@gnu.org>
2115
2116 * configure.ac: Provide prerequisite headers when checking
2117 <term.h>.
2118 * configure: Regenerate.
2119
2120 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
2121 and "bsd-uthread.h".
2122 (amd64fbsd_jmp_buf_reg_offset): New variable.
2123 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
2124 functions.
2125 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
2126 * i386fbsd-tdep.c: Fix typo.
2127 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
2128 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
2129
2130 2005-01-16 Andrew Cagney <cagney@gnu.org>
2131
2132 * cli/cli-script.c: Include "exceptions.h".
2133 (struct wrapped_read_command_file_args): Define.
2134 (wrapped_read_command_file): New function.
2135 (script_from_file): Replace direct call to read_command_file by
2136 one wrapped by an exception handler.
2137 * exceptions.c (throw_it): Free the old message after creating the
2138 new.
2139 * Makefile.in: Update dependencies.
2140
2141 2005-01-16 Mark Kettenis <kettenis@gnu.org>
2142
2143 * sparc64fbsd-tdep.c: Update copyright year.
2144 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
2145 functions.
2146 (sparc64fbsd_init_abi): Create register sets with collect
2147 functions.
2148
2149 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
2150 (_initialize_sparc64fbsd_nat): Add some extra features to the
2151 generic SPARC target.
2152 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
2153 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
2154 (NAT_FILE): Set to solib.h.
2155 * config/sparc/nm-fbsd.h: Remove file.
2156
2157 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
2158
2159 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
2160
2161 2005-01-16 Andrew Cagney <cagney@gnu.org>
2162
2163 * exceptions.c (struct catcher): Delete saved_error_pre_print and
2164 saved_quit_pre_print.
2165 (catcher_init): Delete parameter errstring, do not override the
2166 pre_print strings.
2167 (catcher_pop): Do not restore the pre_print strings.
2168 (catch_exception, catch_exceptions_with_msg, catch_errors)
2169 (catch_command_errors): Update catch_init calls.
2170
2171 2005-01-16 Mark Kettenis <kettenis@gnu.org>
2172
2173 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
2174 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
2175
2176 2005-01-15 Andrew Cagney <cagney@gnu.org>
2177
2178 * acinclude.m4: Include ../bfd/bfd.m4 instead of
2179 ../bfd/acinclude.m4. Include ../gettext.m4.
2180 * aclocal.m4, configure: Re-generate.
2181
2182 * exceptions.c (do_captured_command)
2183 (struct captured_command_args): Delete.
2184 (catch_command_errors): Simplify by inlining call to catch_errors.
2185
2186 * exceptions.c (struct catcher): Delete field print_message.
2187 (catcher_init): Delete print_message parameter.
2188 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
2189 (throw_it): Delete prefix parameter.
2190 (throw_verror, throw_vfatal, throw_error): Update.
2191
2192 2005-01-14 Andrew Cagney <cagney@gnu.org>
2193
2194 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
2195 (throw_reason): Leave the exception's message field blank.
2196 (throw_it): New function, create the exception and throw it.
2197 (throw_verror, throw_vfatal, throw_error): Call throw_it.
2198 (print_any_exception): New function.
2199 (catch_errors, catch_exceptions_with_msg): Call
2200 print_any_exception.
2201 (throw_exception): Move code calling annotate_error and
2202 annotate_quit from here ...
2203 (print_exception): ... to here.
2204
2205 * exceptions.c (exception_fprintf, exception_print): Move printing
2206 of \n from here ...
2207 (print_exception): ... to here.
2208 (print_flush): New function.
2209 (exception_print, exception_fprintf): Replace duplicated flush and
2210 wrap code with call to print_flush.
2211 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
2212 and print_exception.
2213 (do_write): Delete.
2214
2215 * remote-sds.c (interrupt_query): Call throw_reason instead of
2216 throw_exception.
2217 * remote-mips.c (mips_error, mips_kill): Ditto
2218 * ocd.c (interrupt_query): Ditto.
2219 * nto-procfs.c (interrupt_query): Ditto.
2220 * monitor.c (monitor_interrupt_query): Ditto.
2221
2222 2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
2223
2224 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
2225
2226 2005-01-14 Andrew Cagney <cagney@gnu.org>
2227
2228 * exceptions.h (catch_exceptions): Delete errstring parameter.
2229 (catch_exceptions_with_msg): Ditto.
2230 * exceptions.c (catch_exceptions_with_msg): Update.
2231 (catch_exceptions): Update.
2232 * symfile-mem.c (add_vsyscall_page): Update.
2233 * frame.c (get_current_frame): Update.
2234 * wrapper.c (gdb_value_struct_elt): Update.
2235 * exceptions.c (catch_exceptions): Update.
2236 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
2237 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
2238 * remote-fileio.c (remote_fileio_request): Update.
2239
2240 * exceptions.h (exception_fprintf): Declare.
2241 (exception_print): Drop pre_print parameter.
2242 * mi/mi-main.c (mi_execute_command): Update exception_print call.
2243 * cli/cli-interp.c (safe_execute_command): Update exception_print
2244 call.
2245 * remote.c (remote_open_1): Instead of passing an error prefix to
2246 catch_exceptions, use catch_exceptions and exception_fprintf.
2247 (remote_start_remote): Change return type to void.
2248 * breakpoint.c (insert_bp_location): Instead of passing an error
2249 prefix to catch_exceptions, use catch_exceptions and
2250 exception_fprintf.
2251 (insert_catchpoint): Change return type to void.
2252 (break_command_1): Update exception_print call.
2253 * exceptions.c (exception_fprintf): New function.
2254 (print_exception): New function.
2255 (exception_print): Use print_exception.
2256
2257 * utils.c (error_output_message): Delete function.
2258 * defs.h (error_output_message): Delete declaration.
2259
2260 * linespec.c (symtab_from_filename, decode_variable): Use
2261 throw_error instead of error_silent.
2262 * breakpoint.c (do_captured_parse_breakpoint): Change return type
2263 to void.
2264 (break_command_1): Use catch_exception and check the error return
2265 status.
2266 * exceptions.c (throw_error): New function.
2267 (throw_vsilent): Delete function.
2268 * exceptions.h (throw_error): Declare.
2269 (throw_vsilent): Delete declaration.
2270 * utils.c (error_silent): Delete function.
2271 * defs.h (error_silent): Delete declaration.
2272
2273 * mi/mi-main.c (mi_execute_command): Print the exception.
2274 * cli/cli-interp.c (safe_execute_command): Print the exception.
2275 * exceptions.h (exception_print): Declare.
2276 * exceptions.c (struct catcher): Add field print_message.
2277 (catcher_init): Add parameter print_message, store in the catcher
2278 struct.
2279 (print_and_throw): Only print the message when print_message.
2280 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
2281 catcher_init.
2282 (catch_exception): Pass print_message=0 to catcher_init.
2283
2284 * varobj.c (varobj_create): Add missing \n.
2285
2286 2005-01-13 Michael Snyder <msnyder@redhat.com>
2287
2288 * cli/cli-decode.h: Whitespace tweaks.
2289 * wince.c: Whitespace tweaks.
2290 * uw-thread.c: Whitespace tweaks.
2291 * utils.c: Whitespace tweaks.
2292 * tracepoint.[ch]: Whitespace tweaks.
2293 * solist.h: Whitespace tweaks.
2294
2295 2005-01-13 Andrew Cagney <cagney@gnu.org>
2296
2297 * exceptions.h (struct exception): Make message const.
2298 * mi/mi-main.c (mi_execute_command): Pass result.message directly
2299 to fputstr_unfiltered.
2300
2301 2005-01-13 Michael Snyder <msnyder@redhat.com>
2302
2303 * stack.c: Whitespace tweaks.
2304 * somsolib.[ch]: Whitespace tweaks.
2305 * solib-aix.c: Whitespace tweaks.
2306 * solib.c: Whitespace tweaks.
2307 * solib-frv.c: Whitespace tweaks.
2308 * solib.h: Whitespace tweaks.
2309 * solib-irix.c: Whitespace tweaks.
2310 * solib-som.c: Whitespace tweaks.
2311 * solib-sunos.c: Whitespace tweaks.
2312 * solib-svr4.[ch]: Whitespace tweaks.
2313 * ser-tcp.c: Whitespace tweaks.
2314 * ser-unix.c: Whitespace tweaks.
2315 * serial.h: Whitespace tweaks.
2316 * scm-valprint.c: Whitespace tweaks.
2317 * rs6000-tdep.c: Whitespace tweaks.
2318 * rs6000-nat.c: Whitespace tweaks.
2319 * remote.c: Whitespace tweaks.
2320
2321 2005-01-13 Andrew Cagney <cagney@gnu.org>
2322
2323 * defs.h (error_last_message, error_init): Delete declaration.
2324 * utils.c (fatal, vfatal): Call throw_vfatal.
2325 (error, verror): Call throw_verror;
2326 (do_write, error_stream_1): Delete function.
2327 (error_stream): Simplify, call error.
2328 (error_last_message, error_init, gdb_lasterr): Delete.
2329 (error_silent): Simplify, call throw_vsilent.
2330 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
2331 * main.c (captured_main): Delete call to error_init.
2332 * exceptions.c (throw_verror, throw_verror)
2333 (throw_vsilent): New functions.
2334 (do_write, print_and_throw): New functions.
2335 (last_message): New global.
2336 (throw_reason): Replace error_last_message with last_message.
2337 (catch_exceptions_with_msg): Dup the message.
2338 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
2339 Declare.
2340
2341 2005-01-13 Michael Snyder <msnyder@redhat.com>
2342
2343 * remote-st.c: Whitespace tweaks.
2344 * remote-sim.c: Whitespace tweaks.
2345 * remote-mips.c: Whitespace tweaks.
2346 * pa64solib.[ch]: Whitespace tweaks.
2347 * mdebugread.c: Whitespace tweaks.
2348 * main.c: Whitespace tweaks.
2349 * interps.c: Whitespace tweaks.
2350 * infrun.c: Whitespace tweaks.
2351 * infcmd.c: Whitespace tweaks.
2352 * hpux-thread.c: Whitespace tweaks.
2353 * hppa-hpux-tdep.c: Whitespace tweaks.
2354 * gdbcore.h: Whitespace tweaks.
2355 * gdbcmd.h: Whitespace tweaks.
2356 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
2357 * corefile.c: Whitespace tweaks.
2358 * completer.c: Whitespace tweaks.
2359 * coff-solib.c: Whitespace tweaks.
2360 * coff-solib.h: Whitespace tweaks.
2361 * cli-out.c: Whitespace tweaks.
2362 * breakpoint.c: Whitespace tweaks.
2363 * cli/cli-interp.c: Tweak comments, per coding standard.
2364
2365 2005-01-13 Andrew Cagney <cagney@gnu.org>
2366
2367 * breakpoint.c (gdb_breakpoint_query): Update, use
2368 catch_exceptions_with_msg.
2369 (do_captured_breakpoint): Add uiout parameter.
2370 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
2371 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
2372 gdb_thread_select. Return MI_CMD_ERROR instead of
2373 MI_CMD_CAUGHT_ERROR.
2374 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
2375 (enum captured_mi_execute_command_actions): Delete
2376 EXECUTE_COMMAND_DISPLAY_ERROR.
2377 (captured_mi_execute_command): Delete code handling
2378 MI_CMD_CAUGHT_ERROR.
2379 (mi_execute_command): Don't check for
2380 EXECUTE_COMMAND_DISPLAY_ERROR.
2381 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
2382 gdb_breakpoint_query.
2383 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
2384 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
2385 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
2386 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
2387 parameter.
2388 * thread.c (thread_command): Update call.
2389 (gdb_thread_select, gdb_list_thread_ids): Update, call
2390 catch_exceptions_with_msg.
2391
2392 * mi/mi-main.c (mi_execute_command): Use catch_exception,
2393 eliminate call to error_last_message.
2394 (captured_mi_execute_command): Change return type to void.
2395
2396 2005-01-12 Andrew Cagney <cagney@gnu.org>
2397
2398 * exceptions.c (exception_none): New variable.
2399 * Makefile.in: Update dependencies.
2400 * interps.c: Include "exceptions.h".
2401 (interpreter_exec_cmd, interp_exec): Update to return "struct
2402 exception"
2403 * exceptions.h (no_exception): Declare.
2404 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
2405 * mi/mi-interp.c: Include "exceptions.h".
2406 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
2407 'struct exception".
2408 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
2409 (do_captured_execute_command): Update to use catch_exception.
2410 * interps.h: Include "exceptions.h".
2411 (interp_exec_ftype, interp_exec): Return "struct exception".
2412
2413 * exceptions.h (throw_reason): Rename throw_exception.
2414 (enum errors, struct exception): Define.
2415 (catch_exception_ftype): Define.
2416 (catch_exception, throw_exception): Declare.
2417 * exceptions.c (throw_exception): Rewrite.
2418 (throw_reason): New function.
2419 (struct catcher, catcher_state_machine): Replace "reason" with
2420 "exception", delete "gdberrmsg".
2421 (catch_exception): New function.
2422 (catcher_init): Replace "gdberrmsg" parameter with "exception".
2423 (catch_errors, catch_exceptions_with_msg): Re-implement passing
2424 exception to catcher_init.
2425 * utils.c (error_silent, error_stream_1): Use throw_reason.
2426 (internal_verror, quit): Ditto.
2427 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
2428 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
2429 * remote.c (remote_open_1, interrupt_query): Ditto.
2430
2431 2005-01-12 Mark Kettenis <kettenis@gnu.org>
2432
2433 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
2434 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
2435 (i386fbsd_jmp_buf_reg_offset): New variable.
2436 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
2437 functions.
2438 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
2439 * Makefile.in (i386fbsd-tdep.o): Update dependency.
2440 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
2441
2442 * bsd-uthread.h: New file.
2443 * bsd-uthread.c: New file.
2444 * Makefile.in (bsd_uthread_h): New variable.
2445 (ALLDEPFILES): Add bsd-uthread.c.
2446 (bsd-uthread.o): New dependency.
2447
2448 * solib.h Update copyright year.
2449 (struct so_list): Forward declaration.
2450 (solib_read_symbols): New prototype.
2451 * solib.c (solib_read_symbols): New function.
2452 (solib_add): Call solib_read_symbols to read in symbols.
2453 (update_solib_list): Call observer_notify_solib_loaded.
2454
2455 * i386bsd-nat.c: Update copyright year. Don't include
2456 <sys/param.h> and <sys/user.h>.
2457 (register_u_addr, kernel_u_size): Remove functions.
2458 * config/i386/obsd.mh (NAT_FILE): Remove.
2459 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
2460 * config/i386/nm-obsd.h: Remove file.
2461
2462 2005-01-12 Andrew Cagney <cagney@gnu.org>
2463
2464 * exceptions.c: Include "gdb_string.h".
2465 (enum catcher_state, struct catcher): Define.
2466 (current_catcher): New global, replaces catch_return;
2467 (catch_return): Delete.
2468 (throw_exception): Use current_catcher->buf;
2469 (catcher_init, catcher_pop, catcher_state_machine): New functions.
2470 (catcher): Delete.
2471 (struct catch_errors_args): Delete.
2472 (do_catch_errors): Delete.
2473 (catch_exceptions): Replace body with call to
2474 catch_exceptions_with_msg.
2475 (catcher): Delete.
2476 (catch_exceptions_with_msg, catch_errors): Re-implement using
2477 catcher_state_machine.
2478
2479 * exceptions.h (enum return_reason, RETURN_MASK)
2480 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
2481 (return_mask, throw_exception, catch_exceptions_ftype)
2482 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
2483 (catch_command_errors_ftype, catch_command_errors): Move to
2484 exceptions.h.
2485 * exceptions.c, exceptions.h: New files.
2486 * top.c: Do not include <setjmp.h>.
2487 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
2488 (throw_exception, catcher, catch_exceptions)
2489 (catch_exceptions_with_msg, struct catch_errors_args)
2490 (do_catch_errors, catch_errors, struct captured_command_args)
2491 (do_captured_command, catch_command_errors): Move to exceptions.c.
2492 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
2493 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
2494 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
2495 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
2496 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
2497 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
2498 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
2499 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
2500 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
2501 * ada-valprint.c, ada-lang.c: Ditto.
2502 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
2503 exceptions.o. Update all dependencies.
2504
2505 2005-01-11 Mark Kettenis <kettenis@gnu.org>
2506
2507 * config/i386/nm-fbsd.h: Update copyright year.
2508 Don't include "config/nm-bsd.h".
2509 (KERNEL_U_SIZE): Remove macro.
2510 (kernel_u_size): Remove prototype.
2511
2512 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
2513 * config/vax/nm-nbsdaout.h: Remove file.
2514
2515 2005-01-10 Elena Zannoni <ezannoni@redhat.com>
2516
2517 * MAINTAINERS: Remove self from sh/sh64 maintainership.
2518
2519 2005-01-10 Andrew Cagney <cagney@gnu.org>
2520
2521 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
2522 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
2523 maintainer.
2524
2525 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
2526 changes to CRIS.
2527
2528 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
2529 COMMIT means can approve).
2530
2531 2005-01-10 Mark Kettenis <kettenis@gnu.org>
2532
2533 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
2534 (vax_register_u_offset): Make statuc.
2535 (_initialize_vax_nat): Construct and add target vector.
2536 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
2537 inftarg.o. Add inf-ptrace.o.
2538 * Makefile.in (vax-nat.o): Update dependencies.
2539
2540 * inf-ptrace.h: Update copyright year. Sync comment with
2541 inf-ptrace.c.
2542 (inf_ptrace_trad_target): New prototype.
2543 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
2544 "gdb_assert.h"
2545 (inf_ptrace_target): Add comment.
2546 (inf_ptrace+register_u_offset): New variable.
2547 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
2548 (inf_ptrace_store_register, inf_ptrace_store_registers)
2549 (inf_ptrace_trad_target): New functions.
2550 * Makefile.in (inf-ptrace.o): Update dependencies.
2551
2552 2005-01-09 Mark Kettenis <kettenis@gnu.org>
2553
2554 * configure.ac: Provide prerequisite headers when checking
2555 <link.h>, <sys/proc.h> and <sys/user.h>.
2556 * configure: Regenerate.
2557
2558 2005-01-08 Mark Kettenis <kettenis@gnu.org>
2559
2560 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
2561 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
2562
2563 2005-01-07 Mark Kettenis <kettenis@gnu.org>
2564
2565 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
2566 Don't include "tm-ia64.h".
2567 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
2568 * config/ia64/tm-ia64.h: Remove. Move contents ...
2569 * ia64-tdep.h: ... here. Update copyright year.
2570
2571 2005-01-07 Andrew Cagney <cagney@gnu.org>
2572
2573 * configure.ac: Rename configure.in, require autoconf 2.59.
2574 * configure: Re-generate.
2575
2576 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
2577 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
2578 to configdirs.
2579
2580 * configure.in: Replace configdirs with multiple references to
2581 AC_CONFIG_SUBDIRS.
2582 * configure: Re-generate.
2583
2584 2005-01-05 Andreas Schwab <schwab@suse.de>
2585
2586 * ia64-tdep.c: Include "osabi.h".
2587 (native_find_global_pointer): Delete.
2588 (ia64_find_global_pointer): Renamed from
2589 generic_elf_find_global_pointer.
2590 (FIND_GLOBAL_POINTER): Delete. Change all users to call
2591 ia64_find_global_pointer instead.
2592 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
2593 to ia64_linux_sigcontext_register_address and
2594 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
2595 (_initialize_ia64_tdep): Call gdbarch_register instead of
2596 deprecated register_gdbarch_init.
2597 (struct gdbarch_tdep): Remove find_global_pointer field and move
2598 to ...
2599 * ia64-tdep.h (struct gdbarch_tdep): ... here.
2600 (ia64_linux_sigcontext_register_address): Remove declaration.
2601 (ia64_linux_getunwind_table): Likewise.
2602 (ia64_linux_write_pc): Likewise.
2603 * ia64-linux-tdep.c: Include "osabi.h".
2604 (ia64_linux_sigcontext_register_address): Make static.
2605 (ia64_linux_write_pc): Likewise.
2606 (ia64_linux_init_abi): New.
2607 (_initialize_ia64_linux_tdep): New.
2608 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
2609 $(osabi_h).
2610
2611 2005-01-05 Kevin Buettner <kevinb@redhat.com>
2612
2613 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
2614 functions in ia64-aix-tdep.c.
2615 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
2616 function defined in ia64-aix-tdep.c.
2617 * ia64-aix-tdep.c: Remove file.
2618 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
2619 this list.
2620 * Makefile.in (ia64-aix-tdep.o): Delete.
2621
2622 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2623
2624 Committed by Andrew Cagney.
2625 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
2626 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
2627 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
2628 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
2629 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
2630 * aix-thread.c (_initialize_aix_thread): Get rid of the
2631 deprecated_add_show_from_set call.
2632 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2633 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2634 * command.h (add_setshow_enum_cmd): Add arguments for returning
2635 new list elements.
2636 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
2637 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
2638 add_setshow_enum_cmd.
2639
2640 2005-01-04 Mark Kettenis <kettenis@gnu.org>
2641
2642 * configure.host (ia64-*-aix*): Remove.
2643 * configure.tgt (ia64-*-aix*): Remove.
2644 * config/ia64/aix.mh: Remove file.
2645 * config/ia64/aix.mt: Remove file.
2646 * config/ia64/tm-aix.h: Remove file.
2647 * ia64-aix-nat.c: Remove file.
2648 * Makefile.in (ia64-aix-nat.o): Remove dependency.
2649
2650 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
2651 Add back inf-ptrace.o.
2652
2653 2005-01-04 Andrew Cagney <cagney@gnu.org>
2654
2655 * version.in: Change format from 6.3.50_2005-01-04-cvs to
2656 6.3.50.20050104-cvs.
2657
2658 2005-01-04 Andreas Schwab <schwab@suse.de>
2659
2660 * breakpoint.c (break_command_1): Always free err_msg before
2661 returning when an exception was caught.
2662
2663 2005-01-01 Joel Brobecker <brobecker@gnat.com>
2664
2665 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
2666 in register number for addil instruction.
2667
2668 For older changes see ChangeLog-2004.
2669 \f
2670 Local Variables:
2671 mode: change-log
2672 left-margin: 8
2673 fill-column: 74
2674 version-control: never
2675 End:
This page took 0.103708 seconds and 4 git commands to generate.