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