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