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