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