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