1 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
3 * procfs.c (do_detach): Clear current signal, not just fault.
4 Corrects problem with breakpoint trap signal leaking to detached
7 2002-09-10 Michael Snyder <msnyder@redhat.com>
9 * buildsym.c (finish_block): Protect against null pointer.
11 2002-09-10 Andrew Cagney <cagney@redhat.com>
13 * infcmd.c (default_print_registers_info): Send all output to
14 ``file'' instead of ``gdb_stdout''.
16 2002-09-10 Michael Snyder <msnyder@redhat.com>
18 * mips-tdep.c (mips_extract_struct_value_address): Make val a
19 LONGEST, and use signed register read (addresses are sign-
22 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
24 * event-loop.c (gdb_do_one_event): Make public.
25 * event-loop.h (gdb_do_one_event): Declare.
27 2002-09-10 Jeff Law <law@redhat.com>
29 * infttrace.c (child_resume): Simplify and rework to avoid
32 2002-09-09 Fred Fish <fnf@intrinsity.com>
34 * printcmd.c (print_scalar_formatted): "len" is the number of
35 target bytes, NOT the number of target bits.
37 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
39 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
40 * top.c (init_main): Set rl_terminal_name.
42 2002-09-08 Aidan Skinner <aidan@velvet.net>
44 * ada-lang.c (ada_array_bound, ada_type_match,
45 _initialize_ada_language): Fix K&R definitions.
46 * ada-tasks.c (get_current_task): Fix K&R definitions.
47 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
49 2002-09-07 Christopher Faylor <cgf@redhat.com>
51 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
54 2002-09-06 Mark Kettenis <kettenis@gnu.org>
56 * i386-tdep.c (i386_register_virtual_type,
57 i386_register_convertible, i386_register_convert_to_virtual,
58 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
59 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
60 (i386_gdbarch_init): Fix comment. Add comments on calls that set
61 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
62 Don't set push_arguments twice.
64 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
65 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
66 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
68 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
70 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
72 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
75 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
76 * gdbarch.h, gdbarch.c: Re-generate.
77 * blockframe.c (find_pc_sect_partial_function): Convert to use
78 SIGTRAMP_START_P predicate.
80 2002-09-05 Michael Snyder <msnyder@redhat.com>
82 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
83 generic_dummy_frame method and old method. Also distinguish
84 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
85 (arm_extract_return_value): Use new regcache method.
87 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
88 adjustment that doesn't conform to the ABI.
89 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
90 saved regcache, not from current regcache.
92 2002-09-05 Andrew Cagney <ac131313@redhat.com>
94 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
97 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
99 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
100 if arm_apcs_32 is false.
102 2002-09-04 Andrew Cagney <ac131313@redhat.com>
104 GDB 5.3 branch created.
106 2002-09-03 Theodore A. Roth <troth@verinet.com>
108 * gdb/avr-tdep.c (avr_gdbarch_init): Use
109 generic_unwind_get_saved_register.
111 2002-09-03 David Carlton <carlton@math.stanford.edu>
113 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
114 argument (PR gdb/653). Update call to smash_to_method_type.
115 (read_structure_scope): Update call to dwarf2_add_member_fn.
117 2002-09-03 Michal Ludvig <mludvig@suse.cz>
119 * x86-64-linux-tdep.c: Include gdb_string.h
120 * x86-64-linux-nat.c: Ditto.
122 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
124 * ada-exp.y (yyname, yyrule): Remap global variables that appear
125 when YYDEBUG is set to 1.
128 * jv-exp.y: Likewise.
129 * m2-exp.y: Likewise.
132 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
134 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
136 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
137 solib_svr4_fetch_link_map_offsets to
138 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
139 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
140 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
141 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
142 solib-svr4.o, and solib-legacy.o.
143 * config/i386/tm-nbsd.h: Include solib.h.
145 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
147 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
148 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
149 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
150 comment noting that this needs its own target configuration.
151 * config/i386/nbsd.mt: New file.
152 * config/i386/nbsdaout.mt: Remove.
153 * config/i386/nbsdelf.mt: Ditto.
154 * config/i386/tm-nbsdaout.h: Ditto.
156 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
158 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
159 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
160 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
162 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
163 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
164 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
166 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
168 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
169 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
170 * i386-tdep.h (i386bsd_init_abi): New prototype.
171 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
172 function declaration.
173 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
174 for NetBSD-a.out or NetBSD-ELF.
175 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
176 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
177 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
178 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
180 (i386nbsd_pc_in_sigtramp): New function.
181 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
182 i386nbsd_pc_in_sigtramp.
183 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
184 and i386nbsdelf_init_abi OS ABI handlers.
185 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
186 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
188 2002-09-02 Mark Kettenis <kettenis@gnu.org>
190 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
191 registers if the target really has them.
193 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
195 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
198 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
200 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
202 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
203 (alphanbsd_skip_sigtramp_frame): New functions.
204 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
205 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
206 to alphanbsd_sigcontext_addr.
208 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
210 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
212 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
213 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
215 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
216 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
217 * nbsd-tdep.c: Include gdb_string.h.
218 (nbsd_pc_in_sigtramp): New function.
219 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
220 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
221 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
222 ppcnbsd_pc_in_sigtramp.
223 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
224 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
225 shnbsd_pc_in_sigtramp.
226 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
227 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
228 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
230 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
232 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
234 (insert_breakpoints): set val field of watchpoints if NULL.
237 2002-08-29 Jim Blandy <jimb@redhat.com>
239 * symtab.c (lookup_symbol_aux): In the cases where we find a
240 minimal symbol of an appropriate name and use its address to
241 select a symtab to read and search, use `name' (as passed to us)
242 as the demangled name when searching the symtab's global and
243 static blocks, not the minsym's name.
245 2002-08-29 Keith Seitz <keiths@redhat.com>
247 * stack.c (print_frame_info_base): Always set current_source_symtab
248 and current_source_line.
250 2002-08-29 Donn Terry <donnte@microsoft.com>
252 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
254 2002-08-28 Keith Seitz <keiths@redhat.com>
256 * stack.c (select_frame): Add FIXME concerning selected-frame
258 (select_frame_command): Send selected-frame-level-changed
259 event notification, but only if the level actually changed.
260 (up_silently_base): Add selected-frame-level-changed event
262 (down_silently_base): Likewise.
264 2002-08-28 Andrew Cagney <ac131313@redhat.com>
266 * Makefile.in: Update dependencies for all gdb/*.c files.
268 2002-08-27 Tom Tromey <tromey@redhat.com>
270 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
271 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
273 * i387-tdep.c: Include gdb_string.h.
275 * i386-linux-nat.c: Likewise.
276 * lin-lwp.c: Likewise.
277 * ax-gdb.c: Likewise.
278 * signals/signals.c: Likewise.
279 * jv-valprint.c: Likewise.
280 * p-lang.c: Likewise.
281 * c-valprint.c: Likewise.
282 * cp-abi.c: Likewise.
284 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
286 * cli/cli-script.h (copy_command_lines): Export.
287 * breakpoint.c: Include cli/cli-script.h.
288 * Makefile.in (breakpoint.o): Update dependencies.
290 2002-08-26 Michael Snyder <msnyder@redhat.com>
292 * breakpoint.c (insert_breakpoints): Protect all references
293 to 'process_warning'. Shorten long lines.
295 2002-08-26 Joel Brobecker <brobecker@gnat.com>
297 * cli/cli-script.c (copy_command_lines): New function.
298 * defs.h (copy_command_lines): Export.
299 * testsuite/gdb.base/commands.exp: New tests for commands
300 attached to a temporary breakpoint, and for commands that
301 delete the breakpoint they are attached to.
303 2002-08-26 Michael Snyder <msnyder@redhat.com>
305 * breakpoint.c (bpstat_stop_status): Instead of copying the
306 pointer to the breakpoint commands struct, make a new copy
307 of the struct and point to that.
308 (bpstat_clear): Free the commands struct.
309 (bpstat_clear_actions): Free the commands struct.
310 (bpstat_do_actions): Free the command actions. Also execute
311 the local cleanups, instead of deleting them.
312 (delete_breakpoint): Leave the commands field of the bpstat
313 chain alone -- it will be freed later.
315 2002-08-26 Kevin Buettner <kevinb@redhat.com>
317 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
318 deleted in 2002-08-20 commit. This function is still used by
321 2002-08-26 Keith Seitz <keiths@redhat.com>
323 * gdb-events.sh: Add selected-frame-level-changed event.
324 * gdb-events.c: Regenerated.
325 * gdb-events.h: Regenerated.
327 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
330 * inflow.c (terminal_save_ours): New function to save terminal
332 * inferior.h (terminal_save_ours): Declare.
333 * target.c (debug_to_terminal_save_ours): New function.
334 (cleanup_target): Defaults to_terminal_save_ours.
335 (update_current_target): Inherit to_terminal_save_ours.
336 (setup_target_debug): Set to_terminal_save_ours.
337 * target.h (target_terminal_save_ours): New to save terminal settings.
338 (target_ops): New member to_terminal_save_ours.
339 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
340 * hpux-thread.c (init_hpux_thread_ops): Likewise.
341 * inftarg.c (init_child_ops): Likewise.
342 * m3-nat.c (init_m3_ops): Likewise.
343 * procfs.c (init_procfs_ops): Likewise.
344 * wince.c (init_child_ops): Likewise.
345 * win32-nat.c (init_child_ops): Likewise.
346 * sol-thread.c (init_sol_thread_ops): Likewise.
348 2002-08-26 Mark Kettenis <kettenis@gnu.org>
350 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
351 use regcache_* functions.
352 (i386_gdbarch_init): Set store_return_value instead of
353 deprecated_store_return_value.
355 * regcache.c (regcache_raw_write_signed,
356 regcache_raw_write_unsigned): New functions.
357 * regcache.h (regcache_raw_write_signed,
358 regcache_raw_write_unsigned): New prototypes.
360 2002-08-25 Andrew Cagney <ac131313@redhat.com>
362 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
363 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
364 source file dependencies. Cleanup corresponding generator rules.
366 2002-08-25 Andrew Cagney <ac131313@redhat.com>
368 * regcache.h (register_offset_hack): Declare.
369 (regcache_cooked_read_using_offset_hack): Declare.
370 (regcache_cooked_write_using_offset_hack): Declare.
372 * regcache.c (register_offset_hack): New function.
373 (regcache_cooked_read_using_offset_hack): New function.
374 (regcache_cooked_write_using_offset_hack): New function.
375 (regcache_dump): Check that the registers, according to their
376 offset, are packed hard against each other.
377 (cooked_xfer_using_offset_hack): New function.
379 2002-08-25 Andrew Cagney <ac131313@redhat.com>
381 * regcache.c (struct regcache_descr): Add field register_type.
382 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
384 (init_regcache_descr): Initialize register_type. Pass the descr
385 to init_legacy_regcache_descr. Use register_type instead of
386 REGISTER_VIRTUAL_TYPE.
387 (register_type): New function.
388 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
389 * regcache.h (register_type): Declare.
391 2002-08-25 Andrew Cagney <ac131313@redhat.com>
393 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
394 instead of deprecated_store_return_value. Fix fallout from
395 2002-08-23 Andrew Cagney <cagney@redhat.com>.
397 2002-08-25 Andrew Cagney <ac131313@redhat.com>
399 * regcache.c (max_register_size): New function.
400 (init_legacy_regcache_descr): Ensure that max_register_size is
401 large enough for REGISTER_VIRTUAL_SIZE.
402 * regcache.h (max_register_size): Declare.
404 2002-08-24 Andrew Cagney <ac131313@redhat.com>
406 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
408 (e500_extract_return_value): Change type of valbuf pointer to
411 2002-08-24 Mark Kettenis <kettenis@gnu.org>
413 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
416 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
417 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
418 long long) to prevent compiler warning on 64-bit systems.
420 2002-08-23 Andrew Cagney <cagney@redhat.com>
422 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
423 (DEPRECATED_STORE_RETURN_VALUE): New method.
424 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
425 * gdbarch.h, gdbarch.c: Re-generate.
427 * values.c (set_return_value): Pass current_regcache to
429 * arch-utils.h (legacy_store_return_value): Declare.
430 * arch-utils.c (legacy_store_return_value): New function.
431 (legacy_extract_return_value): Update parameters.
433 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
435 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
436 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
437 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
438 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
439 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
440 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
441 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
442 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
443 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
444 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
446 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
447 * i386-tdep.c (i386_extract_return_value): Update.
448 * arch-utils.c (legacy_extract_return_value): Update.
449 * frv-tdep.c (frv_gdbarch_init): Update.
450 * cris-tdep.c (cris_gdbarch_init): Update.
451 * d10v-tdep.c (d10v_gdbarch_init): Update.
452 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
453 * m68k-tdep.c (m68k_gdbarch_init): Update.
454 * mcore-tdep.c (mcore_gdbarch_init): Update.
455 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
456 * s390-tdep.c (s390_gdbarch_init): Update.
457 * sparc-tdep.c (sparc_gdbarch_init): Update.
458 * sh-tdep.c (sh_gdbarch_init): Update.
459 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
460 * v850-tdep.c (v850_gdbarch_init): Update.
461 * avr-tdep.c (avr_gdbarch_init): Update.
462 * ia64-tdep.c (ia64_gdbarch_init): Update.
463 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
464 * vax-tdep.c (vax_gdbarch_init): Update.
465 * alpha-tdep.c (alpha_gdbarch_init): Update.
466 * arm-tdep.c (arm_gdbarch_init): Update.
467 * mips-tdep.c (mips_gdbarch_init): Update.
468 * i386-tdep.c (i386_gdbarch_init): Update.
470 2002-08-23 Andrew Cagney <ac131313@redhat.com>
472 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
473 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
475 2002-08-24 Mark Kettenis <kettenis@gnu.org>
477 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
480 2002-08-23 Joel Brobecker <brobecker@gnat.com>
482 * infrun.c (handle_inferior_event): Move a comment outside of a
483 function call, in order to avoid indent reformatting this part
484 of the code in an unreadable way.
486 2002-08-23 Grace Sainsbury <graces@redhat.com>
488 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
489 when breakpoints fail. Move general breakpoint error messages to
491 * breakpoint.c (insert_breakpoints): Change warnings when
492 breakpoints are nto inserted to specify the type. Remove call to
493 memory_error when hardware breakpoints can't be inserted. Remove
494 multiple calls to warning so all messages are sent to the user at
496 (delete_breakpoints): Make insert error messsages more explicit.
498 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
500 * ChangeLog: Move gdbserver entries after GDB 5.2 to
503 2002-08-23 Mark Kettenis <kettenis@gnu.org>
505 * i386-tdep.c: Include "objfiles.h".
506 (i386_svr4_init_abi): Set in_solib_call_trampoline and
507 skip_trampoline_code.
508 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
509 (CPLUS_MARKER): Define to '.'.
511 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
513 (linux_corefile_thread_callback): Increase args->num_notes.
514 (linux_make_note_section): Initialize thread_args.num_notes, and
515 use it to determine whether notes for any threads were created.
517 2002-08-23 Donn Terry <donnte@microsoft.com>
519 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
520 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
522 (write_with_trace): Conditionalize out the switch branch handling
523 PCSHOLD if the corresponding macro is not defined. Likewise for
525 This change will be needed by the Interix port.
527 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
529 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
530 write_register wherever possible instead of manipulating the
531 register bytes directly.
532 Assign VALUE_CONTENTS to a variable and use that.
533 The GPR numbers are now dependent on the architecture.
535 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
537 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
539 (skip_prologue): Add support for BookE/e500 instructions.
540 (e500_extract_return_value): New function.
541 (frame_get_saved_regs): Add support for saving ev registers and
543 (e500_store_return_value): New function.
544 (rs6000_gdbarch_init): Move up default intializations of
545 deprecated_extract_return_value and store_return_value. Overwrite
546 init of store_return_value with e500 specific version.
547 Set extract_return_value for e500.
549 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
551 * blockframe.c (generic_call_dummy_register_unwind): Use
552 regcache_cooked_read to catch cases in which the variable is
553 stored in a pseudo register.
555 2002-08-22 Andrew Cagney <cagney@redhat.com>
557 * NEWS: Mention that the i960 has been made obsolete.
558 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
560 (remote-nrom.o): Obsolete target.
561 (remote-nindy.o, i960-tdep.o): Ditto.
562 * remote-nrom.c: Make file obsolete.
563 * remote-nindy.c, remote-vx960.c: Ditto.
564 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
565 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
566 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
567 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
568 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
569 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
570 i960-*-vxworks* obsolete.
571 * MAINTAINERS: Note that the i960 is obsolete.
573 2002-08-21 Corinna Vinschen <vinschen@redhat.com
575 * aix-thread.c (aix_thread_detach): Disable thread debugging on
576 detach to allow reinitialization.
578 2002-08-22 Andrew Cagney <ac131313@redhat.com>
580 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
583 2002-08-22 Jim Blandy <jimb@redhat.com>
585 * coffread.c (coff_symfile_read): Don't try to read the line
586 number table from disk if the image file doesn't have a symbol
587 table; we'll never actually look at the info anyway, and Windows
588 ships DLL's with bogus file offsets for the line number data.
590 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
592 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
595 2002-08-21 Michael Snyder <msnyder@redhat.com>
597 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
598 (MSYMBOL_SIZE): Replace macro with function.
599 (DEFAULT_MIPS_TYPE): Delete unused macro.
600 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
601 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
603 2002-08-21 Jim Blandy <jimb@redhat.com>
605 * valops.c (value_cast): Simplify and correct logic for doing a
606 static cast from a pointer to a base class to a pointer to a
609 2002-08-21 Andrew Cagney <ac131313@redhat.com>
611 * infcmd.c (default_print_registers_info): Replace
613 (registers_info): Use gdbarch_print_registers_info instead of
615 * inferior.h (default_print_registers_info): Replace
617 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
618 (DO_REGISTERS_INFO): Change to a predicate function.
619 * gdbarch.h, gdbarch.c: Regenerate.
621 2002-08-21 Keith Seitz <keiths@redhat.com>
623 * gdb-events.sh: Add target-changed event.
624 * gdb-events.c: Regenerated.
625 * gdb-events.c: Regenerated.
626 * valops.c (value_assign): Add target-changed event notification
627 to inlval_register, lval_memory, and lval_reg_frame_relative.
629 2002-08-21 Joel Brobecker <brobecker@gnat.com>
631 * NEWS: Add an entry regarding the improvement of the next/step
632 operation on Alpha Tru64 multi-processor machines.
634 2002-08-21 Andrew Cagney <ac131313@redhat.com>
636 * Makefile.in: Update dependencies for mi/ cli/ and tui/
638 * Makefile.in: Update all _h macro definitions.
639 * Makefile.in (install-gdbtk): Move to install section.
640 (rdi-share/libangsd.a): Move to end of file.
642 2002-08-19 Andrew Cagney <ac131313@redhat.com>
644 * frame.c (frame_register_unwind): When a register, set addrp to
647 2002-08-20 Michael Snyder <msnyder@redhat.com>
649 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
650 used locally, so move them from the target machine header to here.
651 (mips_set_processor_type, mips_register_name, mips32_next_pc,
652 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
654 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
656 2002-08-20 Andrew Cagney <cagney@redhat.com>
658 * NEWS: Mention that the Apollo line was made obsolete.
659 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
660 m68*-hp-hpux* obsolete.
661 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
662 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
663 * buildsym.c (make_blockvector): Make static.
664 * buildsym.h (make_blockvector): Make extern declaration obsolete.
665 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
666 (ALLDEPFILES): Remove dstread.c.
667 (dstread.o): Obsolete make rule.
668 * dstread.c: Makefile obsolete.
670 * config/m68k/hp300hpux.mt: Ditto.
671 * config/m68k/hp300hpux.mh: Ditto.
672 * config/m68k/hp300bsd.mt: Ditto.
673 * config/m68k/hp300bsd.mh: Ditto.
674 * config/m68k/apollo68b.mt: Ditto.
675 * config/m68k/apollo68v.mh: Ditto.
676 * config/m68k/apollo68b.mh: Ditto.
678 2002-08-20 Michael Snyder <msnyder@redhat.com>
680 * mips-tdep.c (mips_in_return_stub): Make static.
681 (mips_gdbarch_init): Set in_solib_return_trampoline.
682 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
684 2002-08-20 Michael Snyder <msnyder@redhat.com>
686 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
687 * gdbarch.c, gdbarch.h: Regenerate.
688 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
690 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
692 2002-08-20 Michael Snyder <msnyder@redhat.com>
694 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
695 (mips_gdbarch_init): Set skip_trampoline_code,
696 in_solib_call_trampoline.
697 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
698 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
700 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
702 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
704 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
705 vector type for ev registers.
706 (e500_pseudo_register_read): New function.
707 (e500_pseudo_register_write): New function.
708 (e500_dwarf2_reg_to_regnum): New function.
709 (PPC_UISA_NOFP_SPRS): New macro.
710 (PPC_EV_REGS): New macro.
711 (PPC_GPRS_PSEUDO_REGS): New macro.
712 (registers_e500): New register set for e500.
713 (variants): Add e500 variant.
714 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
715 before setting architectural dependent variations. Initialize ev
716 registers numbers. Add case for e500 architecture. Set the
717 number of pseudo registers.
719 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
721 * rs6000-tdep.c: Clean up comments.
723 2002-08-20 Andrew Cagney <cagney@redhat.com>
725 * h8300-tdep.c: Re-indent file.
727 2002-08-20 Jim Blandy <jimb@redhat.com>
729 * Makefile.in (LDFLAGS): Allow the configure script to establish a
732 2002-08-20 Keith Seitz <keiths@redhat.com>
734 * breakpoints.c (watch_command_1): Use internal breakpoint
735 when setting a watchpoint_scope breakpoint.
737 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
739 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
740 (build_builtin_type_vec64i): Ditto.
741 (build_builtin_type_vec128): Ditto.
742 (build_builtin_type_vec128i): Ditto.
744 2002-08-19 Michael Snyder <msnyder@redhat.com>
746 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
747 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
748 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
749 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
750 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
751 CALL_DUMMY_ADDRESS): Delete.
752 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
753 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
754 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
755 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
757 (mips_register_raw_size, mips_eabi_use_struct_convention,
758 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
759 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
760 mips_init_extra_frame_info, mips_eabi_push_arguments,
761 mips_n32n64_push_arguments, mips_push_return_address,
762 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
763 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
765 2002-08-19 Michael Snyder <msnyder@redhat.com>
767 * mips-tdep.c (mips_frame_num_args): New function.
768 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
769 frame_saved_pc, frame_args_address, frame_locals_address,
770 frame_num_args, and frame_args_skip.
771 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
772 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
773 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
774 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
776 2002-08-20 Michael Snyder <msnyder@redhat.com>
778 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
779 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
780 * mips-tdep.c (mips_store_struct_return): New function.
781 (mips_extract_struct_value_address): New function.
782 (mips_gdbarch_init): Set store_struct_return and
783 extract_struct_value_address.
785 2002-08-20 David Carlton <carlton@math.stanford.edu>
787 * dwarf2read.c (dwarf2_build_psymtabs): Check that
788 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
789 (read_file_scope): Check that line_header is nonzero before
790 decoding macro information.
792 2002-08-20 Mark Kettenis <kettenis@gnu.org>
794 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
795 flag the general-purpose registers as floating-point on targets
796 that don't support the floating-point registers.
798 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
800 * rs6000-tdep.c (altivec_register_p): Delete.
801 (rs6000_do_altivec_registers): Delete.
802 (rs6000_altivec_registers_info): Delete.
803 (rs6000_do_registers_info): Delete.
804 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
805 (rs6000_gdbarch_init): Remove setting of do_registers_info.
807 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
809 * infcmd.c (do_registers_info): Print vector registers in hex
811 (print_vector_info): Check that printing registers
813 (print_float_info): Ditto.
815 2002-08-20 Andrew Cagney <ac131313@redhat.com>
817 * mips-tdep.c (mips_gdbarch_init): Update.
818 (mips_o32_extract_return_value): Rewrite.
819 (mips_o32_store_return_value): Rewrite.
820 (mips_o32_xfer_return_value): New function.
821 (mips_xfer_register): Tweak debug print message. Allow for
822 buf_offset when dumping the value transfered.
824 2002-08-20 Andrew Cagney <ac131313@redhat.com>
826 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
827 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
828 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
829 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
830 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
832 2002-08-14 Michael Snyder <msnyder@redhat.com>
834 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
836 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
838 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
840 (P): New macro to define a register as a pseudo register.
841 (R, R4, R8, R16, FR32, R64, R0): Updated.
842 (struct variant): Add new fields for number of pseudo registers
843 and number of total registers.
844 (tot_num_registers): New macro replacing....
845 (num_registers): ...deleted macro.
846 (num_registers): New function.
847 (num_pseudo_registers): New function.
848 (variants): Update all variants to intialize new fields correctly.
849 Postpone initialization of number of pseudo regs and real regs.
850 (init_variants): New function.
851 (rs6000_gdbarch_init): Initialize variants. Update calculation of
854 2002-08-19 David Carlton <carlton@math.stanford.edu>
856 * valops.c (search_struct_field): Change error message to treat
857 return value of 0 from value_static_field as meaning that field is
859 (value_struct_elt_for_reference): Ditto.
860 * values.c (value_static_field): Treat an unresolved location the
861 same as a nonexistent symbol. Fix PR gdb/635.
862 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
863 enclosed. Fix PR gdb/574.
864 * MAINTAINERS: Add self to Write After Approval list.
866 2002-08-19 Andrew Cagney <ac131313@redhat.com>
868 * mips-tdep.c (mips_xfer_register): New function.
869 (mips_n32n64_extract_return_value): Rewrite.
870 (mips_gdbarch_init): For N32 and N64, set extract_return_value
871 instead of deprecated_extract_return_value.
873 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
875 * rs6000-tdep.c (TDEP): Delete macro.
876 (branch_dest): Replace use of TDEP macro with its body.
877 (rs6000_pop_frame): Ditto.
878 (rs6000_push_arguments): Ditto.
879 (rs6000_skip_trampoline_code): Ditto.
880 (rs6000_frame_saved_pc): Ditto.
881 (rs6000_frame_chain): Ditto.
882 (rs6000_register_name): Ditto.
883 (rs6000_register_byte): Ditto.
884 (rs6000_register_raw_size): Ditto.
885 (rs6000_register_virtual_type): Ditto.
886 (rs6000_register_convertible): Ditto.
887 (rs6000_convert_from_func_ptr_addr): Ditto.
889 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
891 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
893 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
894 MIPS_LINUX_JB_ELEMENT_SIZE.
895 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
896 for MAX_REGISTER_RAW_SIZE arrays.
897 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
898 MIPS_LINUX_JB_ELEMENT_SIZE.
900 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
902 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
904 2002-08-19 Aidan Skinner <aidan@velvet.net>
906 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
907 ada-valprint.c ada-tasks.c.
908 (YYFILES): Add ada-exp.y.
909 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
910 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
911 (ada-exp.tab.o): New target.
913 2002-08-18 Andrew Cagney <ac131313@redhat.com>
915 * regcache.c (regcache_xfer_part): New function.
916 (regcache_raw_read_part): New function.
917 (regcache_raw_write_part): New function.
918 (regcache_cooked_read_part): New function.
919 (regcache_cooked_write_part): New function.
920 * regcache.h (regcache_raw_read_part): Declare.
921 (regcache_raw_write_part): Declare.
922 (regcache_cooked_read_part): Declare.
923 (regcache_cooked_write_part): Declare.
925 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
927 * remote.c (remote_open_1): Add async_p.
928 (remote_async_open_1): Delete.
929 (open_remote_target): Delete.
930 (remote_open, extended_remote_open): Update calls to remote_open_1.
931 (remote_async_open, extended_remote_async_open): Call
932 remote_open_1 instead of remote_async_open_1.
934 2002-08-19 Mark Kettenis <kettenis@gnu.org>
936 * blockframe.c: Fix a few coding standard violations.
938 2002-08-19 Mark Kettenis <kettenis@gnu.org>
940 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
942 * config/i386/tm-i386sco5.h: ... here. File removed.
943 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
945 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
946 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
947 (TM_FILE): Set to tm-i386.h.
948 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
949 * config/i386/tm-i386v.h: Remove file.
950 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
951 instead of "i386/tm-i386v.h".
952 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
953 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
955 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
956 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
959 2002-08-18 Mark Kettenis <kettenis@gnu.org>
961 * config/i386/nm-i386v.h: Add protection against
963 (i386_register_u_addr): Remove prototype.
964 (register_u_addr): New prototype.
965 (REGISTER_U_ADDR): Redefine accordingly.
966 * i386v-nat.c: Improve several comments.
967 (i386_register_u_addr): Change signature and rename to
968 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
971 2002-08-18 Andrew Cagney <ac131313@redhat.com>
973 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
974 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
975 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
976 deprecated_extract_return_value.
977 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
978 rename mips_o32o64_push_arguments.
979 (mips_gdbarch_init): Update.
980 (mips_extract_return_value): Delete.
981 (mips_o32_extract_return_value): Clone mips_extract_return_value.
982 (mips_o64_extract_return_value): Clone mips_extract_return_value.
983 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
984 (mips_n32n64_extract_return_value): Clone
985 mips_extract_return_value.
986 (mips_store_return_value): Delete.
987 (mips_o32_store_return_value): Clone mips_store_return_value.
988 (mips_o64_store_return_value): Clone mips_store_return_value.
989 (mips_eabi_store_return_value): Clone mips_store_return_value.
990 (mips_n32n64_store_return_value): Clone mips_store_return_value.
992 2002-08-18 Aidan Skinner <aidan@velvet.net>
994 * ada-lang.c: Use gdb_string.h instead of <string.h>.
995 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
997 2002-08-18 Aidan Skinner <aidan@velvet.net>
999 * ada-lang.c: Run through gdb_indent.sh.
1000 * ada-lang.h: Run through gdb_indent.sh.
1001 * ada-tasks.c: Run through gdb_indent.sh.
1002 * ada-typeprint.c: Run through gdb_indent.sh.
1003 * ada-valprint.c: Run through gdb_indent.sh.
1005 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1007 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1010 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1012 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1014 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1015 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1017 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1018 write_register_gen instead of write_register_bytes.
1020 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1021 i[3456]-*-osf1mk* configurations have been made obsolete.
1022 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1023 i[3456]86-*-osf1mk* hosts obsolete.
1024 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1026 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1027 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1028 config/i386/i386m3.mt, config/i386/nm-m3.h,
1029 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1030 config/i386/i386mk.mh, config/i386/i386mk.mt,
1031 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1033 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1034 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1035 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1037 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1039 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1040 (hppa_value_returned_from_stack): Declare.
1041 (hppa_extract_return_value): Declare.
1042 * config/pa/hppa.mt: New file.
1043 * configure.tgt: Recognize hppa*-*-*.
1044 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1046 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1048 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1051 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1053 * top.c (gdb_rl_operate_and_get_next): Make sure
1054 operate-and-get-next functions correctly even when the history
1055 list is completely filled.
1057 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1059 * MAINTAINERS (Target Instruction Set Architectures): Rename
1060 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1061 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1062 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1063 already listed under Host/Native.
1065 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1066 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1069 2002-08-17 Andrew Cagney <ac131313@redhat.com>
1071 * config/ia64/ia64.mt: New file.
1072 * config/alpha/alpha.mt: New file.
1073 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1074 ia64-linux-gnu. Mention that ia64-elf is broken.
1075 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1077 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1079 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1080 generic_func_frame_valid instead of func_frame_valid.
1082 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1084 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1085 procfs appears to be broken when debugging on multi-processor
1086 machines. So enable software single stepping in order to avoid
1087 using the procfs interface to do next/step operations, using
1088 internal breakpoints instead.
1090 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1091 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1092 make this pc address equal to the value it would have if the
1093 system stepping capability was used. Also set a new flag used
1094 to ensure that we don't readjust the PC one more time later.
1096 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1097 address by DECR_PC_AFTER_BREAK when software single step is
1098 in use for this architecture, as this has already been taken
1099 care of in handle_inferior_event().
1101 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1103 * infrun.c (handle_inferior_event): Minor reformatting, to make
1104 a rather long condition expression easier to read.
1106 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1108 * Makefile.in (gdbtk.o): Move to end of file.
1109 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1110 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1111 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1112 (gdbtk-wrapper.o, gdbres.o): Ditto.
1114 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1116 * Makefile.in (copying.o): Separate out compile rule.
1117 (hpux-thread.o, procfs.o, signals.o): Ditto.
1118 (v850ice.o, z8k-tdep.o): Ditto.
1119 (tui-file.o): Move to TUI section.
1120 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1121 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1123 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1125 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1126 skip_trampoline_code, for better namespace-proofing.
1128 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1130 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1132 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1134 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1136 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1137 signal, check whether we hit a breakpoint before checking for a
1138 single step breakpoint. Otherwise, GDB fails to notice that a
1139 breakpoint has been hit when stepping onto a breakpoint.
1141 2002-08-16 Keith Seitz <keiths@redhat.com>
1143 * gdb-events.sh (clear_gdb_event_hooks): New function.
1144 * gdb-events.c: Regenerate.
1145 * gdb-events.h: Regenerate.
1147 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1149 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1150 not_a_sw_breakpoint.
1151 * breakpoint.h (bpstat_stop_status): Add parameter names.
1153 2002-08-16 Grace Sainsbury <graces@redhat.com>
1155 * remote.c (remote_insert_hw_breakpoint)
1156 (remote_remove_hw_breakpoint): Fix calculation of length field
1159 2002-08-15 Michael Snyder <msnyder@redhat.com>
1161 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1162 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1163 (supply_fpregset): Ditto.
1165 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1166 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1167 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1168 (TARGET_READ_SP): Delete.
1169 (DO_REGISTERS_INFO): Delete.
1170 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1172 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1173 from macros to functions.
1175 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1176 (mips_register_convertible, mips_register_convert_to_virtual,
1177 mips_register_convert_to_raw): Make static.
1178 (mips_read_sp): New function.
1179 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1180 (mips_do_registers_info): Make static.
1181 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1182 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1183 (mips_register_convert_from_type, mips_register_convert_to_type):
1185 (mips_gdbarch_init): Set up function_start_offset,
1186 register_virtual_size, pc_in_sigtramp.
1188 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1190 * infcmd.c (vector_info): New function.
1191 (_initialize_infcmd): Add command "info vector".
1192 (print_vector_info): New function.
1194 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1195 * gdbarch.h, gdbarch.c: Regenerate.
1197 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1199 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1200 ``print_all''. Only print vector registers when ``print_all''.
1202 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1204 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1205 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1207 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1208 Add `args' parameter.
1209 * gdbarch.h, gdbarch.c: Regenerate.
1211 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1213 * infcmd.c (float_info): Call print_float_info.
1214 (print_float_info): New function. By default, print the
1215 floating-point registers.
1217 * arch-utils.h (default_print_float_info): Delete declaration.
1218 * arch-utils.c (default_print_float_info): Delete function.
1220 2002-08-16 Mark Kettenis <kettenis@gnu.org>
1222 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1225 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1228 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1229 * configure.host: Make i[3456]86-*-aix host obsolete.
1230 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1231 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1232 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1233 config/i386/xm-i386aix.h: Make files obsolete.
1234 * i386aix-nat.c: Make file obsolete.
1235 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1236 (i386aix-nat.o): Make target obsolete.
1238 * config/i386/nm-gnu.h: Removed.
1239 * config/i386/nm-i386gnu.h: New file.
1240 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1241 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1243 * config/i386/tm-i386gnu.h: ... here. Removed.
1244 * config/i386/xm-i386gnu.h: Removed.
1245 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1246 (NAT_FILE): Set to nm-i386gnu.h.
1247 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1248 * i386-tdep.c: New file.
1249 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1250 (i386gnu-tdep.o): Specify dependencies.
1252 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1254 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1255 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1256 Adjust a few comments to reflect reality a bit closer.
1257 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1258 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1259 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1260 target_insert_watchpoint, target_remove_watchpoint):
1262 * config/i386/nm-i386sco5.h: ... here.
1263 (kernel_u_size): Add prototype. Improve a few comments and add
1264 protection against multiple inclusion.
1266 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1269 * uw-thread.c (SP_ARG0): Define if not already defined.
1270 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1272 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1274 * config/i386/tm-i386.h: Don't include "regcache.h".
1276 * i387-tdep.h (i387_print_float_info): New prototype.
1277 * i387-tdep.c (print_i387_value, print_i387_ext,
1278 print_i387_status_word, print_i387_control_word): Add `struct
1279 ui_file *' argument and use it for output.
1280 (i387_print_float_info): Renamed from i387_float_info. Add
1281 `struct gdbarch *' and `struct ui_file *' arguments and use the
1283 * i386-tdep.c: Include "i387-tdep.h".
1284 (i386_gdbarch_init): Set print_float_info.
1285 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1286 (FLOAT_INFO): Remove define.
1288 2002-08-13 Michael Snyder <msnyder@redhat.com>
1290 * mips-tdep.c (mips_push_arguments): Rename to
1291 mips_eabi_push_arguments, and tune for EABI.
1292 (MIPS_REGS_HAVE_HOME_P): Delete.
1293 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1294 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1295 Delete references to mips_regs_have_home_p.
1297 2002-08-14 Keith Seitz <keiths@redhat.com>
1299 * Makefile.in (install-gdbtk): Create insight plugin directory.
1300 Install plugins.tcl file.
1302 2002-08-14 Keith Seitz <keiths@redhat.com>
1304 * configure.in: Move SUBDIRS to near top of the file so that
1305 --enable options may add things to it.
1306 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1307 * configure: Regenerate.
1309 2002-08-13 Michael Snyder <msnyder@redhat.com>
1311 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1312 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1313 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1315 2002-08-13 Andrew Cagney <ac131313@redhat.com>
1317 * vax-tdep.c (vax_get_saved_register): Delete function.
1318 (vax_gdbarch_init): Update.
1319 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1320 (ns32k_gdbarch_init): Update.
1321 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1322 (alpha_gdbarch_init): Update.
1324 2002-08-13 Andrew Cagney <cagney@redhat.com>
1326 * regcache.c (init_regcache_descr): Overallocate the
1327 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1328 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1330 (set_register_cached): Add range checking assertions. Use
1333 2002-08-13 Mark Kettenis <kettenis@gnu.org>
1335 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1336 numbers for MMX registers.
1338 2002-08-13 Andrew Cagney <cagney@redhat.com>
1340 * i386-tdep.c (i386_gdbarch_init): Use
1341 generic_unwind_get_saved_register.
1343 2002-08-13 Kevin Buettner <kevinb@redhat.com>
1345 * procfs.c (procfs_can_use_hw_breakpoint): New function.
1346 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1348 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1349 Delete. Add comment regarding this now-deleted target method.
1351 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1353 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1354 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1355 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1356 real PC and the page number (if it's within the memory bank window).
1357 (m68hc11_pseudo_register_write): Likewise when saving.
1358 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1359 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1360 (m68hc11_register_raw_size): And use 32-bit for it.
1361 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1362 16K memory bank is used by the prog; also use the virtual pc.
1364 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1366 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1367 (m68hc11_gdbarch_init): Install it in gdbarch.
1368 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1369 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1370 (MSYMBOL_SIZE): New for documentation.
1371 (insn_return_kind): Enum to specify how a function returns.
1372 (frame_extra_info): Cleanup and record the return mode.
1373 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
1374 register in address computation.
1375 (m68hc11_get_return_insn): New to obtain the return instruction used
1377 (m68hc11_frame_init_saved_regs): Take into account the return
1378 instruction used by the function for far and interrupt functions.
1379 (m68hc11_init_extra_frame_info): Take into account page register.
1380 (m68hc11_frame_args_address): Adjust according to the return mode.
1381 (show_regs): Print page register only when it's used.
1383 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1385 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1386 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1387 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1389 (m68hc11_register_raw_size): Likewise.
1391 2002-08-13 Andrew Cagney <cagney@redhat.com>
1393 * i386-tdep.c (i386_register_name): Handle mmx registers.
1394 (mmx_regnum_p): New function.
1395 (i386_mmx_names): New array.
1396 (mmx_num_regs): New variable.
1397 (i386_pseudo_register_read): New function.
1398 (i386_pseudo_register_write): New function.
1399 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1401 * regcache.c (regcache_raw_read_unsigned): New function.
1402 (regcache_raw_read_signed): New function.
1403 * regcache.h (regcache_raw_read_unsigned): Declare.
1404 (regcache_raw_read_signed): Declare.
1406 2002-08-13 Andrew Cagney <cagney@redhat.com>
1408 * regcache.c (regcache_raw_read_as_address): Delete function.
1409 (regcache_cooked_read_signed): New function.
1410 (regcache_cooked_read_unsigned): New function.
1411 * regcache.h (regcache_cooked_read_signed): Declare.
1412 (regcache_cooked_read_unsigned): Declare.
1413 (regcache_raw_read_as_address): Delete declaration.
1415 * blockframe.c (generic_read_register_dummy): Use
1416 regcache_cooked_read_unsigned.
1417 * i386-tdep.c (i386_extract_struct_value_address): Use
1418 regcache_cooked_read_unsigned.
1420 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1422 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1423 double sizes according to ELF ABI flags.
1424 (gdbarch_tdep): Record elf_flags.
1426 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1428 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1429 (m6812_prolog): They can appear in 68HC12 function prologue.
1430 (m68hc11_frame_chain): Cleanup.
1432 2002-08-12 Andrew Cagney <cagney@redhat.com>
1434 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1436 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1437 (i386_linux_register_raw_size): Delete function.
1438 (i386_linux_init_abi): Update.
1439 * i386-tdep.c (i386_register_raw_size): Delete function.
1440 (i386_register_byte): Delete function.
1441 (i386_gdbarch_init): Update.
1442 (i386_register_size): Delete array.
1443 (i386_register_offset): Delete array.
1445 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1446 (REGISTER_RAW_SIZE): Delete macro.
1447 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1448 (REGISTER_BYTE): Delete macro.
1450 2002-08-11 Aidan Skinner <aidan@velvet.net>
1452 * ada-lang.c (ada_lookup_partial_symbol)
1453 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1454 prototype names so that grep ^func works properly.
1456 * ada-lang.c (ada_array_element_type)
1457 (ada_lookup_partial_symbol): Fix typos in parameter list.
1459 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1460 Fix prototype names so that grep ^func works properly.
1462 2002-08-10 Andrew Cagney <cagney@redhat.com>
1463 Elena Zannoni <ezannoni@redhat.com>
1464 Martin M. Hunt <hunt@redhat.com>
1466 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1467 (build_builtin_type_vec128i): Set the vector bit.
1468 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1469 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1470 (build_builtin_type_vec64): New function.
1471 (build_builtin_type_vec64i): New function.
1472 (build_gdbtypes): Initialize builtin_type_vec64 and
1473 builtin_type_vec64i.
1475 2002-08-09 Andrew Cagney <cagney@redhat.com>
1477 * regcache.c (regcache_dump): Compare the register offset
1479 * arch-utils.c (generic_register_byte): New function.
1480 * arch-utils.h (generic_register_byte): Declare.
1481 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1482 * gdbarch.h, gdbarch.c: Regenerate.
1484 2002-08-09 Andrew Cagney <cagney@redhat.com>
1486 * regcache.c: Include "gdbcmd.h"
1487 (_initialize_regcache): Add commands "maintenance print
1488 registers", "maintenance print raw-registers" and "maintenance
1489 print cooked-registers".
1490 (enum regcache_dump_what): Define.
1491 (dump_endian_bytes): New function.
1492 (regcache_dump): New function.
1493 (regcache_print): New function.
1494 (maintenance_print_registers): New function.
1495 (maintenance_print_raw_registers): New function.
1496 (maintenance_print_cooked_registers): New function.
1497 * Makefile.in (regcache.o): Update dependencies.
1499 2002-08-09 Michael Snyder <msnyder@redhat.com>
1501 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1502 (mips_push_arguments): Correct some comments. Use paddr_nz
1503 for printing addresses in debug output. Replace static
1504 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1505 (mips_n32n64_push_arguments): New function, cloned from
1506 mips_push_arguments and tuned for the n32/n64 ABI.
1507 (mips_push_register): Buffer needs dynamic allocation.
1508 (mips_print_register): Ditto.
1509 (do_gp_register_row): Ditto.
1510 (mips_store_return_value): Ditto.
1511 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1513 2002-08-09 Don Howard <dhoward@redhat.com>
1515 * memattr.c (mem_info_command): Print special case of upper bound
1516 as max CORE_ADDR + 1.
1518 2002-08-08 Michael Snyder <msnyder@redhat.com>
1520 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1521 returns structs by ref if they're too big to fit in two registers.
1523 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1525 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1527 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1528 mips_find_saved_regs().
1529 (mips_pop_frame): Likewise.
1531 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1533 * blockframe.c (frame_saved_regs_register_unwind): Revise
1534 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1537 2002-08-09 Grace Sainsbury <graces@redhat.com>
1539 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1540 T-packets; the 'a' is not taken as a register number.
1541 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1542 (remote_stopped_data_address): New functions; add to target
1544 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1545 prototypes to match other implementations of this
1546 function. replace integer argument with pointer -- the length
1547 field in the Z-packet is the length of what is pointed to or 1 if
1548 pointer is null. Add to target vector.
1549 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1553 * remote.c (remote_wait): Add support to extract optional
1554 watchpoint information from T-packet. Ignore unrecognized
1555 optional info in T-packet.
1556 (remote_async_wait): Ditto.
1558 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
1560 * cli/cli-dump.c: Change fopen modes to use binary open modes
1561 as defined in include/fopen-bin.h throughout.
1563 2002-08-08 Michael Snyder <msnyder@redhat.com>
1565 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1567 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1569 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1570 assertion failure by returning early after a warning.
1572 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1574 * mips-tdep.c (mips_find_saved_regs): Make static.
1575 (mips_frame_init_saved_regs): New function.
1576 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1577 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1578 (mips_find_saved_regs): Delete declaration.
1580 2002-08-08 Grace Sainsbury <graces@redhat.com>
1582 * remote.c (remote_wait, remote_async_wait): Change
1583 thread_num from int to ULONGEST.
1584 (unpack_varlen_hex): Change result parameter from
1585 int * to ULONGEST *.
1587 2002-08-08 Andrew Cagney <ac131313@redhat.com>
1589 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1590 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1592 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1594 2002-08-08 Andrew Cagney <cagney@redhat.com>
1596 * gcore.c (override_derive_stack_segment): Delete variable.
1597 (preempt_derive_stack_segment): Delete function.
1598 (derive_stack_segment): Delete function.
1599 (default_derive_stack_segment): Renamed to derive_stack_segment.
1600 (override_derive_heap_segment): Delete variable.
1601 (preempt_derive_heap_segment): Delete function.
1602 (derive_heap_segment): Delete function.
1603 (default_derive_heap_segment): Rename to derive_heap_segment.
1605 2002-08-06 Michael Snyder <msnyder@redhat.com>
1607 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1608 * mips-tdep.c (mips_EABI_use_struct_convention,
1609 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1610 New functions. (mips_use_struct_convention): Delete.
1611 (mips_gdbarch_init): set use_gdbarch_convention.
1613 2002-08-06 Michael Snyder <msnyder@redhat.com>
1615 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1616 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1617 mips_o32_reg_struct_has_addr): New functions.
1618 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1620 2002-08-07 Andrew Cagney <ac131313@redhat.com>
1622 * regcache.c (pseudo_register): Delete function.
1623 (fetch_register): Delete function.
1624 (store_register): Delete function.
1625 (regcache_raw_read, legacy_read_register_gen): Use
1626 target_fetch_registers instead of fetch_register.
1627 (legacy_write_register_gen, regcache_raw_write): Use
1628 target_store_register instead of store_register.
1629 (write_register_bytes): Ditto.
1631 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1632 (STORE_PSEUDO_REGISTER): Delete.
1633 * gdbarch.h, gdbarch.c: Regenerate.
1635 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
1637 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1638 write dump file binary.
1640 2002-08-05 Michael Snyder <msnyder@redhat.com>
1642 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1643 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1644 (mips_gdbarch_init): Set N32 target to be mips64.
1646 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1648 * frame.c (find_saved_register): Break out of loop once saved
1649 register address is found. Don't mention sparc in loop comment
1652 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1654 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1655 mips_default_saved_regsize to 8.
1657 2002-08-06 Andrew Cagney <ac131313@redhat.com>
1659 * gcore.c: Do not include <sys/procfs.h>.
1660 * Makefile.in (gcore.o): Update dependencies.
1662 2002-08-06 Andrew Cagney <cagney@redhat.com>
1664 * configure.tgt: Make arc-*-* obsolete.
1665 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1666 * MAINTAINERS: Make arc-elf obsolete.
1667 * arc-tdep.c: Make file obsolete.
1668 * config/arc/arc.mt: Ditto.
1669 * config/arc/tm-arc.h: Ditto.
1671 2002-08-05 Theodore A. Roth <troth@verinet.com>
1673 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1675 2002-08-05 Andrew Cagney <ac131313@redhat.com>
1677 * mcore-tdep.c (mcore_gdbarch_init): Use
1678 generic_unwind_get_saved_register instead of
1679 generic_get_saved_register.
1680 * v850-tdep.c (v850_gdbarch_init): Ditto.
1681 * frv-tdep.c (frv_gdbarch_init): Ditto.
1682 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1683 * s390-tdep.c (s390_gdbarch_init): Ditto.
1684 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1685 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1686 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1688 2002-08-05 Joel Brobecker <brobecker@gnat.com>
1690 * objfiles.h: Add missing #include "symfile.h"
1692 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1694 2002-08-04 Andrew Cagney <ac131313@redhat.com>
1696 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1697 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1700 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
1702 * NEWS: Cleanup and nitpick.
1704 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1706 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1708 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1710 * Makefile.in (gdbtk-bp.o): Update dependencies.
1711 (gdbtk-register.o): Ditto.
1712 (gdbtk-varobj.o): Ditto.
1714 2002-08-03 Andrew Cagney <cagney@redhat.com>
1716 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1717 m68hc11_fetch_pseudo_register.
1718 (m68hc11_pseudo_register_write): Replace
1719 m68hc11_store_pseudo_register.
1720 (m68hc11_gdbarch_init): Update.
1722 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1724 * gdbarch.sh: Include "gdb_string.h".
1725 * gdbarch.c: Regenerate.
1727 * regcache.c: Include "gdb_string.h".
1728 * ax-general.c: Ditto.
1730 * std-regs.c: Ditto.
1731 * fbsd-proc.c: Ditto.
1734 * Makefile.in (regcache.o): Update dependencies.
1735 (thread.o, gdbarch.o): Ditto.
1736 (ax-general.o, gdbarch.o): Ditto.
1737 (varobj.o, std-regs.o): Ditto.
1738 (fbsd-proc.o): Specify dependencies.
1740 2002-08-02 Andrew Cagney <cagney@redhat.com>
1742 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1744 (regcache_cooked_write): Ditto.
1746 2002-08-02 Andrew Cagney <ac131313@redhat.com>
1748 * regcache.c (regcache_cooked_read): New function.
1749 (regcache_cooked_write): New function.
1750 (read_register_gen): Rewrite using regcache_cooked_read.
1751 (write_register_gen): Rewrite using regcache_cooked_write.
1753 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1756 2002-08-02 Andrew Cagney <cagney@redhat.com>
1758 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1759 Replace the architecture methods register_read and register_write.
1760 * gdbarch.h, gdbarch.c: Regenerate.
1761 * regcache.c (init_regcache_descr): Update.
1762 (read_register_gen): Update.
1763 (write_register_gen): Update.
1764 (supply_register): Update comment.
1766 * sh-tdep.c (sh_gdbarch_init): Update.
1767 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1768 `regcache' and `gdbarch' parameters. Make `buffer' a void
1769 pointer. Update code.
1770 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1771 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1772 void pointer. Update code.
1773 (sh64_register_write): Delete.
1774 (sh4_register_read): Delete.
1775 (sh64_register_read): Delete.
1776 (sh4_register_write): Delete.
1777 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1778 void pointer, `to' parameter a void pointer.
1779 (sh_sh64_register_convert_to_raw): Ditto.
1781 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1783 * mips-tdep.c (mips_register_virtual_type): Use architecture
1784 invariant return values.
1786 2002-08-01 Andrew Cagney <cagney@redhat.com>
1788 * linux-proc.c: Include "gdb_string.h".
1789 * Makefile.in (linux-proc.o): Update dependency list.
1791 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1793 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1796 2002-08-01 Grace Sainsbury <graces@redhat.com>
1798 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1799 to_insert_watchpoint, to_remove_watchpoint,
1800 to_stopped_by_watchpoint, to_stopped_data_address,
1801 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1802 target vecctor. Define their corresponding macros so they call
1805 * target.c: Add default and debug versions of for
1806 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1807 to_insert_watchpoint, to_remove_watchpoint,
1808 to_stopped_by_watchpoint, to_stopped_data_address,
1809 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1811 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1813 * mips-tdep.c (mips_register_virtual_type): New function.
1814 (mips_gdbarch_init): Register mips_register_virtual_type()
1815 with gdbarch machinery.
1816 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1817 this file instead of tm-bigmips.h.
1818 (MIPS_REGSIZE): Delete this macro.
1819 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1820 multiarch version in mips-tdep.c will be found.
1822 2002-08-01 Andrew Cagney <cagney@redhat.com>
1824 * NEWS: Menion that CHILL has been made obsolete.
1826 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1827 * stabsread.c (read_range_type): Ditto.
1828 * gdbtypes.h: Ditto.
1829 * language.c (binop_type_check): Ditto.
1830 (binop_result_type): Ditto.
1831 (integral_type): Ditto.
1832 (character_type): Ditto.
1833 (string_type): Ditto.
1834 (boolean_type): Ditto.
1835 (structured_type): Ditto.
1836 (lang_bool_type): Ditto.
1837 (binop_type_check): Ditto.
1838 * language.h (_LANG_chill): Ditto.
1839 * dwarfread.c (set_cu_language): Ditto.
1840 * dwarfread.c (CHILL_PRODUCER): Ditto.
1841 * dwarfread.c (handle_producer): Ditto.
1842 * expression.h (enum exp_opcode): Ditto.
1843 * eval.c: Ditto for comments.
1844 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1845 * expprint.c (print_subexp): Ditto.
1846 (print_subexp): Ditto.
1847 * valops.c (value_cast): Ditto.
1848 (search_struct_field): Ditto.
1849 * value.h (COERCE_VARYING_ARRAY): Ditto.
1850 * symfile.c (init_filename_language_table): Ditto.
1851 (add_psymbol_with_dem_name_to_list): Ditto.
1852 * valarith.c (value_binop): Ditto.
1854 * valops.c (value_slice): Ditto.
1855 * symtab.h (union language_specific): Ditto.
1856 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1857 (SYMBOL_DEMANGLED_NAME): Ditto.
1858 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1859 * defs.h (enum language): Ditto.
1860 * symtab.c (got_symtab): Ditto.
1861 * utils.c (fprintf_symbol_filtered): Ditto.
1863 * ch-typeprint.c: Make file obsolete.
1864 * ch-valprint.c: Make file obsolete.
1865 * ch-lang.h: Make file obsolete.
1866 * ch-exp.c: Make file obsolete.
1867 * ch-lang.c: Make file obsolete.
1869 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1871 (TARGET_FLAGS_TO_PASS): Ditto.
1872 (CHILLFLAGS): Obsolete.
1874 (CHILL_FOR_TARGET): Obsolete.
1875 (CHILL_LIB): Obsolete.
1876 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1878 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1879 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1881 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1884 2002-07-31 Joel Brobecker <brobecker@gnat.com>
1886 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1887 This does not change anything at the moment, but will be helpful
1888 later when full Ada support is integrated.
1890 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1892 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1895 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1897 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1898 and save it in a local variable. Use variable in later test.
1900 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1902 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1903 test. (Thanks to Daniel Jacobowitz.)
1905 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1907 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1908 (mips_abi_strings): Add "n64".
1909 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1911 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1913 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1914 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1916 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1918 * utils.c (host_pointer_to_address, address_to_host_pointer):
1919 Use gdb_assert() instead of explicit call to internal_error().
1921 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1923 * Makefile.in (rs6000-nat.o): Update dependencies.
1925 From Nicholas Duffek:
1926 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1927 (aix-thread.o): New rule.
1928 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1929 * config/powerpc/aix432.mh: New file.
1931 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1933 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1934 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1935 (fetch_core_registers, ppc_linux_supply_gregset)
1936 (ppc_linux_supply_fpregset): New functions.
1937 (ppc_linux_regset_core_fns): New.
1938 (_initialize_ppc_linux_tdep): Call add_core_fns.
1939 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1940 and ppc_linux_supply_gregset.
1941 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1942 (supply_fpregset): Call ppc_linux_supply_fpregset.
1943 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1945 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1947 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1949 * symtab.c (lookup_symbol): Demangle before lowercasing.
1951 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1953 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1955 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1956 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1957 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1958 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1960 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1961 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1962 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1963 (avr-tdep.o, mon960-rom.o): Ditto.
1964 (aout_stabs_gnu_h): Define.
1965 (symtab_h): Remove $(gdb_obstack_h).
1967 2002-07-30 Jim Blandy <jimb@redhat.com>
1969 Patch from David Carlton <carlton@math.stanford.edu>:
1970 * gdbinit.in: Move the `dir' commands that add GDB's own source
1971 directory to the search path to the end, so that the `gdb' source
1972 directory will be searched first.
1974 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1976 * gdb_obstack.h: New file.
1977 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1978 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1979 * objfiles.h: Include "gdb_obstack.h".
1980 * Makefile.in (gdb_obstack_h): Define.
1981 (symtab_h): Add $(gdb_obstack_h).
1982 (objfiles_h): Add $(gdb_obstack_h).
1984 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1985 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1986 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1987 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1988 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1989 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1990 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1991 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1993 * Makefile.in (bcache.o): Update dependencies.
1994 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1995 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1996 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1997 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1998 (stabsread.o, symfile.o, symmisc.o): Ditto.
1999 (symtab.o, typeprint.o, macroexp.o): Ditto.
2000 (macrotab.o, mdebugread.o): Ditto.
2001 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2002 (coff_ecoff_h, aout_aout64_h): Define.
2003 (aout_stabs_gnu_h, libaout_h): Define.
2005 2002-07-29 Andrew Cagney <cagney@redhat.com>
2007 * regcache.c (struct regcache_descr): Rename nr_registers to
2008 nr_cooked_registers. Revise comments describing the structure
2010 (init_regcache_descr): Update.
2011 (init_legacy_regcache_descr): Update.
2012 (read_register_gen, write_register_gen): When a cooked register in
2013 the raw register range, directly access the value from the raw
2016 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2018 * z8k-tdep.c: Do not include "obstack.h".
2019 * h8300-tdep.c, h8500-tdep.c: Ditto.
2020 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2021 * valprint.c, v850-tdep.c: Ditto.
2022 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2023 * mn10200-tdep.c: Ditto.
2025 * Makefile.in (z8k-tdep.o): Update dependencies.
2026 (m68hc11-tdep.o, valprint.o): Ditto.
2027 (v850-tdep.o, d10v-tdep.o): Ditto.
2028 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2029 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2030 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2031 (sh_opc_h, gdb_sim_sh_h): Define.
2032 (elf_sh_h, elf_bfd_h): Define.
2033 (opcode_m68hc11_h): Define.
2034 (OPCODES_SRC, OPCODES_DIR): define.
2035 (OPCODES): Use $(OPCODES_DIR).
2036 (gdb_sim_d10v_h): Rename sim_d10v_h.
2037 (gdb_sim_arm_h): Rename sim_arm_h.
2039 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2041 * utils.c (host_pointer_to_address, address_to_host_pointer):
2042 Change internal_error() message to indicate function responsible
2045 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2047 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2048 calls to local_hex_string_custom().
2050 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2052 * irix5-nat.c: Move IRIX shared library support from here...
2053 * solib-irix.c: ...to here. Revised substantially to work with
2054 generic solib framework.
2056 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2057 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2058 * mips-irix-tdep.c: New file.
2060 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2061 (mips-irix-tdep.o, solib-irix.o): New rules.
2062 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2064 * config/mips/irix6.mt (TDEPFILES): Likewise.
2065 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2067 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2069 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
2070 disabled (via ``#if 0'') includes.
2072 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2074 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2075 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2076 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2077 Add support for the fpscr register.
2078 * rs6000-nat.c (regmap, fetch_inferior_registers)
2079 (store_inferior_registers, fetch_core_registers): Likewise.
2081 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2083 * rs6000-nat.c (language.h): Include.
2084 (special_regs): Delete this array.
2085 (regmap): New function.
2086 (fetch_register, store_register): Use regmap() to map gdb
2087 register numbers to ptrace register numbers. Also, use
2088 outputs from regmap() to make decisions regarding type of
2089 ptrace() call to make. In particular, don't compare against
2090 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2091 (fetch_inferior_registers, store_inferior_registers): Where
2092 possible, obtain register numbers from tdep struct. Don't
2093 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2094 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2095 (LAST_UISA_SP_REGNUM): Delete.
2097 2002-07-25 Kevin Buettner <kevinb@redhat.com>
2099 * rs6000-nat.c (ppc-tdep.h): Include.
2100 (fetch_registers, store_register, fetch_core_registers): Don't
2101 access registers[] directly. Instead, use supply_register() or
2102 regcache_collect() as appropriate.
2103 (find_toc_address): Format hex address with local_hex_string().
2105 2002-07-25 Andrew Cagney <ac131313@redhat.com>
2107 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2110 2002-07-24 Tom Tromey <tromey@redhat.com>
2112 * jv-exp.y: Marked all strings with _().
2113 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2115 (MethodInvocation, CastExpression, parse_number, yyerror,
2116 java_type_from_name, push_expression_name, yylex): Typo fixes.
2118 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
2120 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2121 (tee_file_flush, tee_file_write, tee_file_fputs)
2122 (tee_file_isatty): New.
2123 * ui-file.h (tee_file_new): Add prototype.
2125 2002-07-24 Aidan Skinner <aidan@velvet.net>
2127 * ada-lang.c: Change k&r style function definitions to prototyped
2129 * ada-typeprint.c: Change k&r style function definitions to prototyped
2131 * ada-valprint.c: Change k&r style function definitions to prototyped
2134 2002-07-24 Andrew Cagney <cagney@redhat.com>
2136 * README: Remove reference to remote-bug.
2137 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2139 (m88k-nat.o): Delete rule.
2140 (m88k-tdep.o): Delete rule.
2141 (remote-bug.o): Delete rule.
2142 * MAINTAINERS: Mark as obsolete.
2143 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2144 * m88k-tdep.c: Make file obsolete.
2145 * config/m88k/m88k.mh: Ditto.
2146 * config/m88k/delta88v4.mh: Ditto.
2147 * config/m88k/delta88v4.mt: Ditto.
2148 * config/m88k/delta88.mt: Ditto.
2149 * config/m88k/delta88.mh: Ditto.
2150 * remote-bug.c: Ditto.
2151 * config/m88k/tm-delta88.h: Ditto.
2152 * config/m88k/nm-delta88v4.h: Ditto.
2153 * config/m88k/xm-delta88.h: Ditto.
2154 * config/m88k/xm-dgux.h: Ditto.
2155 * config/m88k/tm-m88k.h: Ditto.
2156 * config/m88k/nm-m88k.h: Ditto.
2157 * config/m88k/tm-delta88v4.h: Ditto.
2158 * m88k-nat.c: Ditto.
2159 * cxux-nat.c: Ditto.
2160 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2161 and m88*-*-* obsolete.
2162 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2165 2002-07-24 Andrew Cagney <cagney@redhat.com>
2167 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2168 constant. Same for local pointer variables.
2169 (extract_signed_integer): Ditto.
2170 * defs.h (extract_unsigned_integer): Update.
2171 (extract_signed_integer): Update.
2173 2002-07-24 Andrew Cagney <cagney@redhat.com>
2175 * regcache.c (regcache_raw_write): Change buf parameter to a
2176 constant void pointer.
2177 (regcache_raw_read): Change buf parameter to a void pointer.
2178 (legacy_write_register_gen): Change myaddr parameter a constant
2180 (supply_register): Change val parameter to a const void pointer.
2181 * regcache.h (regcache_raw_write): Update declaration.
2182 (regcache_raw_read): Update declaration.
2183 (supply_register): Update declaration.
2185 2002-07-24 Tom Tromey <tromey@redhat.com>
2187 * defs.h (gdb_readline_wrapper): Declare.
2188 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2189 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2190 * top.c (gdb_readline_wrapper): New function.
2191 (command_line_input): Use it.
2193 2002-07-24 Andrew Cagney <cagney@redhat.com>
2195 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2196 regcache_read and regcache_write.
2197 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2198 * regcache.c: Update.
2199 * sh-tdep.c (sh64_push_arguments): Update comment.
2200 (sh_pseudo_register_read): Update.
2201 (sh_pseudo_register_write): Update.
2202 (sh4_register_read): Update.
2203 (sh4_register_write): Update.
2204 (sh64_pseudo_register_read): Update.
2205 (sh64_pseudo_register_write): Update.
2206 (sh64_register_read): Update.
2207 (sh64_register_write): Update.
2208 * i386-tdep.c (i386_extract_return_value): Update.
2209 (i386_extract_struct_value_address): Update.
2210 (i386_extract_return_value): Update.
2211 * blockframe.c (generic_read_register_dummy): Update.
2212 (generic_call_dummy_register_unwind): Update
2213 * infrun.c (write_inferior_status_register): Update.
2215 2002-07-23 Jim Blandy <jimb@redhat.com>
2217 * parser-defs.h (expression_context_pc): Make this extern.
2218 (Thanks to Michael Snyder.)
2220 2002-07-23 Andrew Cagney <ac131313@redhat.com>
2222 GDB 5.2.1 released from 5.2 branch.
2223 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2224 * README: Update to mention 5.2.1.
2226 2002-07-23 Mark Salter <msalter@redhat.com>
2228 * remote.c (remote_read_bytes): Fix check for error.
2230 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2232 * aix-thread.c (language.h): Include.
2233 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2234 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2235 Print newlines at end of debug messages.
2236 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2237 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2239 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2241 * aix-thread.c (ppc-tdep.h): Include.
2242 (special_register_p): New function.
2243 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2244 (store_regs_user_thread): Use register number information from
2245 gdbarch_tdep struct instead of hardcoded offsets relative to
2246 FIRST_UISA_SP_REGNUM.
2247 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2248 special_register_p() instead of using FPLAST_REGNUM and
2249 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2250 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2251 will be MQ's register number.
2253 2002-07-22 Michael Snyder <msnyder@redhat.com>
2255 * aix-thread.c (ops): Rename to aix_thread_ops.
2256 (base_ops): Rename to base_target.
2257 (ops_attach): Rename to aix_thread_attach.
2258 (ops_detach): Rename to aix_thread_detach.
2259 (ops_resume): Rename to aix_thread_detach.
2260 (ops_wait): Rename to aix_thread_wait.
2261 (ops_kill): Rename to aix_thread_kill.
2262 (init_ops): Rename to init_aix_thread_ops.
2263 (ops_fetch_register): Rename to aix_thread_fetch_register.
2264 (ops_store_register): Rename to aix_thread_store_register.
2265 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2266 (ops_thread_alive): Rename to aix_thread_thread_alive.
2267 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2268 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2269 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2270 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2271 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2272 (store_regs_lib): Rename to store_regs_user_thread.
2273 (store_regs_kern): Rename to store_regs_kernel_thread.
2275 2002-07-22 Michael Snyder <msnyder@redhat.com>
2277 * aix-thread.c (ops_prepare_to_store): Eliminate.
2278 (init_ops): Don't initialize ops.prepare_to_store.
2279 (store_regs_kern): Pre-fetch register buffers from child,
2280 because some registers may not be in the cache. Copy
2281 regs from register cache only if they are cached.
2282 (store_regs_lib): Copy regs from register cache only
2284 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2285 fill_gprs64): Ditto.
2287 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2289 * aix-thread.c (gdb_assert.h): Include.
2290 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2291 register sizes (from register cache) match size of buffer holding
2293 (fill_sprs32): Change parameter types to match those in the ptrace()
2295 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2296 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2298 2002-07-22 Michael Snyder <msnyder@redhat.com>
2300 * aix-thread.c (supply_sprs64): Cosmetic change.
2301 (supply_sprs32): Cosmetic change.
2302 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2303 (fill_sprs64): Use regcache_collect instead of read_register.
2304 (store_regs_lib): Use regcache_collect instead of
2305 read_register. Use fill_sprs32 instead of fill_sprs64,
2306 if debugging a 32-bit architecture.
2307 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2308 out of the register cache, instead of passing a pointer into
2309 the register cache directly to ptrace. Use regcache_collect
2310 insteaad of read_register.
2311 (ops_prepare_to_store): Use target_read_registers instead
2312 of read_register_bytes.
2314 2002-07-20 Aidan Skinner <aidan@velvet.net>
2316 * MAINTAINERS: Add self under write after approval.
2318 2002-07-20 Aidan Skinner <aidan@velvet.net>
2320 * ada-tasks.c: Change k&r style function definitions to prototyped
2323 2002-07-19 Andrew Cagney <ac131313@redhat.com>
2325 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2326 * x86-64-tdep.c: Include "objfiles.h".
2327 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2328 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2330 2002-07-17 Michal Ludvig <michal@suse.cz>
2332 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2333 (update_context): Initialise cfa variable.
2335 2002-07-17 Michael Snyder <msnyder@redhat.com>
2337 * aix-thread.c: Shorten some long lines.
2338 Bring comments into line with code spec.
2340 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2342 * infrun.c: Re-indent using gdb_indent.sh.
2344 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2346 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2347 Leave the indentation temporarily untouched, to minimize the diffs.
2349 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
2351 * stabsread.c: Make os9k sections of the code obsolete,
2353 * stabsread.h: Make os9k sections of the code obsolete.
2355 2002-07-18 Michal Ludvig <mludvig@suse.cz>
2357 * linux-low.c (regsets_store_inferior_registers): Add free()
2358 at the end of a loop to prevent memory leak.
2359 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2360 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2361 * config/sparc/tm-sp64linux.h: Make the rest of #endif
2363 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2365 2002-07-17 Jim Blandy <jimb@redhat.com>
2367 * macrocmd.c (info_macro_command): Remove newline from error
2370 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2372 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2373 (sh_gdbarch_init): Use it for sh-dsp.
2375 2002-07-16 Kevin Buettner <kevinb@redhat.com>
2377 * dwarf2read.c (read_initial_length): Handle older, non-standard,
2378 64-bit DWARF2 format.
2380 2002-07-16 Joel Brobecker <brobecker@gnat.com>
2382 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2383 <sys/proc.h> when not available.
2385 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2387 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2388 * stabsread.c: Make os9k sections of the code obsolete.
2389 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2390 * config/i386/i386os9k.mt: Make file obsolete.
2391 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2392 (COMMON_OBS): Remove os9kread.o
2393 (SFILES): Remove os9kread.c.
2394 (os9kread.o, remote-os9k.o): Make target obsolete.
2395 * remote-os9k.c: Make file obsolete.
2396 * os9kread.c: Make file obsolete.
2399 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2401 * NEWS: Mention that the FR30 has been made obsolete.
2402 * fr30-tdep.c: Make file obsolete.
2403 * config/fr30/tm-fr30.h: Ditto.
2404 * config/fr30/fr30.mt: Ditto.
2405 * configure.tgt: Make fr30-*-elf obsolete.
2406 * MAINTAINERS: Make fr30-elf obsolete.
2408 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2410 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2411 found is not inside a section.
2413 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2415 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2417 (pdc_realloc): Use xrealloc() instead of realloc().
2419 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2421 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2422 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2423 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2426 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2428 * aix-thread.c (ptrace_check): Eliminate goto.
2429 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2432 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2434 * aix-thread.c (gdbcmd.h): Include.
2435 (DEBUG, DBG, DBG2, dbg): Eliminate.
2436 (debug_aix_thread): New static global.
2437 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2438 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2439 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2440 invocations to DBG and DBG2 macros to test against
2441 ``debug_aix_thread'' and call fprintf_unfiltered().
2442 (_initialize_aix_thread): Add new command "set debug aix-thread".
2444 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2446 From Gerhard Tonn <TON@de.ibm.com>:
2447 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2448 instead of supply_register.
2450 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2452 * dwarf2cfi.c: Include "gdb_assert.h".
2453 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2455 (update_context): Do not use __func__. Add missing ``break''.
2456 (update_context): Do not use __func__.
2458 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
2460 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2461 and its setting. Set gdbarch instruction printing functions
2462 directly. For non-rs6000 case use new function
2463 gdb_print_insn_powerpc.
2464 (gdb_print_insn_powerpc): New function.
2466 2002-07-13 Andrew Cagney <ac131313@redhat.com>
2468 * NEWS: Mention that the d30v has been marked obsolete.
2469 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2470 * configure.tgt: Mark d30v-*-* as obsolete.
2471 * d30v-tdep.c: Mark file as obsolete.
2472 * config/d30v/d30v.mt: Ditto.
2473 * config/d30v/tm-d30v.h: Ditto.
2475 2002-07-13 Aidan Skinner <aidan@velvet.net>
2477 * ada-tasks.c (add_task_entry): replace calls to
2478 malloc() with xmalloc
2479 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2481 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2482 ada_finish_decode_line_1, all_sals_for_line
2483 ada_breakpoint_rewrite): replace calls to free() with xfree()
2485 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2487 From Nicholas Duffek (with minor changes by Martin Hunt,
2488 Louis Hamilton, and Kevin Buettner):
2489 * aix-thread.c: New file.
2491 2002-07-12 Petr Sorfa <petrs@caldera.com>
2493 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2494 complaint for invalid attribute class or form.
2495 (read_func_scope): DW_AT_frame_base
2496 better handling of DW_AT_block*.
2497 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2498 better handling of DW_AT_block*.
2499 (read_common_block): DW_AT_location
2500 better handling of DW_AT_block*.
2501 (read_partial_die): DW_AT_location better handling
2503 (new_symbol): DW_AT_external better handling of
2504 DW_AT_block*. Proper initialization of variable
2506 (attr_form_is_block): New function that returns true
2507 if the attribute's form is of DW_FORM_block*.
2509 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2511 * valops.c (find_method_list): Remove comment about
2512 removed STATIC_MEMFUNCP argument.
2513 (value_find_oload_method_list): Likewise.
2515 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2517 From Nicholas Duffek:
2518 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2519 target_new_objfile_hook.
2521 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2523 From Nicholas Duffek:
2524 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2527 2002-07-12 Andrew Cagney <cagney@redhat.com>
2529 * MAINTAINERS: Mention --enable-sim-build-warnings.
2530 (m68hc11-elf): Disable sim build warnings.
2531 (m32r-elf): Mark as broken obsolete candidate.
2532 (x86_64-linux-gnu): Mark as buildable with -Werror.
2533 (arm-elf): Change -w to ``,'' which enables warnings but not
2536 2002-07-12 Andrew Cagney <ac131313@redhat.com>
2538 * bcache.h: Update copyright.
2539 (struct bstring, struct bcache): Move definition to "bcache.c".
2540 Replaced by opaque declaration.
2541 (bcache_xfree): Replace free_bcache.
2542 (bcache_xmalloc, bcache_memory_used): Declare.
2544 * bcache.c: Update copyright.
2545 (struct bstring, struct bcache): Moved to here from "bcache.h".
2547 (bcache_xmalloc, bcache_memory_used): New functions.
2548 (bcache_xfree): Replace function free_bcache.
2550 * Makefile.in (objfiles.o): Add $(bcache_h).
2551 (objfiles_h): Remove $(bcache_h).
2552 (symfile.o): Add $(bcache_h).
2554 * symmisc.c: Update copyright.
2555 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2556 (print_objfile_statistics): Use bcache_memory_used.
2558 * symfile.c: Include "bcache.h".
2559 (reread_symbols): Use bcache_xfree.
2560 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2561 (add_psymbol_to_list): Pass psymbol_cache by value.
2562 (add_psymbol_with_dem_name_to_list): Ditto.
2564 * objfiles.h: Update copyright.
2565 (struct bcache): Declare opaque. Do not include "bcache.h".
2566 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2568 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2570 * objfiles.c: Include "bcache.h". Update copyright.
2571 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2573 (free_objfile): Use bcache_xfree.
2575 2002-07-11 Grace Sainsbury <graces@redhat.com>
2577 * monitor.c (monitor_fetch_register): Make name a constant.
2578 (monitor_store_register): Same.
2580 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
2582 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2583 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2584 (finish_block) For non-function blocks, hash the symbol table. For
2585 function blocks, mark the symbol table as unhashed.
2586 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2587 (msymbol_hash_iw): Likewise.
2588 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2590 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2591 (lookup_minimal_symbol): Likewise for both.
2592 * symtab.h (struct block): Add `hashtable' flag. Comment the
2594 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2595 (ALL_BLOCK_SYMBOLS): Update.
2596 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2597 (struct symbol): Add `hash_next' pointer.
2598 * symtab.c (lookup_block_symbol): Search using the hash table when
2600 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2601 (search_symbols, find_addr_symbol): Likewise.
2603 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2604 (read_dst_symtab): Likewise.
2605 * jv-lang.c (get_java_class_symtab): Likewise.
2606 * mdebugread.c: Include "gdb_assert.h".
2607 (shrink_block): Assert that the block being modified is not hashed.
2608 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2609 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2611 (dump_symtab): Recognize hashed blocks.
2612 * printcmd.c (print_frame_args): Assert that function blocks do not
2613 have hashed symbol tables.
2614 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2615 (fill_in_ada_prototype, debug_print_block): Likewise.
2616 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2618 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
2620 * stack.c (print_frame): Use result of frame_address_in_block()
2621 instead of fi->pc when evaluating symbols.
2622 (backtrace_command_1): Ditto.
2624 2002-07-11 Andrew Cagney <cagney@redhat.com>
2626 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2629 * arm-tdep.c (arm_register_name): Make return type constant.
2631 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2633 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2635 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2636 * s390-tdep.c (s390_fp_regnum): Ditto.
2637 (s390_read_fp): Ditto.
2638 (s390_pop_frame): Ditto.
2639 (_initialize_s390_tdep): Ditto.
2640 * remote.c (get_remote_state): Ditto.
2641 * procfs.c (mappingflags): Ditto.
2642 * memattr.c (_initialize_mem): Ditto.
2643 * mcore-tdep.c (mcore_pop_frame): Ditto.
2644 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2645 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2646 * language.c (set_case_str): Ditto.
2647 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2648 * frv-tdep.c (new_variant): Ditto.
2649 (frv_stopped_data_address): Ditto.
2650 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2651 (context_alloc): Ditto.
2652 (frame_state_alloc): Ditto.
2653 (unwind_tmp_obstack_init): Ditto.
2654 (unwind_tmp_obstack_free): Ditto.
2655 (cfi_read_fp): Ditto.
2656 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2657 (cris_pop_frame): Ditto.
2658 * c-lang.c (scanning_macro_expansion): Ditto.
2659 (finished_macro_expansion): Ditto.
2660 (c_preprocess_and_parse): Ditto.
2661 * gdbarch.sh: Ditto.
2662 * gdbarch.h, gdbarch.c: Regenerate.
2663 * config/mn10200/tm-mn10200.h: Adjust indentation.
2664 * target.c: Adjust indentation.
2665 * symtab.h: Adjust indentation.
2666 * stabsread.h: Adjust indentation.
2667 * remote-es.c: Adjust indentation.
2668 * os9kread.c: Adjust indentation.
2670 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2672 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2673 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2675 2002-07-10 Grace Sainsbury <graces@redhat.com>
2677 * NEWS: Mention m68k, mcore multi-arching.
2678 * MAINTAINERS: Change status of m68k, mcore to reflect
2681 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
2683 * valops.c (find_overload_match): Free oload_syms.
2685 2002-07-09 Joel Brobecker <brobecker@gnat.com>
2687 Define HAVE_SYS_PROC_H if sys/proc.h exists
2688 * configure.in: Add check for sys/proc.h
2689 * config.in: Regenerate.
2690 * configure: Regenerate.
2692 2002-07-09 Grace Sainsbury <graces@redhat.com>
2694 * config/m68k/tm-m68k.h: Remove macros wrapped in
2695 #if !GDB_MULTI_ARCH.
2697 2002-07-08 Andrew Cagney <ac131313@redhat.com>
2699 * config.in, configure: Regenerate.
2701 2002-07-08 Mark Kettenis <kettenis@gnu.org>
2703 * dwarf2cfi.c: Include "gcore.h".
2704 (execute_stack_op): Fix implementation of the
2705 DW_OP_deref and DW_OP_deref_size operators by letting do their
2706 lookup in the target.
2708 2002-07-07 Mark Kettenis <kettenis@gnu.org>
2710 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2711 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2714 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
2716 Fix PR gdb/595, gdb/602
2717 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2718 Don't call value_cast, just read the vtable pointer; update comments
2721 2002-07-05 Grace Sainsbury <graces@redhat.com>
2723 * config/mcore/tm-mcore.h: Remove file.
2724 * config/mcore/mcore.mt: Remove definition of TM_FILE
2725 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2727 2002-07-05 Mark Kettenis <kettenis@gnu.org>
2729 * i386bsd-tdep.c: Include "gdb_string.h".
2731 2002-07-04 Grace Sainsbury <graces@redhat.com>
2733 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2734 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2736 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2737 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2738 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2739 (RETVAL_REGNUM): Move macros from tm-mcore.h
2740 (mcore_reg_struct_has_addr): New function.
2741 (mcore_gdbarch_init): Added initializations for the macros removed
2744 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2746 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2747 traditonal string branding within the ELF header.
2749 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
2751 * symtab.c (remove_params): New function.
2752 (make_symbol_overload_list): Use it instead of cplus_demangle.
2753 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2755 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2757 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2759 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2761 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2762 and tdep->sigtramp_end.
2763 * i386obsd-nat.c: New file.
2764 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2766 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2767 Don't call get_current_frame().
2769 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2771 * i386-nat.c (child_post_startup_inferior): New function
2772 calling i386_cleanup_dregs if
2773 I386_USE_GENERIC_WATCHPOINTS is defined.
2774 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2775 conditional to acknowledge that i386-nat.c has its
2776 own child_post_startup_inferior function.
2778 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2780 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2781 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2782 instead of MAX_REGISTER_RAW_SIZE.
2783 (i386_extract_return_value, i386_extract_struct_value_address):
2784 Convert to use regcache.
2785 (i386_gdbarch_init): Set max_register_raw_size and
2786 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2787 Set extract_return_value and extract_struct_value_address instead
2788 of their deprecated variants.
2790 Convert i386 target to generic dummy frames.
2791 * i386-tdep.c: Include "symfile.h".
2792 (i386_frameless_signal_p): Consider a function to be frameless if
2793 the pc points at the first instruction of the function.
2794 (i386_frame_chain): Handle (generic) call dummies.
2795 (i386_frame_saved_pc): Likewise.
2796 (i386_frame_init_saved_regs): Remove code dealing with call
2797 dummies on the stack.
2798 (i386_push_dummy_frame): Removed.
2799 (i386_call_dummy_words): Removed.
2800 (i386_fix_call_dummy): Removed.
2801 (i386_push_return_address): New function.
2802 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2803 parameter, and don't call get_current_frame.
2804 (i386_pop_frame): New function.
2805 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2806 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2807 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2808 call_dummy_length to 0, set call_dummy_words to NULL, set
2809 sizeof_call_dummy_words to 0, set fix_call_dummy to
2810 generic_fix_call_dummy, set pc_in_call_dummy to
2811 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2812 generic_push_dummy_frame, set push_return_address to
2813 i386_push_return_address and set frame_chain_valid to
2814 generic_file_frame_chain_valid.
2816 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2818 * gdbarch.sh (struct regcache): Add opaque declaration.
2819 (EXTRACT_RETURN_VALUE): New architecture method.
2820 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2821 * gdbarch.h, gdbarch.c: Regenerate.
2822 * arch-utils.c (legacy_extract_return_value): New function.
2823 * arch-utils.h (legacy_extract_return_value): Declare.
2824 * values.c (value_being_returned): Re-enable code handling
2825 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2826 deprecated_grub_regcache_for_registers call to block handling
2827 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2828 (EXTRACT_RETURN_VALUE): Do not define.
2830 2002-07-03 Grace Sainsbury <graces@redhat.com>
2832 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2833 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2834 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2835 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2836 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2837 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2838 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2839 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2840 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2841 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2842 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2843 argument so the function fits the prototype in the architecture
2845 (mcore_pop_frame): Remove argument so the function fits the
2846 prototype. Use get_current_frame instead of the argument.
2847 (mcore_push_arguments): Change type of struct_return so the
2848 function can be used in the architecture vector.
2849 (mcore_store_struct_return): Add.
2850 (mcore_frame_init_saved_regs): Add.
2851 (mcore_gdbarch_init): Add function calls to replace the macros
2852 removed from tm-mcore.h
2854 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2856 * infcmd.c (print_return_value): Remove compatibility code calling
2857 deprecated_grub_regcache_for_registers.
2859 * values.c: Include "regcache.h".
2860 (value_being_returned): Update. Use
2861 deprecated_grub_regcache_for_registers to extract the register
2863 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2864 ``struct regcache''.
2865 * Makefile.in (values.o): Add dependency on $(regcache_h).
2867 * inferior.h (run_stack_dummy): Change type of second parameter to
2868 a ``struct regcache''.
2869 * valops.c (hand_function_call): Change type of retbuf to ``struct
2870 regcache''. Allocate using regcache_xmalloc, clean using
2871 make_cleanup_regcache_xfree.
2872 * infcmd.c (run_stack_dummy): Update. Use
2873 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2875 * regcache.c (do_regcache_xfree): New function.
2876 (make_cleanup_regcache_xfree): New function.
2877 * regcache.h (make_cleanup_regcache_xfree): Declare.
2879 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2881 * event-top.c (command_line_handler): Don't read past
2882 beginning of buffer.
2884 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2886 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2888 (varobj_create): Store frame_id for root.
2889 (varobj_gen_name): Use xasprintf.
2890 (varobj_update): Save and restore frame using get_frame_id() and
2892 (create_child): Use xasprintf.
2893 (new_root_variable): Initialize frame_id.
2894 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2895 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2896 to prevent memory leak.
2898 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2900 * valops.c (hand_function_call): Move declaration of retbuf to
2901 start of function, allocate using malloc, add a cleanup but before
2902 the inf_status cleanup, cleanup the buffer. Rename local variable
2903 old_chain to inf_status_cleanup.
2905 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2907 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2909 * cli/cli-decode.c (cmd_func_p): New function.
2910 (cmd_func): New function.
2912 * command.h: Add cmd_func() and cmd_func_p().
2914 2002-07-03 Grace Sainsbury <graces@redhat.com>
2916 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2917 (REGISTER_SIZE): Remove.
2918 (MAX_REGISTER_RAW_SIZE): Remove.
2919 (REGISTER_VIRTUAL_TYPE): Remove.
2920 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2921 (REGISTER_NAME): Remove.
2922 (USE_GENERIC_DUMMY_FRAMES): Remove.
2923 (CALL_DUMMY): Remove.
2924 (CALL_DUMMY_START_OFFSET): Remove.
2925 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2926 (CALL_DUMMY_LOCATION): Remove.
2927 (FIX_CALL_DUMMY): Remove.
2928 (CALL_DUMMY_ADDRESS): Remove.
2929 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2930 (SAVE_DUMMY_FRAME_TOS): Remove.
2931 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2932 (mcore_register_virtual_type): New function.
2933 (mcore_register_byte): New function.
2934 (mcore_register_size): New function.
2935 (mcore_register_name): New function.
2936 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2937 macros removed from tm-mcore.h.
2938 (mcore_dump_tdep): Add.
2939 (_initialize_mcore_tdep): Add gdbarch_register call.
2941 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2943 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2944 frameless_look_for_prologue, such that we actually call this
2947 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2949 * frame.h (frame_address_in_block): New function.
2951 * blockframe.c (frame_address_in_block): New function extracted
2952 from get_frame_block().
2953 (get_frame_block): Use frame_address_in_block().
2954 (block_innermost_frame): Use frame_address_in_block() to match
2955 the frame pc address against the block boundaries rather than
2956 the frame pc directly. This prevents a failure when a frame pc
2957 is actually a return-address pointing immediately after the end
2960 2002-07-02 Grace Sainsbury <graces@redhat.com>
2962 * MAINTAINERS: Add self under write after approval.
2964 2002-07-02 Grace Sainsbury <graces@redhat.com>
2966 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2967 used in architecture vector. The default is
2968 m68k_local_breakpoint_from_pc.
2969 (m68k_local_breakpoint_from_pc): Add.
2970 (enum): Add register numbers from tm-m68k.h.
2971 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2973 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2974 GDB_MULTI_ARCH_PARTIAL.
2975 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2976 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2978 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2979 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2980 to enum in m68k-tdep.c
2982 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2984 * solib-osf.c (open_map): Compute the list of shared libraries
2985 loaded by the inferior, rather than the list of libraries loaded
2986 by GDB itself. Otherwise, GDB ends up reading the symbols from
2987 the wrong shared libraries...
2989 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2991 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2992 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2994 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2996 (FRAMELESS_SIGNAL): Remove function.
2997 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2998 i386_linux_saved_pc_after_call): Removed.
2999 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3000 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3001 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3003 * i386-tdep.c (i386_frameless_signal_p): New function.
3004 (i386_frame_chain): Deal with frameless signals.
3005 (i386_sigtramp_saved_sp): New function.
3006 (i386_frame_saved_pc): Deal with frameless signals.
3007 (i386_saved_pc_after_call): Make sure the correct value is
3008 returned just after entry into a sigtramp.
3009 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3010 i386fbsd4_sc_sp_offset): New variables.
3011 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3012 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3013 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3014 similiar to what we already did for sc_pc_offset.
3015 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3018 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3020 2002-07-02 Michal Ludvig <mludvig@suse.cz>
3022 * config/i386/tm-x86-64linux.h: New.
3023 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3025 * config/i386/nm-x86-64.h: Rename to ...
3026 * config/i386/nm-x86-64linux.h: ... this one.
3027 * config/i386/x86-64linux.mh: Reflect the above change.
3029 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3031 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3032 with sigcontext_addr. Add sc_sp_offset.
3033 (i386bsd_sigtramp_saved_pc): Remove prototype.
3034 (i386bsd_sicontext_addr): Add prototype.
3035 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3036 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3037 (i386_svr4_sigtramp_saved_pc): Removed.
3038 (i386_svr4_sigcontext_addr): New function.
3039 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3040 Initialize tdep->sigcontext_addr instead. Initialize
3041 tdep->sc_pc_offset and tdep->sc_sp_offset.
3042 (i386_gdbarch_init): Likewise.
3043 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3045 (i386bsd_sigtramp_saved_pc): Remove function.
3046 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3047 Initialize tdep->sigcontext_addr instead. Initialize
3049 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3050 of tdep->sigtramp_saved_pc.
3051 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3052 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3055 * i386-tdep.c (i386_frameless_function_invocation,
3056 i386_frame_num_args, i386_frame_init_saved_regs,
3057 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3058 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3059 i386_extract_return_value, i386_store_return_value,
3060 i386_extract_struct_value_address, i386_register_virtual_type,
3061 i386_register_convertible, i386_register_convert_to_virtual,
3062 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3063 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3066 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3068 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3070 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3071 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3072 this macro. Include "value.h".
3074 2002-06-30 Aidan Skinner <aidan@velvet.net>
3076 * ada-exp.tab.c: remove as it's a generated file
3077 * ada-lex.c: remove as it's a generated file
3079 2002-06-30 Mark Kettenis <kettenis@gnu.org>
3081 * config/i386/tm-i386.h (struct frame_info, struct
3082 frame_saved_regs, struct value, struct type): Remove forward
3085 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3086 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3087 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3088 (FILL_FPXREGSET): Define.
3090 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3092 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3093 i[3456]86-*-netbsd* case.
3094 * config/i386/tm-obsd.h: Removed.
3095 * config/i386/obsd.mt: Removed.
3096 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3098 (MH_CFLAGS): Add -DYYDEBUG=0.
3100 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3101 i386nbsd_sc_pc_offset on OpenBSD too.
3103 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3104 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3105 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3107 * i386bsd-tdep.c: Include "arch-utils.h".
3108 (i386bsd_aout_in_solib_call_trampoline): New function.
3109 (i386bsd_init_abi): Set in_solib_call_trampoline to
3110 i386bsd_aout_in_solib_call_trampoline.
3111 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3112 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3114 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3116 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3117 (struct obstack, struct bcache): Add opaque declarations.
3118 * Makefile.in (macrotab_h): Update
3120 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3122 * blockframe.c (generic_find_dummy_frame): Change return type to
3123 ``struct regcache''.
3124 (struct dummy_frame): Replace field ``registers'' with regcache, a
3125 struct regcache object.
3126 (generic_find_dummy_frame): Update.
3127 (generic_push_dummy_frame): Update. Use regcache_xfree,
3128 regcache_xmalloc and regcache_cpy.
3129 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3131 (deprecated_generic_find_dummy_frame): Update.
3132 (generic_read_register_dummy): Update. Use
3133 regcache_read_as_address.
3134 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3135 (generic_get_saved_register): Update. Use regcache_read.
3137 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3139 * Makefile.in (objfiles_h): Add $(bcache_h).
3140 * objfiles.h: Include "bcache.h".
3142 * Makefile.in (symtab_h): Remove $(bcache_h).
3143 * symtab.h: Do not include "bcache.h".
3145 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3147 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3148 generic_func_frame_chain_valid.
3150 2002-06-28 David O'Brien <obrien@FreeBSD.org>
3152 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3153 * config/i386/tm-fbsd.h: Likewise.
3155 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3157 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3158 generic_unwind_get_saved_register.
3160 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3162 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3163 * regcache.c (supply_register): Add missing argument to
3164 register_buffer call.
3166 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3168 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3169 Solaris /bin/grep does not not like it. From Peter Schauer.
3171 2002-06-26 Tom Tromey <tromey@redhat.com>
3173 * command.h (add_setshow_cmd): Declare.
3174 (add_setshow_cmd_full): Declare.
3175 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3176 returns void. Use add_setshow_cmd_full.
3177 (add_setshow_cmd_full): New function.
3178 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3179 (add_setshow_boolean_cmd): Likewise.
3181 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3183 * config/vax/tm-vax.h: Protect from multiple inclusion.
3184 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3185 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3186 * config/vax/tm-vaxbsd.h: ...here. New file.
3187 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3189 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3191 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3192 (BELIEVE_PCC_PROMOTION): Remove.
3193 (AP_REGNUM): Move to...
3194 * config/vax/nm-vax.h: ...here.
3195 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3196 (vax_breakpoint_from_pc): New function.
3197 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3198 and gdbarch_believe_pcc_promotion.
3200 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3202 * Makefile.in (vax_tdep_h): Define.
3203 (vax-tdep.o): Use $(vax_tdep_h).
3204 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3205 (vax_dump_tdep): New function.
3206 (_initialize_vax_tdep): Register vax_dump_tdep.
3207 * vax-tdep.h: Include osabi.h.
3208 (struct gdbarch_tdep): New.
3210 2002-06-26 Andrew Cagney <cagney@redhat.com>
3212 * frame.h (deprecated_generic_find_dummy_frame): Rename
3213 generic_find_dummy_frame.
3214 * blockframe.c (generic_find_dummy_frame): Make static.
3215 (deprecated_generic_find_dummy_frame): New function.
3216 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3217 generic_find_dummy_frame with deprecated_find_dummy_frame.
3218 (sh64_nofp_frame_init_saved_regs): Ditto.
3219 (sh_fp_frame_init_saved_regs): Ditto.
3220 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3221 (s390_frame_chain): Ditto.
3222 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3224 2002-06-26 Grace Sainsbury <graces@redhat.com>
3226 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3227 gdbarch vector are at the top.
3229 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3230 (FRAME_ARGS_ADDRESS): Remove.
3231 (FRAME_LOCALS_ADDRESS): Remove.
3232 (FRAME_NUM_ARGS): Remove.
3233 (FRAME_ARGS_SKIP): Remove.
3234 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3235 (m68k_gdbarch_init): Add gdbarch initializations for macros
3236 undefined in tm-m68k.h
3238 2002-06-26 Grace Sainsbury <graces@redhat.com>
3240 * monitor.h: Add the function regname to monitor_ops
3241 structure. This way NUM_REGS does not have to be a constant.
3242 * monitor.c (monitor_fetch_register): Added support for regname
3243 function. The function is called if the array regnames is NULL.
3244 (monitor_store_register): Same.
3245 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3247 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3248 cpu32bug_cmds.regname to point to new function.
3249 * abug-rom.c (abug_regname): Same as above.
3250 (init_abug_cmds): Same.
3251 * dbug-rom.c (dbug_regname): Same as above.
3252 (init_dbug_cmds): Same.
3253 * remote-est.c (est_regname): Same.
3254 (init_est_cmds): Same.
3255 * rom68k-rom.c (rom68k_regname): Same.
3256 (init_rom68k_cmds): Same.
3258 2002-06-25 Tom Tromey <tromey@redhat.com>
3260 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3262 2002-06-25 Andrew Cagney <cagney@redhat.com>
3264 * infrun.c (stop_registers): Change variable's type to ``struct
3266 (xmalloc_inferior_status): Delete function.
3267 (free_inferior_status): Delete function.
3268 (normal_stop): Use regcache_cpy.
3269 (struct inferior_status): Change type of fields ``stop_registers''
3270 and ``registers'' to ``struct regcache''.
3271 (write_inferior_status_register): Use regcache_write.
3272 (save_inferior_status): Instead of calling
3273 xmalloc_inferior_status, allocate the inf_status buffer directly.
3274 Use regcache_dup_no_passthrough and regcache_dup to save the
3276 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3277 Replace the stop_registers regcache instead of overriding it. Use
3278 regcache_xfree. Instead of calling free_inferior_status, xfree
3279 the buffer directly.
3280 (discard_inferior_status): Use regcache_xfree. Instead of calling
3281 free_inferior_status, xfree the buffer directly.
3282 (build_infrun): Use regcache_xmalloc.
3283 (_initialize_infrun): Delete redundant call to build_infrun.
3285 * Makefile.in (infcmd.o): Add $(regcache_h).
3287 * infcmd.c: Include "regcache.h".
3288 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3289 obtain the address of `stop_registers' register buffer.
3290 (print_return_value): Ditto.
3292 * inferior.h (struct regcache): Add opaque declaration.
3293 (stop_registers): Change variable's declared type to ``struct
3296 2002-06-24 Tom Tromey <tromey@redhat.com>
3298 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3299 * target.c (initialize_targets): Fixed typo in
3300 trust-readonly-sections `show' documentation.
3302 * main.c: Marked all strings with _().
3304 2002-06-24 Don Howard <dhoward@redhat.com>
3306 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3307 that means max CORE_ADDR+1.
3308 (lookup_mem_region): Ditto.
3309 (mem_info_command): Ditto.
3311 2002-06-24 Grace Sainsbury <graces@redhat.com>
3313 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3314 (REGISTER_BYTES_OK): Remove.
3315 (REGISTER_BYTES): Remove.
3316 (STORE_STRUCT_RETURN): Remove.
3317 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3318 (STORE_RETURN_VALUE): Remove.
3319 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3320 (FRAME_CHAIN): Remove.
3321 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3322 (FRAME_SAVED_PC): Remove.
3323 * m68k-tdep.c (m68k_register_bytes_ok):Add.
3324 (m68k_store_struct_return): Add.
3325 (m68k_deprecated_extract_return_value): Add.
3326 (m68k_deprecated_extract_struct_value_address): Add.
3327 (m68k_store_return_value): Add.
3328 (m68k_frame_chain): Add.
3329 (m68k_frameless_function_invocation): Add.
3330 (m68k_frame_saved_pc): Add.
3331 (m68k_gdbarch_init): added set_gdbarch calls for new
3332 functions and deleted macros.
3334 2002-06-23 Tom Tromey <tromey@redhat.com>
3336 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3337 (ALLDEPFILES): Likewise.
3338 (udiheaders): Removed.
3339 (udip2soc.o): Likewise.
3340 (udi2go32.o): Likewise.
3342 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3344 2002-06-22 Andrew Cagney <ac131313@redhat.com>
3346 * infrun.c (_initialize_infrun): Delete unnecessary call to
3349 * regcache.h: Update comments describing the regcache_cpy family
3351 (regcache_save, regcache_restore): Delete declaration.
3352 (regcache_save_no_passthrough): Delete declaration.
3353 (regcache_restore_no_passthrough): Delete declaration.
3354 * regcache.c (regcache_save): Delete function.
3355 (regcache_save_no_passthrough): Delete function.
3356 (regcache_restore): Delete function.
3357 (regcache_restore_no_passthrough): Delete function.
3359 2002-06-21 Andrew Cagney <ac131313@redhat.com>
3361 * config/m68k/tm-m68k.h: Fix typo.
3362 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3363 (m68k_frame_init_saved_regs): Declare.
3365 2002-06-21 Jim Blandy <jimb@redhat.com>
3367 Remove some vestiges of Harris 88k support.
3368 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3369 register numbering quirk.
3370 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3371 odd symbols occurring in Harris 88k ELF targets.
3373 2002-06-21 Tom Tromey <tromey@redhat.com>
3375 * gdb_locale.h: New file.
3376 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3377 (defs_h): Added gdb_locale.h.
3378 * configure, config.in: Rebuilt.
3379 * configure.in (PACKAGE): Define.
3380 * defs.h: Include gdb_locale.h.
3381 * main.c (captured_main): Call setlocale, bindtextdomain,
3384 2002-06-21 Dave Brolley <brolley@redhat.com>
3386 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3387 * config/frv/frv.mt: New file.
3388 * config/frv/tm-frv.h: New file.
3389 * configure.tgt: Support frv-*-*.
3390 * Makefile.in (frv-tdep.o): New target.
3391 * frv-tdep.c: New file.
3392 * NEWS: Mention frv.
3394 2002-06-21 Dave Brolley <brolley@redhat.com>
3396 * MAINTAINERS: Add self to "Write After Approval" list.
3398 2002-06-21 Grace Sainsbury <graces@redhat.com>
3400 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3401 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3402 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3403 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3404 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3406 * m68k-tdep.c: Include arch-utils.h
3407 (m68k_register_raw_size): Add.
3408 (m68k_register_virtual_size): Add.
3409 (m68k_register_virtual_type): Add.
3410 (m68k_register_name): Add.
3411 (m68k_stack_align): Add.
3412 (m68k_register_byte): Add.
3413 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3416 2002-06-21 Grace Sainsbury <graces@redhat.com>
3418 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
3419 m68k_find_saved_regs.
3420 (m68k_pop_frame): Removed saved_regs structure, and replaced
3421 references to it with frame->saved_regs.
3422 (m68k_gdbarch_init): Added function calls to initialize the
3424 (m68k_fix_call_dummy): Add.
3425 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3426 (CALL_DUMMY): Remove.
3427 (CALL_DUMMY_LENGTH): Remove.
3428 (CALL_DUMMY_START_OFFSET): Remove.
3429 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3430 (FIX_CALL_DUMMY): Remove.
3431 (PUSH_DUMMY_FRAME): Remove.
3432 (POP_FRAME): Remove.
3434 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3436 * parse.c (parse_fprintf): New function used to avoid calls to
3437 fprintf in bison parser generated debug code.
3438 * parser-defs.h: Declaration of new parse_fprintf function.
3439 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3440 Set YYDEBUG to 1 by default.
3441 Set YYFPRINTF as parse_fprintf.
3443 2002-06-21 Michal Ludvig <mludvig@suse.cz>
3445 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3447 (pointer_encoding, enum ptr_encoding): New.
3448 (execute_cfa_program): Take care about pointer encoding.
3449 (dwarf2_build_frame_info): Only call parse_frame_info for
3450 .debug_frame and .eh_frame.
3451 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3452 fixed augmentation handling, added relative addressing,
3453 ignore duplicate FDEs. Added comments.
3454 * dwarf2cfi.c: Reindented.
3456 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
3458 * event-top.c (command_handler): Don't use space_at_cmd_start
3459 unless there is sbrk() on the host. Assign time and space data
3460 to union fields of the appropriate length.
3462 2002-06-20 Michal Ludvig <mludvig@suse.cz>
3464 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3465 x86_64_register_name. Return type changed to 'const char *'.
3466 (x86_64_register_name2nr): Rename to x86_64_register_number.
3467 (x86_64_gdbarch_init): Update to reflect the change.
3468 * x86-64-tdep.h: Ditto.
3469 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3470 (supply_fpregset): Ditto.
3472 2002-06-19 Andrew Cagney <cagney@redhat.com>
3474 * regcache.h: Update copyright.
3475 (struct regcache, struct gdbarch): Add opaque declarations.
3476 (current_regcache): Declare global variable.
3477 (regcache_read, regcache_write): Add gdbarch parameter.
3478 (regcache_save, regcache_save_no_passthrough)
3479 (regcache_restore, regcache_restore_no_passthrough)
3480 (regcache_dup, regcache_dup_no_passthrough)
3481 (regcache_cpy, regcache_cpy_no_passthrough)
3482 (deprecated_grub_regcache_for_registers)
3483 (deprecated_grub_regcache_for_register_valid)
3484 (regcache_valid_p): Add function declarations.
3486 * regcache.c: Update copyright.
3487 (regcache_descr_handle): New global variable.
3488 (struct regcache_descr): Define.
3489 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3490 (regcache_descr, xfree_regcache_descr): New functions.
3491 (struct regcache): Define.
3492 (regcache_xmalloc, regcache_xfree): New functions.
3493 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3494 (regcache_dup, regcache_dup_no_passthrough): New functions.
3495 (regcache_valid_p, regcache_read_as_address): New functions.
3496 (deprecated_grub_regcache_for_registers): New function.
3497 (deprecated_grub_regcache_for_register_valid): New function.
3498 (current_regcache): New global variable.
3499 (register_buffer): Add regcache parameter. Update calls.
3500 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3501 (read_register_gen, write_register_gen): Update register_buffer
3502 call. Test for legacy_p instead of gdbarch_register_read_p or
3503 gdbarch_register_write_p.
3504 (regcache_collect): Update register_buffer call.
3505 (build_regcache): Rewrite. Use deprecated grub functions.
3506 (regcache_save, regcache_save_no_passthrough): New functions.
3507 (regcache_restore, regcache_restore_no_passthrough): New
3509 (_initialize_regcache): Create the regcache_data_handle. Swap
3510 current_regcache global variable.
3512 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3513 parameter to regcache_read and regcache_write calls.
3514 (sh4_register_read): Ditto.
3515 (sh64_pseudo_register_read): Ditto.
3516 (sh64_register_read): Ditto.
3517 (sh_pseudo_register_write): Ditto.
3518 (sh4_register_write): Ditto.
3519 (sh64_pseudo_register_write): Ditto.
3520 (sh64_register_write): Ditto.
3522 * defs.h (XCALLOC): Define.
3524 2002-06-19 Grace Sainsbury <graces@redhat.com>
3526 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3527 * m68k-tdep.c (m68k_gdbarch_init): Added.
3528 (m68k_dump_tdep): Added.
3530 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3532 * ada-lang.c (fill_in_ada_prototype): Update comment.
3534 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3536 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3538 (mips_abi_string, mips_abi_strings): New.
3539 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3540 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3541 tdep->mips_abi_string. Honor mips_abi_string. Default to
3542 O32 if no ABI is found.
3543 (mips_dump_tdep): Use mips_abi_strings.
3544 (mips_abi_update): New function.
3545 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3546 ``set mips abi'' and ``show mips abi''. Check the size of
3549 2002-06-19 Andrew Cagney <cagney@redhat.com>
3551 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3554 2002-06-18 Joel Brobecker <brobecker@gnat.com>
3556 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3557 current frame using only the first stack size adjustment. All
3558 subsequent size adjustments are not considered to be part of
3559 the "static" part of the current frame.
3560 Compute the address of the saved registers relative to the
3561 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3562 in use in this frame.
3564 2002-06-18 Don Howard <dhoward@redhat.com>
3566 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3567 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3568 suggesting this solution.
3570 2002-06-18 Andrew Cagney <ac131313@redhat.com>
3572 * config/romp/xm-rtbsd.h: Delete file.
3573 * config/romp/rtbsd.mh: Delete file.
3575 2002-06-18 Keith Seitz <keiths@redhat.com>
3577 * breakpoint.c (condition_command): Post breakpoint_modify
3578 when a condition is added to an existing breakpoint.
3579 (commands_command): Likewise for commands.
3580 (set_ignore_count): Likewise for ignore counts.
3581 If no tty, do not simply return, still need to send event
3583 (ignore_command): Only print a newline if the command came
3585 Don't call breakpoints_changed, since this is now properly
3586 handled by set_ignore_count.
3588 2002-06-18 Andrew Cagney <cagney@redhat.com>
3590 * MAINTAINERS: Note that cris-elf target can be compiled with
3592 * cris-tdep.c (cris_register_name): Make return type constant.
3593 (cris_breakpoint_from_pc): Ditto.
3595 2002-06-18 Michal Ludvig <mludvig@suse.cz>
3597 * frame.h (struct frame_info): Change type of context to
3600 2002-06-17 Andrew Cagney <cagney@redhat.com>
3602 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3604 * gdbarch.h, gdbarch.c: Regenerate.
3605 * config/mips/tm-mips.h (mips_register_name): Update.
3606 * i386-tdep.h (i386_register_name): Update.
3607 * mips-tdep.c (mips_register_name): Update
3608 * alpha-tdep.c (alpha_register_name): Update.
3609 * arch-utils.c (legacy_register_name): Update.
3610 * arch-utils.h (legacy_register_name): Update.
3611 * avr-tdep.c (avr_register_name): Update.
3612 * ia64-tdep.c (ia64_register_name): Update.
3613 * i386-tdep.c (i386_register_name): Update.
3614 * sparc-tdep.c (sparc32_register_name): Update.
3615 (sparc64_register_name): Update.
3616 (sparclite_register_name): Update.
3617 (sparclet_register_name): Update.
3618 * sh-tdep.c (sh_generic_register_name): Update.
3619 (sh_sh_register_name): Update.
3620 (sh_sh3_register_name): Update.
3621 (sh_sh3e_register_name): Update.
3622 (sh_sh_dsp_register_name): Update.
3623 (sh_sh3_dsp_register_name): Update.
3624 (sh_sh4_register_name): Update.
3625 (sh_sh64_register_name): Update.
3626 * s390-tdep.c (s390_register_name): Update.
3627 * rs6000-tdep.c (rs6000_register_name): Update.
3628 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3629 (ns32k_register_name_32382): Update.
3630 * d10v-tdep.c (d10v_ts2_register_name): Update.
3631 (d10v_ts3_register_name): Update.
3632 * xstormy16-tdep.c (xstormy16_register_name): Update.
3633 * vax-tdep.c (vax_register_name): Update.
3634 * v850-tdep.c (v850_register_name): Update.
3635 * m68hc11-tdep.c (m68hc11_register_name): Update.
3636 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3637 (am33_register_name): Update.
3639 2002-06-17 Grace Sainsbury <graces@redhat.com>
3641 * m68k-tdep.c: Reindented.
3643 2002-06-17 Andrew Cagney <ac131313@redhat.com>
3645 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3646 list of predefined types.
3648 2002-06-16 Mark Kettenis <kettenis@gnu.org>
3650 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3651 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3652 REGISTER_CONVERT_TO_RAW): Remove defines.
3653 (i386_register_virtual_type, i386_register_convertible,
3654 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3656 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3657 macros mentioned above.
3659 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3660 (i386lynx_saved_pc_after_call): Remove prototype.
3661 * i386ly-tdep.c: Include "i386-tdep.h".
3662 (i386lynx_saved_pc_after_call): Make static. Use
3663 read_memory_nobpt instead of read_memory. Use
3664 read_memory_unsigned_integer instead of read_memory_integer.
3665 (i386lynx_init_abi): New function.
3666 (i386lynx_coff_osabi_sniffer): New function.
3667 (_initialize_i386bsd_tdep): New function.
3669 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3670 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3671 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3672 (i386_fix_call_dummy): Remove prototype.
3673 * i386-tdep.c (i386_call_dummy_words): New variable.
3674 (i386_gdbarch_init): Adjust for removal of the
3675 macros mentioned above.
3677 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3679 * command.h (add_setshow_auto_boolean_cmd): Replace
3680 add_set_auto_boolean_cmd.
3681 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3682 add_set_auto_boolean_cmd.
3683 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3684 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3685 mask-address'' command.
3686 (show_mask_address): Add cmd parameter.
3687 * remote.c (add_packet_config_cmd): Update. Change type of
3688 set_func and show_func to cmd_sfunc_ftype.
3689 (_initialize_remote): Update `set remote Z-packet'
3690 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3691 (show_remote_protocol_e_packet_cmd): Ditto.
3692 (show_remote_protocol_E_packet_cmd): Ditto.
3693 (show_remote_protocol_P_packet_cmd): Ditto.
3694 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3695 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3696 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3697 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3698 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3699 (show_remote_protocol_Z_packet_cmd): Ditto.
3700 (show_remote_protocol_binary_download_cmd): Ditto.
3701 (show_remote_cmd): Pass NULL to all of above.
3703 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3705 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3706 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3707 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3708 POP_FRAME): Remove defines.
3709 (i386_push_arguments, i386_store_struct_return,
3710 i386_extract_return_value, i386_store_return_value,
3711 i386_extract_struct_value_address, i386_push_dummy_frame,
3712 i386_pop_frame): Renove prototypes.
3713 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3714 macros mentioned above.
3716 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3718 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3719 add_set_boolean_cmd.
3720 (add_setshow_cmd): New function.
3721 * command.h (add_setshow_boolean_cmd): Replace
3722 add_set_boolean_cmd.
3723 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3724 and ``set rdiromatzero''.
3725 * maint.c (_initialize_maint_cmds): Update commented out code.
3726 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3727 * target.c (initialize_targets): Update `set
3728 trust-readonly-sections'.
3729 * remote.c (_initialize_remote): Update `set remotebreak'.
3731 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3733 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3734 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3735 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3736 fit into multi-arch framework.
3737 (i386_breakpoint_from_pc): New function.
3738 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3741 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3742 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3743 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3744 (i386_frameless_function_invocation, i386_frame_num_args,
3745 i386_frame_init_saved_regs): Remove prototypes.
3746 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3747 macros mentioned above.
3749 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3751 * cli/cli-decode.c (set_cmd_cfunc): Update.
3752 (set_cmd_sfunc): Update.
3753 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3754 (set_cmd_sfunc, set_cmd_cfunc): Update.
3755 * cli/cli-decode.h: Update.
3757 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3759 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3760 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3762 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3764 * defs.h (auto_boolean): Declare enum.
3765 * command.h (cmd_auto_boolean): Delete enum.
3766 * mips-tdep.c (mask_address_var): Update.
3767 (mips_mask_address_p): Update.
3768 (show_mask_address): Update.
3769 * remote.c (struct packet_config): Update.
3770 (update_packet_config): Update.
3771 (show_packet_config_cmd): Update.
3772 (packet_ok): Update.
3773 (add_packet_config_cmd): Update.
3774 (_initialize_remote):
3775 * command.h: Update.
3776 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3777 (do_setshow_command): Update.
3778 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3779 * cli/cli-decode.h: Update.
3781 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3783 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3784 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3785 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3786 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3787 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3788 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3790 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3791 list of DJGPP COFF targets.
3793 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3794 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3795 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3796 (FP0_REGNUM): Remove define.
3797 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3798 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3799 (i386_register_virtual_size): Remove protoype.
3800 * i386-tdep.c (i386_register_virtual_size): Removed.
3801 (i386_extract_return_value, i386_store_return_value): Use
3802 FP0_REGNUM instead of NUM_FREGS to determine whether the
3803 floating-point registers are available.
3804 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3805 Adjust for removal of macros mentioned above.
3807 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3809 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3811 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3813 (supply_gregset, fill_gregset): Remove use of register keyword and
3814 remove declaration for regmap. Use I386_NUM_GREGS instead of
3815 NUM_REGS and NUM_FREGS.
3816 (FPREGSET_FSAVE_OFFSET): Remove.
3817 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3818 NUM_FREGS to determine whether the floating-point registers are
3821 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3822 gnu_store_registers): Replace usage of NUM_GREGS with
3825 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3826 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3827 usage of NUM_GREGS with I386_NUM_GREGS.
3829 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3831 * i386bsd-nat.c: Include "i386-tdep.h".
3832 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3835 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3836 and associated comment. They no longer make any sense, since we
3837 don't use this file anymore on Linux.
3839 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3840 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3841 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3842 elements in these arrays.
3843 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3846 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3848 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3849 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3851 2002-06-14 Andrew Cagney <cagney@redhat.com>
3853 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3854 EXTRACT_RETURN_VALUE.
3855 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3856 EXTRACT_STRUCT_VALUE_ADDRESS.
3857 * gdbarch.h, gdbarch.c: Regenerate.
3859 * values.c (value_being_returned): Handle
3860 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3861 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3863 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3864 * arm-tdep.c (arm_gdbarch_init): Update.
3865 * avr-tdep.c (avr_gdbarch_init): Update.
3866 * cris-tdep.c (cris_gdbarch_init): Update.
3867 * d10v-tdep.c (d10v_gdbarch_init): Update.
3868 * ia64-tdep.c (ia64_gdbarch_init): Update.
3869 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3870 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3871 * s390-tdep.c (s390_gdbarch_init): Update.
3872 * sh-tdep.c (sh_gdbarch_init): Update.
3873 * s390-tdep.c (s390_gdbarch_init): Update.
3874 * sparc-tdep.c (sparc_gdbarch_init): Update.
3875 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3876 * v850-tdep.c (v850_gdbarch_init): Update.
3877 * vax-tdep.c (vax_gdbarch_init): Update.
3878 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3879 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3881 * config/arc/tm-arc.h: Update.
3882 * config/d30v/tm-d30v.h: Update.
3883 * config/fr30/tm-fr30.h: Update.
3884 * config/h8300/tm-h8300.h: Update.
3885 * config/h8500/tm-h8500.h: Update.
3886 * config/i386/tm-i386.h: Update.
3887 * config/i386/tm-ptx.h: Update.
3888 * config/i386/tm-symmetry.h: Update.
3889 * config/i960/tm-i960.h: Update.
3890 * config/m32r/tm-m32r.h: Update.
3891 * config/m68k/tm-delta68.h: Update.
3892 * config/m68k/tm-linux.h: Update.
3893 * config/m68k/tm-m68k.h: Update.
3894 * config/m88k/tm-m88k.h: Update.
3895 * config/mcore/tm-mcore.h: Update.
3896 * config/mips/tm-mips.h: Update.
3897 * config/mn10200/tm-mn10200.h: Update.
3898 * config/pa/tm-hppa.h: Update.
3899 * config/pa/tm-hppa64.h: Update.
3900 * config/sparc/tm-sp64.h: Update.
3901 * config/sparc/tm-sparc.h: Update.
3902 * config/sparc/tm-sparclet.h: Update.
3903 * config/z8k/tm-z8k.h: Update.
3905 2002-06-14 Andrew Cagney <cagney@redhat.com>
3907 * Makefile.in (i386_linux_tdep_h): Define.
3908 (i386_tdep_h, i387_tdep_h): Define.
3909 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3910 $(i386_tdep_h) and $(i387_tdep_h).
3911 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3913 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3915 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3916 Already covered by the default.
3918 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3919 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3920 (i386_gdbarch_init): Initialize long_double_format and long_double
3923 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3924 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3926 * config/i386/i386sol2.mh: ... here.
3927 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3928 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3929 (SIGCONTEXT_PC_OFFSET): Remove define.
3930 (IN_SIGTRAMP): Remove define.
3931 * i386-sol2-tdep.c: New file.
3933 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3934 * config/i386/tm-i386nw.h: Removed.
3936 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3937 USE_STRUCT_CONVENTION): Remove defines.
3938 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3939 (get_longjmp_target): Remove prototype.
3940 (IN_SIGTRAMP): Remove define.
3941 (i386bsd_in_sigtramp): Remove prototype.
3942 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3943 function. Update comment accordingly
3944 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3945 (FRAME_SAVED_PC): Remove define.
3946 (i386bsd_frame_saved_pc): Remove prototype.
3947 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3948 GET_LONGJMP_TARGET): Remove defines.
3949 (get_longjmp_target): Remove prototype.
3950 (IN_SIGTRAMP): Remove define.
3951 (i386bsd_in_sigtramp): Remove prototype.
3952 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3953 function. Update comment accordingly
3954 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3955 (FRAME_SAVED_PC): Remove define.
3956 (i386bsd_frame_saved_pc): Remove prototype.
3957 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3959 (USE_STRUCT_CONVENTION): Remove prototype.
3960 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3962 (_initialize_i386bsd_nat): Revise logic to determine some
3963 constants at compile time when compiling a native GDB. Warn if
3964 things don't match up with what we expect.
3965 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3967 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3968 to use date stored in `struct gdbarch_tdep'.
3969 (i386bsd_sigcontext_offset): Remove varaible.
3970 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3971 stored in `struct gdbarch_tdep'.
3972 (i386bsd_frame_saved_pc): Make static.
3973 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3974 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3975 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3976 i386fbsd4_sc_pc_offset): New variables.
3977 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3978 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3980 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3982 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3983 Modify the value of i386fbsd_sigtramp_start and
3984 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3985 i386fbsd_sigtramp_end.
3986 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3989 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3990 define to i386-linux-tdep.h.
3991 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3992 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3994 (i386_linux_register_name, i386_linux_register_byte,
3995 i386_linux_register_raw_size): Remove prototypes.
3996 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3997 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3998 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3999 TARGET_WRITE_PC): Remove defines.
4000 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4001 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4002 i386_linux_write_pc): Remove prototypes.
4003 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4004 (get_longjmp_target): Remove prototype.
4005 * i386-linux-tdep.h: New file.
4006 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4007 * i386-linux-tdep.c: Include "i386-tdep.h" and
4008 "i386-linux-tdep.h".
4009 (i386_linux_register_name, i386_linux_register_byte,
4010 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4011 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4013 (i386_linux_init_abi): New function.
4014 (_initialize_i386_linux_tdep): New function.
4016 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4017 (i386_saved_pc_after_call): Remove prototype.
4018 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4019 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4020 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4021 (i386_register_name, i386_stab_reg_to_regnum,
4022 i386_dwarf_reg_to_regnum): Remove prototypes.
4023 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4024 SIZEOF_SSE_REGS): Remove defines.
4025 (REGISTER_BYTES): Remove define.
4026 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4027 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4028 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4029 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4030 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4031 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4032 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4033 (get_longjmp_target): Remove prototype.
4034 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4035 (sigtramp_saved_pc): Remove define.
4036 (i386v4_sigtramp_saved_pc): Remove prototype.
4037 * config/i386/tm-go32.h (FRAME_CHAIN,
4038 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4039 (i386go32_frame_saved_pc): Remove prototype.
4040 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4041 (get_longjmp_target): Remove prototype.
4042 * i386-tdep.h: Include "osabi.h".
4043 (enum i386_abi): Removed.
4044 (enum struct_return): New enum.
4045 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4046 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4047 sc_pc_offset members.
4048 (i386_gdbarch_register_os_abi): Remove prototype.
4049 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4050 I386_SSE_NUM_REGS): New defines.
4051 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4052 I386_SSE_SIZEOF_REGS): New defines.
4053 (i386_register_name, i386_register_byte, i386_register_raw_size):
4055 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4056 (i386bsd_sigtramp_saved_pc): New prototype.
4057 * i386-tdep.c: Don't include "elf-bfd.h".
4058 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4059 i386_frame_chain, i386_saved_pc_after_call): Make static.
4060 (i386_frame_saved_pc): Rewrite to call architecture dependent
4061 function to deal with signal handlers. Make static.
4062 (i386go32_frame_saved_pc): Removed.
4063 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4065 (i386_get_longjmp_target): New function.
4066 (default_struct_convention, pcc_struct_convention,
4067 reg_struct_convention, valid_conventions, struct_convention): New
4069 (i386_use_struct_convention): New function.
4070 (i386v4_sigtramp_saved_pc): Renamed to
4071 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4072 (i386_pc_in_sigtramp): New function.
4073 (i386_abi_names): Removed.
4074 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4075 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4077 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4078 i386_gdbarch_register_os_abi): Removed.
4079 (struct i386_abi_handler): Removed.
4080 (i386_abi_handler_list): Removed.
4081 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4083 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4084 i386_nw_init_abi): New functions.
4085 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4086 Use set_gdbarch_xxx() calls instead of relying on macros for a
4088 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4089 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4090 Register the various architecture variants defined in this file.
4092 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
4094 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4095 (struct main_type): Remove arg_types member. Update comments for
4097 (TYPE_ARG_TYPES): Remove.
4098 (TYPE_FN_FIELD_ARGS): Update.
4099 (smash_to_method_type): Update prototype.
4101 * c-typeprint.c (cp_type_print_method_args): Take method type
4102 instead of argument list. Use new argument layout. Simplify.
4103 (c_type_print_args): Use new argument layout. Simplify.
4104 (c_type_print_base): Update call to cp_type_print_method_args.
4105 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4106 argument; use die->type instead. Update call to
4107 smash_to_method_type.
4108 (read_structure_scope): Update call to dwarf2_add_member_fn.
4109 * gdbtypes.c (allocate_stub_method): Update comment.
4110 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4111 Use new argument layout.
4112 (check_stub_method): Use new argument layout. Don't count
4113 void as an argument.
4114 (print_arg_types): Update comments. Use new argument layout.
4115 (recursive_dump_type): Don't print arg_types member.
4116 * hpread.c (hpread_read_struct_type): Use new argument layout.
4117 (fixup_class_method_type): Likewise.
4118 (hpread_type_lookup): Likewise.
4119 * stabsread.c (read_type): Update calls to read_args and
4120 smash_to_method_type.
4121 (read_args): Use new argument layout. Simplify.
4122 * valops.c (typecmp): Use new argument layout. Update parameters
4123 and comments. Simplify.
4124 (hand_function_call): Use new argument layout.
4125 (search_struct_method): Update call to typecmp.
4126 (find_overload_match): Use new argument layout.
4128 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4130 * NEWS: Mention multithreaded debug support for gdbserver.
4132 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4134 * MAINTAINERS: Mention NEWS.
4136 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4138 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4139 (struct mips_objfile_private, compare_pdr_entries): New.
4140 (non_heuristic_proc_desc): Read the ".pdr" section if it
4143 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4145 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4146 (arm_debug): New static variable.
4147 (_initialize_arm_tdep): Add ``set debug arm'' command.
4149 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4151 * Makefile.in (sim_arm_h): Define.
4152 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4153 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4154 (arm_register_sim_regno): New function, map an internal REGNUM
4155 onto a simulator register number.
4156 (arm_gdbarch_init): Set register_sim_regno.
4158 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
4160 * MAINTAINERS: Add self.
4162 2002-06-11 Jim Blandy <jimb@redhat.com>
4164 * source.c (source_info): Mention whether the symtab has
4165 information about preprocessor macros.
4167 Call the command `info macro', not `show macro'.
4168 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4170 (_initialize_macrocmd): Register `info_macro_command' in
4171 `infolist', not `showlist'.
4173 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4175 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4176 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4177 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4178 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4179 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4181 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4182 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4183 (_initialize_mips_tdep): Remove dead code.
4184 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4185 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4186 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4187 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4188 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4189 MIPS_LAST_FP_ARG_REGNUM): Remove.
4191 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4193 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4194 (unwind_tmp_obstack_free, parse_frame_info)
4195 (update_context, cfi_read_fp, cfi_write_fp)
4196 (cfi_frame_chain, cfi_init_extra_frame_info)
4197 (cfi_virtual_frame_pointer): Use the above function.
4198 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4200 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
4202 * v850-tdep.c (v850_type_is_scalar): New function.
4203 (v850_use_struct_convention): Match current gcc implementation
4204 as close as possible.
4205 (v850_push_arguments): Fix stack_offset handling. Don't write
4206 struct_addr into register. This is done by v850_store_struct_return.
4207 (v850_extract_return_value): Care for structs.
4208 (v850_store_return_value): Ditto.
4209 (v850_store_struct_return): Actually write address.
4211 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4213 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4214 without debug information too.
4216 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4218 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4219 Make multi-arch pure.
4220 * gdbarch.h, gdbarch.c: Re-generate.
4221 * arm-tdep.c (arm_print_float_info): Update.
4222 * arch-utils.h (default_print_float_info): Update.
4223 * arch-utils.c (default_print_float_info): Update.
4224 * infcmd.c (float_info): Update call.
4226 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4228 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4229 the front of the initialize list.
4231 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4233 * infrun.c (struct inferior_status): Replace fields
4234 selected_frame_address and selected_level with field
4236 (save_inferior_status): Update. Use get_frame_id.
4237 (struct restore_selected_frame_args): Delete.
4238 (restore_selected_frame): Update. Use frame_find_by_id.
4239 (restore_inferior_status): Update.
4241 * breakpoint.h (struct breakpoint): Change type of
4242 watchpoint_frame to frame_id.
4243 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4244 call to get_current_frame.
4245 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4247 (watchpoint_check): Use frame_find_by_id.
4249 * frame.h (record_selected_frame): Delete declaration.
4250 * stack.c (record_selected_frame): Delete function.
4252 * frame.h (struct frame_id): Define.
4253 (get_frame_id): Declare.
4254 (frame_find_by_id): Declare.
4255 * frame.c (frame_find_by_id): New function.
4256 (get_frame_id): New function.
4258 2002-06-10 Andrey Volkov <avolkov@transas.com>
4260 * ser-e7kpc.c: Fix duplicated define and call of
4261 _initialize_ser_e7000pc
4263 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4265 * signals/signals.c (target_signal_from_host): Fix #ifdef
4267 (do_target_signal_to_host): Likewise.
4269 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4271 * mips-tdep.c (mips_find_abi_section): New function.
4272 (mips_gdbarch_init): Call it.
4274 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4276 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4277 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4278 after Andrew's 2002-06-08 gdbarch change.
4280 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4282 * i386-linux-nat.c (suppy_gregset): Don't supply
4283 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4285 (fill_gregset): Don't fetch it under the same circumstances.
4287 2002-06-09 Andrew Cagney <cagney@redhat.com>
4289 * Makefile.in (callback_h): Define.
4290 (remote_sim_h): Update path to remote-sim.h.
4291 (remote-rdp.o): Add $(callback_h).
4292 (remote-sim.o): Use $(callback_h).
4293 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4294 * remote-rdp.c: Include "gdb/callback.h".
4296 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4298 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4299 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4301 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4303 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4304 * rdi-share/serpardr.c: Ditto.
4305 * rdi-share/unixcomm.c: Ditto.
4306 * rdi-share/serdrv.c: Ditto.
4307 * rdi-share/hostchan.h: Ditto.
4308 * rdi-share/hostchan.c: Ditto.
4309 * rdi-share/host.h: Ditto.
4310 * rdi-share/devsw.c: Ditto.
4312 * objfiles.h: Change type of obj_private to void pointer.
4313 * pa64solib.c: Update copyright. Don't include "assert.h", use
4314 strcmp instead of STREQ, use LONGEST, do not use PTR
4315 * somsolib.c: Ditto.
4317 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4318 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4319 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4321 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4323 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4324 (default_get_saved_register): Delete function.
4325 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4326 generic_unwind_get_saved_register.
4327 * gdbarch.h, gdbarch.c: Re-generate.
4329 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4331 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4332 generic_func_frame_chain_valid.
4333 * gdbarch.h, gdbarch.c: Re-generate.
4334 * blockframe.c (generic_func_frame_chain_valid): Only check
4335 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
4336 passing FP to PC_IN_CALL_DUMMY.
4339 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4341 * gdbarch.sh (struct gdbarch_data): Add field init_p.
4342 (register_gdbarch_data): Initialize init_p.
4343 (gdbarch_data): Initialize data pointer using the init function.
4344 (init_gdbarch_data): Delete function.
4345 (gdbarch_update_p): Update.
4346 (initialize_non_multiarch): Update.
4347 (struct gdbarch): Add field initialized_p.
4348 * gdbarch.h, gdbarch.c: Re-generate.
4350 2002-06-07 Michal Ludvig <mludvig@suse.cz>
4352 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4353 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4354 better do the things actually here.
4355 * x86-64-tdep.c (x86_64_register_name2nr): New.
4356 (x86_64_register_name): Renamed to x86_64_register_nr2name.
4357 (x86_64_gdbarch_init): Respect the above change.
4358 * x86-64-tdep.h (x86_64_register_name2nr)
4359 (x86_64_register_nr2name): Add prototypes.
4360 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4362 2002-06-06 Michael Snyder <msnyder@redhat.com>
4364 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4365 Delete extra braces and re-indent.
4366 (d10v_store_return_value): Char return values
4367 must be shifted over by one byte in R0.
4368 (d10v_extract_return_value): Delete extra braces, re-indent.
4370 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4372 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4373 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4374 (d10v_integer_to_address): Rewrite.
4375 (d10v_frame_init_saved_regs): When reading fp and sp registers use
4376 the d10v specific functions which take care of converting to the
4379 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4381 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4382 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4384 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4386 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4388 * config/tm-linux.h: Ditto.
4389 * config/alpha/tm-alphalinux.h: Ditto.
4390 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4391 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4392 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4393 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4394 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4395 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4396 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4397 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4398 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4399 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4400 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4401 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4402 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4403 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4404 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4405 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4406 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4407 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4408 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4409 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4410 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4411 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4412 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4413 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4414 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4415 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4416 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4417 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4418 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4419 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4420 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4421 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4422 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4423 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4424 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4425 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4426 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4428 2002-05-04 Aidan Skinner <aidan@velvet.net>
4430 * ada-exp.tab.c: New file
4431 * ada-exp.y: New file
4432 * ada-lang.c: New file
4433 * ada-lang.h: New file
4434 * ada-lex.c: New file
4435 * ada-lex.l: New file
4436 * ada-tasks.c: New file
4437 * ada-typeprint.c: New file
4438 * ada-valprint.c: New file
4440 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4442 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4443 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4445 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4447 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4448 insetead of ppc-linux-tdep.o.
4449 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4450 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4452 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4454 2002-05-07 Christian Groessler <chris@groessler.org>
4455 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4456 bit register contents for little endian hosts.
4458 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4460 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4463 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4465 * gdbarch.h: Regenerate.
4467 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4469 * MAINTAINERS: Add everyone to write-after-approval list.
4471 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4473 * stack.c (frame_info): Use frame_register_unwind instead of
4474 saved_regs. Mention when the SP is on the stack or in a register.
4476 * frame.h (frame_register_unwind_ftype): Define. Document.
4477 (struct frame_info): Add field register_unwind and
4478 register_unwind_cache.
4479 (frame_register_unwind): Declare.
4480 (generic_unwind_get_saved_register): Declare.
4482 * frame.c (frame_register_unwind): New function.
4483 (generic_unwind_get_saved_register): New function.
4485 * blockframe.c (generic_call_dummy_register_unwind): New function.
4486 (frame_saved_regs_register_unwind): New function.
4487 (set_unwind_by_pc): New function.
4488 (create_new_frame): New function.
4489 (get_prev_frame): New function.
4491 2002-05-30 Andrew Cagney <ac131313@redhat.com>
4493 * a29k-share/: Delete directory.
4494 * remote-vx29k.c: Delete file.
4496 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4498 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4499 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4501 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4503 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4504 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4507 (sparcnbsd-tdep.o): New dependency lists.
4508 * NEWS: Note new UltraSPARC NetBSD native configuration.
4509 * configure.host (sparc64-*-netbsd*): New host.
4510 * configure.tgt (sparc-*-netbsdelf*)
4511 (sparc-*-netbsd*): Set gdb_target to nbsd.
4512 (sparc64-*-netbsd*): New target.
4513 * sparc64nbsd-nat.c: New file.
4514 * sparcnbsd-nat.c: New file.
4515 * sparcnbsd-tdep.c: New file.
4516 * sparcnbsd-tdep.h: New file.
4517 * config/sparc/nbsd.mt: New file.
4518 * config/sparc/nbsd64.mh: New file.
4519 * config/sparc/nbsd64.mt: New file.
4520 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4521 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4523 * config/sparc/nbsdaout.mt: Remove.
4524 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4525 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4527 * config/sparc/nbsdelf.mt: Remove.
4528 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4529 sparc-nat.c compatiblity defines.
4530 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4531 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4532 * config/sparc/tm-nbsd64.h: New file.
4533 * config/sparc/tm-nbsdaout.h: Remove.
4534 * config/sparc/xm-nbsd.h: Remove.
4536 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4538 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4539 * sparc-tdep.c: Include osabi.h.
4540 (gdbarch_tdep): Add osabi member.
4541 (_initialize_sparc_tdep): Use gdbarch_register.
4542 (sparc_gdbarch_init): Use generic OS ABI framework.
4543 (sparc_dump_tdep): New function.
4545 2002-05-30 Kevin Buettner <kevinb@redhat.com>
4547 * corefile.c (do_captured_read_memory_integer): Return non-zero
4549 (safe_read_memory_integer): Copy result of memory read when
4550 status is non-zero. Also, add comments.
4552 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4554 * Makefile.in (ppc_tdep_h): Define.
4557 (rs6000-tdep.o): Use $(ppc_tdep_h).
4560 (ppcnbsd-tdep.o): New dependency lists.
4561 * ppc-tdep.h: Use generic OS ABI framework.
4562 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4563 (ppc_linux_init_abi): New functions.
4564 (ppc_sysv_abi_broken_use_struct_convention)
4565 (ppc_sysv_abi_use_struct_convention)
4566 (ppc_sysv_abi_push_arguments): Move to...
4567 * ppc-sysv-tdep.c: ...here.
4568 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4569 * rs6000-tdep.c (process_note_abi_tag_sections)
4570 (get_elfosabi): Remove.
4571 (rs6000_gdbarch_init): Use generic OS ABI framework.
4572 (rs6000_dump_tdep): New function.
4573 (_initialize_rs6000_tdep): Use gdbarch_register.
4574 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4575 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4576 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4577 of ppc-linux-tdep.o.
4578 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4579 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4580 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4581 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4582 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4583 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4585 2002-05-29 Jim Blandy <jimb@redhat.com>
4587 * macroscope.c (default_macro_scope): Put `void' in empty argument
4590 2002-05-29 Andrew Cagney <ac131313@redhat.com>
4592 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4593 * arch-utils.c: Include "sim-regno.h".
4594 * gdbarch.sh: Don't include "sim-regno.h".
4595 * gdbarch.h, gdbarch.c: Regenerate.
4596 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4598 * arch-utils.h (legacy_register_sim_regno): To here.
4599 * remote-sim.c (legacy_register_sim_regno): Move function from
4601 * arch-utils.c (legacy_register_sim_regno): To here.
4603 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4605 * sim-regno.h: New file.
4606 * Makefile.in (sim_regno_h): Define.
4607 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4608 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4609 (legacy_register_sim_regno): New function.
4610 (one2one_register_sim_regno): New function.
4611 (gdbsim_fetch_register): Rewrite.
4612 (gdbsim_store_register): Only store a register when
4613 REGISTER_SIM_REGNO is valid.
4614 * d10v-tdep.c: Include "sim-regno.h".
4615 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4616 (d10v_ts3_register_sim_regno): Ditto.
4617 * gdbarch.sh: Include "sim-regno.h".
4618 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4619 * gdbarch.h, gdbarch.c: Regenerate.
4620 * arch-utils.h (default_register_sim_regno): Delete declaration.
4621 * arch-utils.c (default_register_sim_regno): Delete function.
4623 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4625 * ppcnbsd-nat.c: Rewrite.
4626 * ppcnbsd-tdep.c: New file.
4627 * ppcnbsd-tdep.h: New file.
4628 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4629 solib.o, and solib-svr4.o.
4630 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4631 nbsd-tdep.o, and corelow.o.
4633 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4635 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4636 `tr' and `sed'. Mention that `broken' targets are not expected to
4639 2002-05-27 Michal Ludvig <mludvig@suse.cz>
4641 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4642 Let PC point right after the prologue before looking up symbols.
4644 2002-05-27 Martin M. Hunt <hunt@redhat.com>
4646 * i386-tdep.c (i386_register_virtual_type): Return
4647 builtin_type_vec128i for SSE registers.
4649 * gdbtypes.h (builtin_type_vec128i): Declare.
4651 * gdbtypes.c (build_builtin_type_vec128i): New function.
4652 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4653 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4654 (build_gdbtypes): Initialize new builtin vector types.
4655 (_initialize_gdbtypes): Register new vector types with gdbarch.
4657 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4659 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4660 since it has been multi-arch'd.
4661 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4662 Move Alpha and VAX multi-arch news entries to same section
4663 as other multi-arch news.
4665 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4667 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4668 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4669 static. Rename some register numbers to put them in ns32k-tdep
4671 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4672 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4674 (_initialize_ns32k_tdep): Use gdbarch_register.
4675 * ns32k-tdep.h: New file.
4676 * ns32knbsd-tdep.c: New file.
4677 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4678 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4679 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4680 REGISTER_BYTES, REGISTER_BYTE): Remove.
4681 * config/ns32k/tm-ns32k.h: New file.
4682 * config/ns32k/tm-umax.h: Remove.
4684 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4686 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4687 ns32k_store_struct_return, ns32k_extract_return_value,
4688 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4690 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4691 ns32k_saved_pc_after_call.
4692 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4693 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4694 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4695 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4696 ns32k_extract_struct_value_address.
4698 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4700 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4701 ns32k_fix_call_dummy): New.
4702 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4703 ns32k_call_dummy_words.
4704 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4705 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4706 CALL_DUMMY_NARGS): Remove.
4707 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4709 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4711 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4712 ns32k_frame_saved_pc, ns32k_frame_args_address,
4713 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4714 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4715 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4716 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4717 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4718 (BREAKPOINT): Remove..
4719 (FRAME_CHAIN): Define as ns32k_frame_chain.
4720 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4721 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4722 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4723 (FRAME_FIND_SAVED_REGS): Remove.
4724 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4725 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4726 (POP_FRAME): Define as ns32k_pop_frame.
4728 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4730 * ns32k-tdep.c (ns32k_register_byte_32082,
4731 ns32k_register_byte_32382, ns32k_register_raw_size,
4732 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4734 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4735 ns32k_register_byte_32382.
4736 * config/ns32k/tm-umax.h: Update copyright years.
4737 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4738 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4739 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4740 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4741 (ns32k_get_enter_addr): Fix prototype.
4743 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4745 * ns32k-tdep.c: Update copyright years.
4746 (ns32k_register_name_32082): New function.
4747 (ns32k_register_name_32382): Ditto.
4748 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4749 (REGISTER_NAME): Define as ns32k_register_name_32382.
4750 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4751 (REGISTER_NAME): Define as ns32k_register_name_32082.
4753 2002-05-24 Jim Blandy <jimb@redhat.com>
4755 * dwarf2read.c (free_line_header): Use xfree, not free.
4757 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4759 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4760 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4762 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4764 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4766 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4768 From Ross Alexander at NEC Europe:
4769 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4771 2002-05-23 Michael Snyder <msnyder@redhat.com>
4773 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4774 for input, rather than parse_and_eval_address.
4776 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4778 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4779 * Makefile.in (sim_d10v_h): Update definition.
4781 2002-05-24 Andrew Cagney <cagney@redhat.com>
4783 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4784 change `2002-05-22 Michael Snyder' below.
4785 (d10v_push_arguments): Ditto.
4786 (d10v_extract_return_value): Ditto.
4788 2002-05-23 Jim Blandy <jimb@redhat.com>
4790 * macrotab.c (check_for_redefinition): Don't complain if the new
4791 definition is the same as the previous one. Take more arguments
4792 to allow the comparison.
4793 (macro_define_object, macro_define_function): Pass more arguments
4794 to check_for_redefinition.
4796 2002-05-22 Michael Snyder <msnyder@redhat.com>
4798 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4799 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4800 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4801 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4802 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4803 Add a temp variable to save a call (and a memory read).
4804 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4805 if possible (so that PC_IN_CALL_DUMMY will work).
4807 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4809 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4811 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4813 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4815 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4816 (dwarf2_build_frame_info): Add offset to fde->initial_location
4817 so that frames of shared libraries are mapped correctly.
4818 (execute_stack_op): Change type of 'result' from ULONGEST to
4821 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4823 * config/alpha/tm-nbsd.h: Include solib.h.
4825 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4827 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4828 assumptions about the host's byte order.
4830 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4832 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4834 * alphanbsd-tdep.c: Include solib-svr4.h.
4835 * shnbsd-tdep.c: Ditto.
4837 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4839 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4840 nbsd-tdep.h to dependency list.
4841 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4842 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4843 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4844 nbsdaout.mh and nbsdelf.mh consistently.
4845 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4846 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4847 nbsdaout.mt and nbsdelf.mh consistently.
4848 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4849 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4850 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4851 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4852 a.out shared library stuff from here...
4853 * config/nm-nbsdaout.h: ...to here.
4854 * config/tm-nbsd.h: Remove.
4855 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4856 * config/arm/nbsd.mh: Remove.
4857 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4859 * config/arm/nbsdaout.mh: New file.
4860 * config/arm/nbsdelf.mh: New file.
4861 * config/arm/nm-nbsdaout.h: New file.
4862 * config/i386/nbsd.mh: Remove.
4863 * config/i386/nbsd.mt: Remove.
4864 * config/i386/nbsdaout.mh: New file.
4865 * config/i386/nbsdaout.mt: New file.
4866 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4867 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4868 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4869 i386_register_u_addr): Remove.
4870 * config/i386/nm-nbsdaout.h: New file.
4871 * config/i386/nm-nbsdelf.h: Remove.
4872 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4873 (USE_STRUCT_CONVENTION): Remove.
4874 * config/i386/tm-nbsdaout.h: New file.
4875 * config/i386/tm-nbsdelf.h: Remove.
4876 * config/m68k/nbsd.mh: Remove.
4877 * config/m68k/nbsd.mt: Remove.
4878 * config/m68k/nbsdaout.mh: New file.
4879 * config/m68k/nbsdaout.mt: New file.
4880 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4881 * config/m68k/nm-nbsdaout.h: New file.
4882 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4883 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4884 * config/ns32k/nbsd.mh: Remove.
4885 * config/ns32k/nbsd.mt: Remove.
4886 * config/ns32k/nbsdaout.mh: New file.
4887 * config/ns32k/nbsdaout.mt: New file.
4888 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4889 * config/ns32k/nm-nbsdaout.h: New file.
4890 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4891 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4892 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4893 (SVR4_SHARED_LIBS): Remove.
4894 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4895 * config/sparc/nbsd.mh: Remove.
4896 * config/sparc/nbsd.mt: Remove.
4897 * config/sparc/nbsdaout.mh: New file.
4898 * config/sparc/nbsdaout.mt: New file.
4899 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4900 * config/sparc/nbsdelf.mt: New file.
4901 * config/sparc/nm-nbsdaout.h: New file.
4902 * config/sparc/nm-nbsdelf.h: Remove.
4903 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4904 * config/sparc/tm-nbsdaout.h: New file.
4906 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4908 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4910 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4912 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4914 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4916 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4918 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4920 * NEWS: Note new MIPS NetBSD native configuration.
4921 * configure.host (mips*-*-netbsd*): New host.
4922 * configure.tgt (mips*-*-netbsd*): New target.
4923 * mipsnbsd-nat.c: New file.
4924 * mipsnbsd-tdep.c: New file.
4925 * mipsnbsd-tdep.h: New file.
4926 * config/mips/nbsd.mh: New file.
4927 * config/mips/nbsd.mt: New file.
4928 * config/mips/nm-nbsd.h: New file.
4929 * config/mips/tm-nbsd.h: New file.
4931 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4933 * Makefile.in (SFILES): Add osabi.c.
4934 (COMMON_OBS): Add osabi.o.
4935 (osabi.o): New dependency list.
4936 * osabi.c: New file.
4937 * osabi.h: New file.
4938 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4940 * Makefile.in (alpha_tdep_h): Define and use instead of
4942 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4943 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4945 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4946 * alpha-tdep.h: Include osabi.h.
4947 (alpha_abi): Remove.
4948 (gdbarch_tdep): Use generic OS ABI framework.
4949 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4950 gdbarch_register_osabi.
4951 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4952 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4953 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4955 * Makefile.in (sh_tdep_h): Add osabi.h.
4956 * sh-tdep.h (sh_osabi): Remove.
4957 (gdbarch_tdep): Use generic OS ABI framework.
4958 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4959 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4960 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4961 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4963 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4964 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4965 gdbarch_register_osabi.
4966 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4967 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4968 (get_elfosabi): Rename to...
4969 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4970 ABI framework support routines.
4971 (arm_gdbarch_init): Use generic OS ABI framework.
4972 (arm_dump_tdep): Likewise.
4973 (_initialize_arm_tdep): Likewise.
4974 * arm-tdep.h: Include osabi.h.
4976 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4978 (arm_gdbarch_register_os_abi): Remove prototype.
4979 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4980 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4982 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4983 * mips-tdep.c: Include osabi.h.
4984 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4987 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4989 * h8300-tdep.c: Fix formatting.
4991 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4993 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4994 printing vector registers.
4996 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4998 From Fernando Nasser:
4999 * remote.c (remote_async_open_1): Re-throw the exception when the
5001 (remote_cisco_open): Ditto.
5002 (remote_open_1): Ditto.
5004 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5006 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5007 (remote_start_remote): Add uiout parameter. Pass through to
5008 remote_start_remote_dummy.
5009 (remote_open_1): Use catch_exception instead of catch_errors.
5010 (remote_async_open_1): Ditto.
5011 (remote_cisco_open): Ditto.
5013 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5015 * remote.c (remote_start_remote): Replace PTR with void pointer.
5016 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5019 2002-05-18 Andrew Cagney <ac131313@redhat.com>
5021 * gdb_indent.sh: Allow the script to be run in the sim directory.
5023 2002-05-18 Mark Kettenis <kettenis@gnu.org>
5025 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5026 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5028 * corelow.c (core_open): Only call set_gdbarch_from_file if
5031 2002-05-17 Andrey Volkov <avolkov@transas.com>
5033 * h8300-tdep.c: Add support of EXR register
5034 * config/h8300/tm-h8300.h: Ditto.
5036 2002-05-17 Andrey Volkov <avolkov@transas.com>
5038 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5040 2002-05-17 Andrey Volkov <avolkov@transas.com>
5042 * h8300-tdep.c: Change literal regnums to REGNO.
5044 2002-05-17 Jim Blandy <jimb@redhat.com>
5046 * NEWS: Note addition of macro support.
5048 Expand preprocessor macros in C expressions.
5049 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5050 (scan_macro_expansion, scanning_macro_expansion,
5051 finished_macro_expansion): New function declarations.
5052 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5053 variable declarations.
5054 * parser-defs.h (expression_context_pc): New declaration.
5055 * parse.c (expression_context_pc): New variable.
5056 (parse_exp_1): Set expression_context_pc, as well as
5057 expression_context_block.
5058 * c-exp.y (yylex): If we're not already reading the result of a
5059 macro expansion, try to macro-expand the next token. When we're
5060 done scanning a macro expansion, switch back to the mainline text.
5061 Commas and `if's in a macro's expansion don't terminate the input.
5062 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5063 (macro_original_text, macro_expanded_text,
5064 expression_macro_lookup_func, expression_macro_lookup_baton): New
5066 (scan_macro_expansion, scanning_macro_expansion,
5067 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5068 c_preprocess_and_parse): New functions.
5069 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5070 c_preprocess_and_parse, instead of c_parse.
5071 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5072 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5074 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5076 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5077 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5078 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5080 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
5082 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5084 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5086 * Makefile.in (sh_tdep_h): Define and use.
5087 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5088 register enum): Move to...
5089 * * sh-tdep.h: ...here.
5090 * sh-tdep.c: Include sh-tdep.h.
5091 * sh3-rom.c: Likewise.
5092 * shnbsd-tdep.c: Likewise.
5094 2002-05-16 Michael Snyder <msnyder@redhat.com>
5096 * arm-tdep.c: Spelling fix in comment.
5098 2002-05-16 Jim Blandy <jimb@redhat.com>
5100 Add commands for manually expanding macros and showing their
5102 * macrocmd.c, macroscope.c, macroscope.h: New files.
5103 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5104 (macroscope_h): New variable.
5105 (HFILES_NO_SRCDIR): Add macroscope.h.
5106 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5107 (macroscope.o, macrocmd.o): New rules.
5109 Teach the Dwarf 2 reader to read macro information.
5110 * dwarf2read.c: #include "macrotab.h".
5111 (dwarf_macinfo_buffer): New variable.
5112 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5114 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5115 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5116 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5117 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5118 dwarf2_macro_spaces_in_definition): New complaints.
5119 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5120 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5121 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5122 the partial symbol table.
5123 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5124 from what's recorded in the partial symbol table.
5125 (read_file_scope): If the compilation unit has a
5126 `DW_AT_macro_info' attribute, read its macro information.
5127 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5129 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5132 * ser-tcp.c: Don't include <netinet/udp.h>.
5134 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5136 * MAINTAINERS: Update my email address.
5138 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
5140 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5141 include file of the same name.
5143 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5145 * configure.tgt: Mark v850 as multi-arched.
5146 * config/v850/tm-v850.h: Remove file.
5147 * config/v850/v850.mt: Eliminate TM_FILE.
5149 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5151 * v850-tdep.c: Full multi-arch.
5152 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5153 Define GDB_MULTI_ARCH to 2.
5155 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5157 * p-exp.y (current_type): New static variable.
5158 Carries the type of the expression at the position that is parsed.
5159 (push_current_type, pop_current_type): Two new functions. Used
5160 to store/restore current_type in expression on specific tokens.
5161 (search_field): New static variable. Set to one after parsing a point
5162 as at that point only a FIELDNAME token should be searched.
5163 (FIELDNAME): New token. After a point only a token belonging to
5164 current_type type definition is allowed.
5165 (all over token rules): reset and change current_type according
5167 (exp '[' rule): insert implicit array index field if
5168 exp is a pascal string type.
5170 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5172 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5173 frame info. Use frame_info's saved_regs instead of matching member
5174 in extra_frame_info throughout.
5175 (v850_frame_init_saved_regs): New function.
5176 (v850_init_extra_frame_info): Move most functionality into
5177 v850_frame_init_saved_regs().
5178 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5179 (v850_frame_find_saved_regs): Remove declaration.
5180 (FRAME_FIND_SAVED_REGS): Remove definition.
5181 (v850_frame_init_saved_regs): Add declaration.
5182 (FRAME_INIT_SAVED_REGS): Add definition.
5184 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5186 * v850-tdep.c: Begin multi-arch'ing v850.
5187 (v850_target_architecture_hook): Remove function.
5188 (v850_gdbarch_init): New function. Add code previously in
5189 v850_target_architecture_hook().
5190 (_initialize_v850_tdep): Don't set target_architecture_hook.
5191 Call register_gdbarch_init() instead.
5193 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5195 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5196 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5197 (fixup_class_method_type): Likewise.
5199 2002-05-15 Jim Blandy <jimb@redhat.com>
5201 Add macro structures to GDB's symbol tables. Nobody puts anything
5203 * symtab.h (struct symtab): New member: `macro_table'.
5204 * buildsym.h (pending_macros): New global variable.
5205 * buildsym.c: #include "macrotab.h".
5206 (buildsym_init): Initialize `pending_macros'.
5207 (end_symtab): If we found macro information while reading a CU's
5208 debugging info, do build a symtab structure for it. Make the
5209 symtab point to the macro information, and clear the
5210 `pending_macros' pointer which held it while we were reading the
5212 (really_free_pendings): Free any pending macro table.
5213 * objfiles.h (struct objfile): New member: `macro_cache'.
5214 * objfiles.c (allocate_objfile): Set allocate and free functions
5215 for the macro cache's objstack.
5216 (free_objfile): Empty the macro cache's obstack.
5217 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5218 set new allocate and free functions for it.
5219 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5220 free functions for the macro cache's objstack. (Why is this
5221 function building its own objfile?)
5222 * symmisc.c (print_objfile_statistics): Print statistics on the
5224 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5226 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5228 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5229 (REGISTER_U_ADDR): Delete definition.
5230 (arm_register_u_addr): Delete declaration.
5232 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5234 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5235 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5237 2002-05-14 Andrew Cagney <ac131313@redhat.com>
5239 * regcache.c (register_valid): Revise comments refering to "Not
5240 available" and "unavailable".
5241 * frame.c (frame_register_read): Ditto.
5242 * findvar.c (value_of_register): Ditto.
5244 2002-05-15 Andrew Cagney <cagney@redhat.com>
5246 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5247 (remote-sim.o): Update dependencies.
5248 (d10v-tdep.o): Specify dependencies.
5249 (sim_d10v_h): Define.
5251 2002-05-14 Jim Blandy <jimb@redhat.com>
5253 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5254 * macrotab.c (macro_lookup_inclusion, find_definition,
5255 new_macro_table): Same.
5257 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5258 not `! strcmp ()'. This is a dubious improvement.
5259 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5261 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5262 although it's not necessary, to avoid a warning.
5264 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5266 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5267 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5268 TYPE_INSTANCE_FLAGS.
5269 (struct main_type): New.
5270 (struct type): Move most members to struct main_type. Change
5271 cv_type and as_type to new type_chain member. Add instance_flags.
5272 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5273 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5274 (finish_cv_type): Remove prototype.
5275 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5277 (alloc_type_instance): New function.
5278 (smash_type): New function.
5279 (make_pointer_type, make_reference_type, make_function_type)
5280 (smash_to_member_type, smash_to_method_type): Call smash_type.
5281 (make_qualified_type): New function.
5282 (make_type_with_address_space): Call make_qualified_type.
5283 (make_cv_type): Likewise.
5284 (finish_cv_type): Remove unnecessary function.
5285 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5286 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5287 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5288 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5289 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5290 * hpread.c (hpread_read_struct_type): Likewise.
5291 * stabsread.c (read_struct_type): Likewise.
5293 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
5295 * configure.tgt: Add a catch all sh* target, for cases like
5296 sh[2,3,4]-elf and sh-hms.
5298 2002-05-14 Keith Seitz <keiths@redhat.com>
5300 * event-loop.c (create_file_handler): Don't do anything but
5301 update data when we are given a fd which we are already
5304 2002-05-14 Michal Ludvig <mludvig@suse.cz>
5306 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5307 (update_context): Use __func__ in warnings.
5309 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5311 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5312 and tcp_close to net_open and net_close.
5313 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5314 using UDP if requested. Don't try to disable Nagle on UDP
5316 * remote.c (remote_serial_open): New function. Warn about UDP.
5317 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5319 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5321 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5323 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5325 * configure.tgt: Remove sh-hms target.
5326 * MAINTAINERS: Don't list sh-hms as a separate target.
5328 2002-05-13 Jim Blandy <jimb@redhat.com>
5330 Add first preprocessor macro-expansion files.
5331 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5332 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5333 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5334 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5335 (COMMON_OBS): Add macrotab.o, macroexp.o.
5336 (macroexp.o, macrotab.o): New rules.
5338 2002-05-13 Andrew Cagney <ac131313@redhat.com>
5340 * config/m88k/tm-m88k.h: Update copyright.
5341 (m88k_target_write_pc): Declare
5342 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5343 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5344 (SHIFT_INST_REGS): Update definition.
5345 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
5346 using old definition of TARGET_WRITE_PC.
5347 * regcache.c (generic_target_write_pc): Delete code handling
5349 * gdbarch.sh (NNPC_REGNUM): Delete.
5350 * gdbarch.h, gdbarch.c: Regenerate.
5352 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
5354 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5357 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
5359 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5360 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5361 (gen_address_of, gen_struct_ref, gen_repeat): Use type
5363 * c-typeprint.c (cp_type_print_method_args): Likewise.
5364 (c_type_print_args): Likewise.
5365 * d10v-tdep.c (d10v_push_arguments): Likewise.
5366 (d10v_extract_return_value): Likewise.
5367 * expprint.c (print_subexp): Likewise.
5368 * gdbtypes.c (lookup_primitive_typename): Likewise.
5369 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5370 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5371 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5372 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5373 (TYPE_VECTOR): Likewise.
5374 * hpread.c (hpread_read_struct_type)
5375 (fix_static_member_physnames, fixup_class_method_type)
5376 (hpread_type_lookup): Likewise.
5377 * mdebugread.c (parse_symbol, parse_type): Likewise.
5378 * p-lang.c (is_pascal_string_type): Likewise.
5379 * valops.c (hand_function_call): Likewise.
5380 * x86-64-tdep.c (classify_argument): Likewise.
5382 * hpread.c (hpread_read_function_type)
5383 (hpread_read_doc_function_type): Call replace_type.
5384 * dstread.c (create_new_type): Delete.
5385 (decode_dst_structure, process_dst_function): Call alloc_type.
5386 Use type access macros.
5388 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5390 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5391 the're not supported by the current architecture.
5392 (i387_fill_fxsave): Likewise.
5394 2002-05-12 Fred Fish <fnf@redhat.com>
5396 * symfile.c (default_symfile_offsets): Arrange for uninitialized
5397 sect_index_xxx members to index the first slot in section_offsets
5398 if all of the section_offsets are zero.
5400 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5402 * configure.tgt (sparc-*openbsd): Remove entry accidentially
5403 checked in with last change.
5405 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5407 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5408 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5411 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
5413 * Makefile.in: Update dependencies.
5415 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5417 * language.c (local_hex_string_custom): Simplify. Do not depend
5418 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5420 * memattr.c (mem_info_command): Replace calls to
5421 longest_local_hex_string and longest_local_hex_string_custom.
5422 * buildsym.c (make_blockvector): Ditto.
5423 * solib.c (info_sharedlibrary_command): Ditto.
5424 * tracepoint.c (tracepoints_info): Ditto.
5425 * symtab.c (print_msymbol_info): Ditto.
5427 * language.c (local_hex_string): Delete.
5428 (local_hex_string_custom): Delete.
5429 (longest_local_hex_string): Rename to local_hex_string.
5430 (longest_local_hex_string_custom): Rename to
5431 local_hex_string_custom.
5432 * language.h (local_hex_string): Change parameter type to LONGEST.
5433 (local_hex_string_custom): Ditto.
5434 (longest_local_hex_string): Delete declaration.
5435 (longest_local_hex_string_custom): Ditto.
5437 * solib.c: Update copyright.
5438 * memattr.c: Update copyright.
5440 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5442 * arch-utils.h (legacy_register_to_value): Declare.
5443 (legacy_value_to_register): Declare.
5444 (legacy_convert_register_p): Declare.
5445 * arch-utils.c (legacy_register_to_value): New function.
5446 (legacy_value_to_register): New function.
5447 (legacy_convert_register_p): New function.
5449 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5450 (VALUE_TO_REGISTER): Define.
5451 (CONVERT_REGISTER_P): Define.
5452 * gdbarch.h, gdbarch.c: Regenerate.
5454 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5456 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5459 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
5460 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5462 * Makefile.in: Update dependencies for valops.c.
5463 * valops.c: Include "gdb_assert.h".
5464 (typecmp): Skip THIS parameter to methods.
5465 (find_method_list): Remove static_memfuncp argument,
5466 update callers. Check for stub methods.
5467 (find_value_oload_method_list): Don't set *static_memfuncp.
5468 (find_overload_match): Don't check for stub methods. Assert
5469 that methods are not stubbed. Handle static methods.
5470 (value_find_oload_method_list): Remove static_memfuncp argument.
5471 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5472 to the argument list for static stub methods.
5473 * value.h (value_find_oload_method_list): Update prototype.
5475 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5477 * arch-utils.h (generic_register_size): Declare.
5478 (generic_register_raw_size, generic_register_virtual_size): Delete
5480 * arch-utils.c (generic_register_raw_size): Delete.
5481 (generic_register_size): New function.
5482 (generic_register_virtual_size): Delete.
5484 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5485 default generic_register_size.
5486 * gdbarch.h, gdbarch.c: Re-generate.
5488 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5489 register_virtual_size.
5490 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5491 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5493 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5495 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5496 * gdbarch.h, gdbarch.c: Regenerate.
5497 * gnu-v3-abi.c: Update copyright.
5498 (vtable_address_point_offset): Update.
5499 (gnuv3_rtti_type): Update.
5500 (gnuv3_baseclass_offset): Update.
5501 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5502 (init_fetch_link_map_offsets): Update.
5503 * remote.c (get_remote_state): Update.
5505 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5507 * TODO: Remove value_headof/value_from_vtable_info comment.
5508 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5509 * values.c (value_headof, value_from_vtable_info): Delete.
5510 * value.h (value_from_vtable_info): Delete prototype.
5512 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5514 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5515 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5517 (gdb_assert_h): Define.
5518 (gdb_wait_h): Define.
5519 (gdb_regex_h): Define.
5521 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5523 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5524 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5526 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5528 * nbsd-tdep.c: Fix comment.
5530 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5532 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5533 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5534 (nbsd-tdep.o): New dependency list.
5535 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5537 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5538 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5539 * nbsd-tdep.c: New file.
5540 * nbsd-tdep.h: New file.
5541 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5543 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5544 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5545 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5546 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5548 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5550 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5551 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5552 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5553 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5554 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5555 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5557 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5559 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5560 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5561 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5562 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5563 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5564 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5565 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5567 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5569 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5570 fetch_elfcore_registers to...
5571 * i386nbsd-tdep.c: ...here.
5572 (i386nbsd_use_struct_convention): Rename to...
5573 (i386nbsd_aout_use_struct_convention): ...this.
5574 (i386nbsd_supply_reg): New function.
5575 (i386nbsd_fill_reg): New function.
5576 (fetch_core_registers): Use i386nbsd_supply_reg.
5577 (fetch_elfcore_registers): Likewise.
5578 (_initialize_i386nbsd_tdep): New function.
5579 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5580 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5581 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5582 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5583 (i386nbsd_aout_use_struct_convention): ...this.
5585 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5587 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5588 (store_inferior_registers): Use shnbsd_fill_reg.
5589 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5590 sh_nbsd_supply_register): Collapse into...
5591 (shnbsd_supply_reg): ...this.
5592 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5593 (shnbsd_fill_reg): ...this.
5594 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5595 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5596 (fetch_core_registers): Use shnbsd_supply_reg.
5597 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5598 (sh_nbsd_core_fns): Rename to...
5599 (shnbsd_core_fns): ...this.
5600 (sh_nbsd_elfcore_fns): Rename to...
5601 (shnbsd_elfcore_fns): ...this.
5602 (sh_nbsd_init_abi): Rename to...
5603 (shnbsd_init_abi): ...this.
5604 (_initialize_sh_nbsd_tdep): Rename to...
5605 (_initialize_shnbsd_tdep): ...this.
5606 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5607 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5608 sh_nbsd_fill_register): Remove prototypes.
5609 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5611 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5613 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5614 (i387-nat.o): Delete dependency list.
5615 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5616 (x86-64-linux-nat.o): Likewise.
5617 * i387-nat.c: Delete file, moving contents to...
5618 * i387-tdep.c: ...here.
5619 * i387-nat.h: Rename...
5620 * i387-tdep.h: ...to this.
5621 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5622 * i386-linux-nat.c: Likewise.
5623 * i386bsd-nat.c: Likewise.
5624 * i386gnu-nat.c: Likewise.
5625 * i386nbsd-nat.c: Likewise.
5626 * i386v4-nat.c: Likewise.
5627 * x86-64-linux-nat.c: Likewise.
5628 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5629 * config/i386/go32.mh (NATDEPFILES): Likewise.
5630 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5631 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5632 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5633 * config/i386/linux.mh (NATDEPFILES): Likewise.
5634 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5635 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5636 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5637 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5639 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5641 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5642 (alphanbsd-nat.o): Remove dependency list.
5643 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5644 * alphanbsd-nat.c: Delete. Contents moved to...
5645 * alphanbsd-tdep.c: ...here.
5646 (_initialize_alphanbsd_tdep): Register core functions.
5647 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5649 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5651 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5652 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5653 (alphanbsd-nat.o): Likewise.
5654 (alphabsd-tdep.o): New dependency list.
5655 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5656 (fill_gregset): Use alphabsd_fill_reg.
5657 (supply_fpregset): Use alphabsd_supply_fpreg.
5658 (fill_fpregset): Use alphabsd_fill_fpreg.
5659 (fetch_inferior_registers): Use struct reg and struct fpreg
5660 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5661 and alphabsd_supply_fpreg.
5662 (store_inferior_registers): Use struct reg and struct fpreg
5663 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5664 and alphabsd_fill_fpreg.
5665 * alphabsd-tdep.c: New file.
5666 * alphabsd-tdep.h: New file.
5667 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5668 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5669 alphabsd_supply_fpreg.
5670 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5671 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5673 2002-05-11 Eric Christopher <echristo@redhat.com>
5675 * mips-tdep.c (mips_double_register_type): Fix thinko.
5676 (mips_single_register_type): Ditto.
5677 * MAINTAINERS: Add self.
5679 2002-05-11 Mark Kettenis <kettenis@gnu.org>
5681 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5682 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5683 right thing on architectures with different endianness and/or
5686 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5688 From Christian Limpach <chris@Pin.LU>
5689 * configure.in: Change sed expression which comments out
5690 NATDEPFILES to also comment out continuation lines.
5691 * configure: Regenerate.
5693 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5695 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5698 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5700 * sh-tdep.c: Include correct file.
5702 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5704 New support for sh64-elf (sh5) target.
5706 * configure.tgt: For sh64-elf target, default to sh-elf.
5708 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5709 (struct gdbarch_tdep): Add new fields for new registers and ABI
5712 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5713 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5714 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5715 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5716 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5717 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5718 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5719 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5720 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5721 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5722 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5723 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5724 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5725 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5726 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5727 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5728 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5729 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5730 sign_extend, sh64_nofp_frame_init_saved_regs,
5731 sh64_init_extra_frame_info, sh64_get_saved_register,
5732 sh64_extract_struct_value_address, sh64_pop_frame,
5733 sh64_push_arguments, sh64_extract_return_value,
5734 sh64_store_return_value, sh64_show_media_regs,
5735 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5736 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5737 sh_sh64_register_virtual_type,
5738 sh_sh64_register_convert_to_virtual,
5739 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5740 sh64_register_read, sh64_pseudo_register_write,
5741 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5742 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5743 sh64_do_pseudo_register, sh_compact_do_registers_info,
5744 sh64_do_registers_info, sh_gdbarch_init): New functions.
5746 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5748 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5750 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5752 * linespec.c (decode_line_1): Check for a double quote after
5753 a filename correctly.
5755 2002-05-10 Jim Blandy <jimb@redhat.com>
5757 Properly track the size of the current objfile's .debug_line section.
5758 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5759 (DWARF_LINE_SIZE): New macro.
5760 (dwarf2_build_psymtabs_hard): Record the line section's size in
5761 the partial symbol table.
5762 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5765 2002-05-10 Petr Sorfa <petrs@caldera.com>
5767 * ia64-tdep.c: Handle breakpoints on L instruction type
5768 in MLX instruction bundle by moving the breakpoint to
5769 the third slot (X instruction type) as L holds only data.
5771 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5773 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5774 (process_one_symbol): Complain about discarding local symbols
5775 due to a misplaced N_LBRAC entry.
5777 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5779 From Daniel Berlin <dan@cgsoftware.com>
5780 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5781 decrease the depth we are at, in the case of templates.
5783 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5785 * mips-tdep.c (mips_float_register_type): New function.
5786 (mips_double_register_type): New function.
5787 (mips_print_register): Use them.
5788 (do_fp_register_row): Likewise.
5790 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5792 * signals/signals.c (signals): Remove conditional compilation around
5793 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5794 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5796 2002-05-09 Michael Snyder <msnyder@redhat.com>
5798 * remote-rdp.c (remote_rdp_can_run): Remove.
5800 2002-05-09 Tom Tromey <tromey@redhat.com>
5802 * jv-valprint.c (java_val_print): Handle `char' as a special case
5805 2002-05-09 Michael Snyder <msnyder@redhat.com>
5807 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5808 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5809 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5810 str r(0123),[sp,#nn].
5811 (arm_skip_prologue): Ditto. Also make disassembly
5812 order-independent by placing it in a loop.
5814 2002-05-06 Michael Snyder <msnyder@redhat.com>
5816 * stabsread.c (read_type): Add recognition for new attribute:
5817 "@V;" means that an array type is actually a vector.
5818 This is analogous to the vector flag that's been added to dwarf2.
5820 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5822 * i386-tdep.h (i386_abi): New enum.
5823 (struct gdbarch_tdep): Replace os_ident member with abi.
5824 (i386_gdbarch_register_os_abi): New prototype.
5825 * i386-tdep.c (i386_abi_names): New array.
5826 (process_note_abi_tag_sections): Removed.
5827 (process_note_sections): New function.
5828 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5829 (struct i386_abi_handler): New struct.
5830 (i386_abi_handler_list): New variable.
5831 (i386_gdbarch_register_os_abi): New function.
5832 (i386_gdbarch_init): Adapt for the changes given above.
5834 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5836 * gregset.h: Say "GNU/Linux".
5838 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5840 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5841 (build_gdbtypes): Build builtin_type_v2_float.
5842 (_initialize_gdbtypes): Register new builtin type.
5844 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5846 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5847 (clear_gdbarch_swap): New function.
5848 (initialize_non_multiarch): Call.
5849 (gdbarch_update_p): Before calling init(), swap out and clear the
5850 existing architecture.
5851 * gdbarch.c: Regenerate.
5853 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5855 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5858 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5860 * sh-nbsd-nat.c: Rename to...
5861 * shnbsd-nat.c: ...this.
5862 * sh-nbsd-tdep.c: Rename to...
5863 * shnbsd-tdep.c: ...this.
5864 * sh-nbsd-tdep.h: Rename to...
5865 * shnbsd-tdep.h: ...this.
5866 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5867 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5869 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5871 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5872 concatenation for command help messages.
5874 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5876 * NEWS: Note new sh*-*-netbsdelf* configuration.
5877 * configure.host: Set gdb_host_cpu to sh for all sh*.
5878 (sh*-*-netbsdelf*): New host.
5879 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5880 (sh*-*-netbsdelf*): New target.
5881 * sh-nbsd-nat.c: New file.
5882 * sh-nbsd-tdep.c: New file.
5883 * sh-nbsd-tdep.h: New file.
5884 * config/sh/nbsd.mh: New file.
5885 * config/sh/nbsd.mt: New file.
5886 * config/sh/nm-nbsd.h: New file.
5887 * config/sh/tm-nbsd.h: New file.
5889 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5891 * sh-tdep.c (sh_osabi_names): Declare.
5892 (process_note_abi_tag_sections): New function.
5893 (get_elfosabi): Ditto.
5894 (sh_gdbarch_register_os_abi): Ditto.
5895 (sh_dump_tdep): Ditto.
5896 _initialize_sh_tdep): Use gdbarch_register to register
5897 sh_gdbarch_init and sh_dump_tdep.
5898 * config/sh/tm-sh.h (sh_osabi): Declare.
5899 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5901 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5903 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5904 (thumb_scan_prologue): Ditto.
5905 (arm_find_callers_reg): Ditto.
5906 (arm_frame_chain): Ditto.
5907 (arm_init_extra_frame_info): Ditto.
5908 (arm_frame_saved_pc): Ditto.
5909 (arm_pop_frame): Ditto.
5910 (arm_push_return_address): New function.
5911 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5912 call_dummy_location, call_dummy_breakpoint_offset_p,
5913 call_dummy_breakpoint_offset, call_dummy_p,
5914 call_dummy_stack_adjust_p, call_dummy_words,
5915 sizeof_call_dummy_words, call_dummy_start_offset,
5916 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5917 call_dummy_address, push_return_address and push_dummy_frame for
5918 generic dummy frames.
5920 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5922 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5923 size computation for alloca.
5924 (sh_fp_frame_init_saved_regs): Likewise.
5926 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5928 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5929 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5930 * arm-tdep.c (arm_store_return_value): Use them.
5931 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5932 * remote-rdp.c (remote_rdp_fetch_register): Use
5933 ARM_MAX_REGISTER_RAW_SIZE.
5934 (remote_rdp_store_register): Likewise.
5936 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5938 * dwarf2cfi.c: Code cleanup, removed unused variables,
5939 added default labels to switch {} statements.
5940 * x86-64-tdep.c: Ditto.
5941 * x86-64-linux-nat.c: Ditto.
5943 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5945 * solib.h: Protect against multiple inclusion.
5947 2002-05-06 Jim Blandy <jimb@redhat.com>
5949 Add first preprocessor macro-expansion files.
5950 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5951 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5952 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5953 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5954 (COMMON_OBS): Add macrotab.o, macroexp.o.
5955 (macroexp.o, macrotab.o): New rules.
5957 Separate the job of reading the line number info statement program
5958 header (...expialidocious) out into its own function.
5959 * dwarf2read.c (struct line_head, struct filenames, struct
5960 directories): Replace with...
5961 (struct line_header): New structure, containing the full
5962 contents of the statement program header, including the
5963 include directory and file name tables.
5964 (read_file_scope): If we have line number info, instead of just
5965 calling dwarf_decode_lines to do all the work, call
5966 dwarf_decode_line_header first to get a `struct line_header'
5967 containing the data in the statement program header, and then
5968 pass that to dwarf_decode_lines, which will pick up where that
5969 left off. Be sure to clean up the `struct line_header' object.
5970 (dwarf_decode_line_header, free_line_header, add_include_dir,
5971 add_file_name): New functions.
5972 (dwarf_decode_lines): Move all the code to read the statement
5973 program header into dwarf_decode_line_header. Take the line
5974 header it built as the first argument, instead of the offset to
5975 the compilation unit's line number info. Use the new `struct
5976 line_header' type instead of the old structures. No need to do
5977 cleanups here now, since we don't allocate anything.
5978 (dwarf2_statement_list_fits_in_line_number_section,
5979 dwarf2_line_header_too_long): New complaints.
5981 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5983 * gdbtypes.c (init_vector_type): New function.
5984 (build_builtin_type_vec128): Simplify the representation of SIMD
5986 (build_gdbtypes): Initialize new builtin vector types.
5987 (_initialize_gdbtypes): Register new vector types with gdbarch.
5988 (builtin_type_v4_float, builtin_type_v4_int32,
5989 builtin_type_v8_int16, builtin_type_v16_int8,
5990 builtin_type_v2_int32, builtin_type_v4_int16,
5991 builtin_type_v8_int8): New (renamed) SIMD types.
5993 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5995 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5996 (i387_fill_fxsave): Likewise.
5998 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
6000 * alpha-tdep.c (alpha_extract_return_value): Don't use
6001 non-constant array size in prototype.
6003 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6005 From Brian Taylor <briant at model dot com>:
6006 * ui-out.c (ui_out_field_core_addr): Use the function
6007 longest_local_hex_string_custom'to format addresses > 32 bits
6010 * ui-out.c (ui_out_field_core_addr): Update comment.
6012 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6014 * stack.c (select_and_print_frame): Make static. Delete the
6016 (func_command): Update call.
6017 (select_frame_command): Delete code computing the frame level.
6018 * frame.h (select_and_print_frame): Delete declaration.
6020 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6022 * sparc-tdep.c (sparc_get_saved_register): Comment why
6023 get_prev_frame call is safe.
6025 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6027 * frame.h (select_frame): Delete level parameter.
6028 * stack.c (select_frame): Update. Use frame_relative_level to
6029 obtain the frame's level.
6030 (select_and_print_frame): Update call.
6031 (select_frame_command): Ditto.
6032 (up_silently_base): Ditto.
6033 (down_silently_base): Ditto.
6034 * ocd.c (ocd_start_remote): Ditto.
6035 * remote-rdp.c (remote_rdp_open): Ditto.
6036 * remote-mips.c (mips_initialize): Ditto.
6037 (common_open): Ditto.
6038 * remote-e7000.c (e7000_start_remote): Ditto.
6039 * m3-nat.c (select_thread): Ditto.
6040 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6041 (child_get_current_exception_event): Ditto.
6042 * varobj.c (varobj_create): Ditto.
6043 (varobj_update): Ditto.
6044 (c_value_of_root): Ditto.
6045 * tracepoint.c (finish_tfind_command): Ditto.
6046 * corelow.c (core_open): Ditto.
6047 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6048 * thread.c (info_threads_command): Ditto.
6049 (switch_to_thread): Ditto.
6050 * infrun.c (normal_stop): Ditto.
6051 (restore_selected_frame): Ditto.
6052 (restore_inferior_status): Ditto.
6053 * breakpoint.c (insert_breakpoints): Ditto.
6054 (watchpoint_check): Ditto.
6055 (bpstat_stop_status): Ditto.
6056 (do_enable_breakpoint): Ditto.
6057 * blockframe.c (flush_cached_frames): Ditto.
6058 (reinit_frame_cache): Ditto.
6060 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6062 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6065 2002-05-04 Jim Blandy <jimb@redhat.com>
6067 * gdbtypes.c (replace_type): Doc fix.
6069 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6071 * valprint.c (strcat_longest): Delete commented out function.
6074 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6076 * MAINTAINERS: Mark a29k as deleted.
6077 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6078 Move new configurations to the top.
6079 * configure.tgt: Remove a29k.
6080 * config/a29k/tm-vx29k.h: Delete.
6081 * config/a29k/vx29k.mt: Delete.
6082 * config/a29k/tm-a29k.h: Delete.
6083 * config/a29k/a29k-udi.mt: Delete.
6084 * config/a29k/a29k.mt: Delete.
6085 * a29k-tdep.c: Delete.
6086 * remote-udi.c: Delete.
6087 * remote-mm.c: Delete.
6088 * remote-eb.c: Delete.
6089 * remote-adapt.c: Delete.
6090 * Makefile.in: Remove obsolete code.
6091 * config/s390/s390x.mt: Ditto.
6092 * config/s390/s390.mt: Ditto.
6093 * config/sparc/sparclynx.mh: Ditto.
6094 * config/sparc/linux.mh: Ditto.
6095 * config/pa/hppaosf.mh: Ditto.
6096 * config/pa/hppabsd.mh: Ditto.
6097 * config/ns32k/nbsd.mt: Ditto.
6098 * config/mips/vr5000.mt: Ditto.
6099 * config/m68k/sun3os4.mh: Ditto.
6100 * config/m68k/nbsd.mt: Ditto.
6101 * config/m68k/m68klynx.mh: Ditto.
6102 * config/m32r/m32r.mt: Ditto.
6103 * config/i386/x86-64linux.mt: Ditto.
6104 * config/i386/nbsdelf.mt: Ditto.
6105 * config/i386/nbsd.mt: Ditto.
6106 * config/i386/i386lynx.mh: Ditto.
6108 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6110 * target.c (debug_print_register): New function. Handle oversize
6112 (debug_to_fetch_registers): Call.
6113 (debug_to_store_registers): Call.
6115 2002-05-03 Jim Blandy <jimb@redhat.com>
6117 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6118 (read_type): Doc fix.
6119 * gdbtypes.c (replace_type): Doc fix.
6121 * stabsread.c (multiply_defined_struct): New complaint.
6122 (read_struct_type): If the type we were passed isn't empty, or
6123 incomplete, don't read the new struct type into it; complain,
6124 and return the original type unchanged. Take a new `type_code'
6125 argument, which is the type code for the new type.
6126 (read_type): Rather than storing the type's type code here, pass
6127 it as an argument to read_struct_type, and let that take care of
6128 storing it. That way, we don't overwrite the original type code,
6129 so read_struct_type can use it to decide whether we're overwriting
6130 something we shouldn't.
6131 (complain_about_struct_wipeout): New function.
6133 2002-05-03 Andrew Cagney <ac131313@redhat.com>
6135 * gdbarch.sh: Assert that gdbarch is non-NULL.
6136 * gdbarch.c: Regenerate.
6138 2002-05-03 Jason Merrill <jason@redhat.com>
6140 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6143 2002-05-03 Michal Ludvig <mludvig@suse.cz>
6145 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6146 (x86_64_dwarf2gdb_regno_map_length),
6147 (x86_64_dwarf2_reg_to_regnum): Added.
6148 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6149 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6150 (_initialize_x86_64_tdep): Synced with the change above.
6151 (x86_64_skip_prologue): Reformulated message.
6153 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6155 * f-exp.y: Also use new prev_lexptr variable
6156 to improve error reporting. Based on Michael Snyder
6157 2002-04-24 dated patch to c-exp.y.
6158 * jv-exp.y: Likewise.
6159 * m2-exp.y: Likewise.
6161 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
6163 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6164 we are dealing with vectors.
6166 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6168 * config/m68k/tm-nbsd.h: Obvious fix,
6169 correct machine name.
6171 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6173 * p-typeprint.c (pascal_type_print_base): Add support
6174 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6176 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6178 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6179 for fondamental pascal 'char' type.
6181 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6183 * p-lang.h (is_pascal_string_type): Declaration changed,
6184 new sixth argument of type char ** added.
6185 * p-lang.c (is_pascal_string_type): Implementation
6186 changed. Args length_pos, length_size, string_pos, char_size
6187 can now be NULL. New argument arrayname set to the field
6188 name of the char array. Return value set to char array
6189 field index plus one.
6190 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6191 is_pascal_string_type function.
6193 2002-05-02 Andrew Cagney <cagney@redhat.com>
6195 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6196 <cagney@redhat.com> change.
6197 * gdbarch.c: Regenerate.
6199 2002-05-02 Andrew Cagney <cagney@redhat.com>
6201 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6202 before probing for a new one. Detect errorenous gdbarch_init
6204 * gdbarch.c: Regenerate.
6206 2002-05-01 Andrew Cagney <cagney@redhat.com>
6208 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6209 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6210 * config/v850/tm-v850.h: Ditto. Update copyright.
6212 2002-04-30 Andrew Cagney <ac131313@redhat.com>
6214 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6217 2002-04-30 Michael Snyder <msnyder@redhat.com>
6219 * arm-tdep.c: Whitespace clean-ups.
6220 (arm_skip_prologue): Fix thinko; two lines
6221 should have been removed as part of 4/24 change.
6223 2002-04-30 Kevin Buettner <kevinb@redhat.com>
6225 * rs6000-tdep.c: Added comment describing how fpscr register
6226 numbers were chosen.
6228 2002-04-30 Michael Snyder <msnyder@redhat.com>
6230 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6232 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6234 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6235 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6236 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6238 2002-04-29 Kevin Buettner <kevinb@redhat.com>
6240 From Louis Hamilton <hamilton@redhat.com>:
6241 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6242 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6243 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6244 not bfd-private xcoff data, to determine wordsize.
6245 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6247 2002-04-29 Andrew Cagney <ac131313@redhat.com>
6249 GDB 5.2 released from 5.2 branch.
6251 2002-04-29 Michal Ludvig <mludvig@suse.cz>
6253 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6254 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6255 (x86_64_register_info_table): Added comments with register numbers.
6257 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6259 * rs6000-tdep.c (rs6000_extract_return_value,
6260 rs6000_store_return_value): Handle returning vectors.
6261 (rs6000_gdbarch_init): Use
6262 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6263 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6265 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6267 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6268 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6270 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6272 * hpread.c (hpread_psymtab_to_symtab_1,
6273 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6274 with fprintf_unfiltered (gdb_stderr,...).
6276 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6278 * remote-array.c (printf_monitor, write_monitor,
6279 array_insert_breakpoint, array_remove_breakpoint ):
6280 Replace fprintf (stderr,...
6281 with fprintf_unfiltered (gdb_stderr,....
6282 * remote-es.c: Likewise.
6283 * remote-os9k.c: Likewise.
6284 * remote-st.c: Likewise.
6286 2002-04-28 Andreas Schwab <schwab@suse.de>
6288 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6289 linux-proc.o and gcore.o.
6291 2002-04-26 Michal Ludvig <mludvig@suse.cz>
6293 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6294 code without frame pointers.
6296 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6298 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6301 2002-04-26 Ben Elliston <bje@redhat.com>
6303 * target.c (do_xfer_memory): Correct reference to the new option
6304 "trust-readonly-sections".
6306 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
6308 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6309 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6310 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6312 (read_array_type): Record the fact that this array type is really a
6313 vector (i.e. are passed in by value).
6315 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6317 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6318 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6319 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6320 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6321 * alpha-linux-tdep.c: Include frame.h.
6322 (alpha_linux_sigcontext_addr): New function.
6323 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6324 alpha_linux_sigcontext_addr.
6325 * alpha-osf1-tdep.c: Include gdbcore.h.
6326 (alpha_osf1_sigcontext_addr): New function.
6327 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6328 alpha_osf1_sigcontext_addr.
6329 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6330 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6332 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6334 * stack.c (selected_frame_level):
6335 (select_frame): Do not set selected_frame_level.
6336 * frame.h (selected_frame_level): Delete declaration.
6338 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6340 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6341 convert_from_func_ptr-addr when AIX / PowerOpen.
6343 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6345 * valops.c (hand_function_call): Call
6346 generic_save_call_dummy_addr.
6347 * frame.h (generic_save_call_dummy_addr): Declare.
6348 * blockframe.c (struct dummy_frame): Add fields call_lo and
6350 (generic_find_dummy_frame): Check for PC in range call_lo to
6351 call_hi instead of entry_point_address.
6352 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6353 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
6354 (generic_save_call_dummy_addr): New function.
6356 2002-04-24 David S. Miller <davem@redhat.com>
6358 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6359 sparc_skip_prologue.
6360 (sparc_skip_prologue): Kill frameless_p arg, and use line number
6361 information to find prologue when possible.
6362 (sparc_prologue_frameless_p): Call examine_prologue directly.
6363 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6364 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6366 (SKIP_PROLOGUE): Likewise.
6368 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6370 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6371 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6372 indicate that the condition it was testing is always true.
6373 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6374 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6375 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6377 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6379 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6380 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6381 tdep->jb_pc and tdep->jb_elt_size.
6382 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6383 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6384 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6385 * alpha-nat.c (get_longjmp_target): Remove.
6386 (JB_ELEMENT_SIZE): Ditto.
6388 * alpha-tdep.c (alpha_get_longjmp_target): New function.
6389 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
6390 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6391 to alpha_get_longjmp_target.
6392 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6393 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6394 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6396 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6398 * README: Update to GDB 5.2.
6400 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6402 * gdbarch.sh (LC_ALL): Set to `c'.
6404 2002-04-25 Theodore A. Roth <troth@verinet.com>
6406 * avr-tdep.c: Ran through gdb_indent.sh.
6408 2002-04-25 Theodore A. Roth <troth@verinet.com>
6410 * MAINTAINERS: Add myself as AVR maintainer.
6411 * NEWS: Note new target avr.
6413 2002-04-25 Theodore A. Roth <troth@verinet.com>
6415 * Makefile.in: Add support for AVR target.
6416 * configure.tgt: Add support for AVR target.
6417 * avr-tdep.c: New file
6418 * config/avr/avr.mt: New file.
6420 2002-04-25 Theodore A. Roth <troth@verinet.com>
6422 * MAINTAINERS: Add myself to write-after-approval.
6424 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6426 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6427 with fprintf_unfiltered (gdb_stderr,....
6429 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6432 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6434 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6436 * p-exp.y: Also use new prev_lexptr variable
6437 to improve error reporting. Based on Michael Snyder
6438 2002-04-24 dated patch to c-exp.y.
6440 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6442 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6443 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6444 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6446 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6448 (FUNCTION_START_OFFSET): Remove.
6449 (BREAKPOINT): Ditto.
6451 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6453 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6456 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6458 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6459 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6460 alpha_linux_pc_in_sigtramp.
6461 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6462 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6463 alpha_osf1_pc_in_sigtramp.
6464 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6465 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6466 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6467 alphafbsd_pc_in_sigtramp.
6468 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6469 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6470 alphanbsd_pc_in_sigtramp.
6471 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6472 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6474 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6476 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6478 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6480 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6482 (alphanbsd-nat.o): New dependency list.
6483 (alphanbsd-tdep.o): Ditto.
6484 * NEWS: Note new native NetBSD/alpha configuration.
6485 * alphanbsd-nat.c: New file.
6486 * alphanbsd-tdep.c: Ditto.
6487 * configure.host (alpha*-*-netbsd*): New host.
6488 * configure.tgt (alpha*-*-netbsd*): New target.
6489 * config/alpha/nbsd.mh: New file.
6490 * config/alpha/nbsd.mt: Ditto.
6491 * config/alpha/nm-nbsd.h: Ditto.
6492 * config/alpha/tm-nbsd.h: Ditto.
6494 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6496 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6497 (alpha-osf1-tdep.o): New dependency list.
6498 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6499 and skip_sigtramp_frame members.
6500 * alpha-linux-tdep.c: Include gdbcore.h.
6501 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6502 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6503 * alpha-osf1-tdep.c: New file.
6504 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6506 (alpha_frame_past_sigtramp_frame): New function.
6507 (alpha_dynamic_sigtramp_offset): Ditto.
6508 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6509 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6510 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6511 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6512 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6513 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6514 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6515 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6516 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6517 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6518 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6519 to find_solib_trampoline_target.
6520 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6521 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6522 (SKIP_TRAMPOLINE_CODE): Remove.
6523 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6524 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6525 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6526 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6527 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6528 (PROC_SIGTRAMP_MAGIC): Ditto.
6529 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6530 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6531 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6532 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6533 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6535 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6537 * NEWS: Note that Alpha targets are now multi-arch.
6539 2002-04-24 Michael Snyder <msnyder@redhat.com>
6541 * parser-defs.h (prev_lexptr): New external variable.
6542 * parse.c (parse_exp_1): Set prev_lexptr to null before
6543 calling the language-specific parser.
6544 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6545 (yyerror): Use prev_lexptr in error reporting.
6547 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
6549 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6550 * gregset.h: If FILL_FPXREGSET is defined, provide
6551 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6552 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6553 is defined, call fill_fpxregset.
6555 2002-04-24 Roland McGrath <roland@frob.com>
6557 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6558 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6559 (supply_gregset, supply_fpregset): New functions.
6561 * gnu-nat.c (gnu_find_memory_regions): New function.
6562 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6563 (gnu_xfer_memory): Add a cast.
6565 2002-04-24 Michael Snyder <msnyder@redhat.com>
6567 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6568 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6569 of argument regs ("str r(0123), [r11, #-nn"]).
6570 (arm_skip_prologue): Better handling for frameless functions.
6571 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6572 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6574 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6576 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6577 NUM_PSEUDO_REGS can be used.
6579 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6581 * arch-utils.h: Update copyright.
6583 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6584 * gdbarch.h, gdbarch.c: Re-generate.
6586 * inferior.h (IN_SIGTRAMP): Delete definition.
6587 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6588 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6590 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6591 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6592 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6593 (find_proc_framesize): Ditto.
6594 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6595 (alpha_init_extra_frame_info): Ditto.
6596 * infrun.c (handle_inferior_event): Ditto.
6597 (handle_inferior_event): Ditto.
6598 (check_sigtramp2): Ditto.
6599 * blockframe.c (create_new_frame): Ditto.
6600 (get_prev_frame): Ditto.
6601 * ppc-linux-tdep.c: Update comments.
6602 * i386-linux-tdep.c: Update comments.
6603 * breakpoint.c (bpstat_what): Update comment.
6605 2002-04-24 David S. Miller <davem@redhat.com>
6607 * i960-tdep.c (register_in_window_p): New function.
6608 (i960_find_saved_register): Use it instead of
6609 REGISTER_IN_WINDOW_P.
6610 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6612 * symtab.h (find_stab_function_addr): Kill extern.
6613 * minsyms.c (find_stab_function_addr): Remove from here...
6614 * dbxread.c: ... to here, and mark it static.
6616 2002-04-20 David S. Miller <davem@redhat.com>
6618 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6619 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6621 2002-04-21 David S. Miller <davem@redhat.com>
6623 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6624 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6625 (vx_write_register): Likewise.
6627 2002-04-23 J. Brobecker <brobecker@gnat.com>
6629 * source.c (is_regular_file): New function.
6630 (openp): Check wether file to open is a regular file
6631 to avoid opening directories.
6633 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6635 * findvar.c (extract_signed_integer): Cast printf argument
6636 to suppress format warning.
6637 (extract_unsigned_integer): Likewise.
6638 * infcmd.c (registers_info): Likewise.
6639 * top.c (get_prompt_1): Likewise.
6640 * valops.c (value_assign): Likewise.
6641 * valprint.c (print_decimal): Likewise.
6643 2002-04-22 H.J. Lu (hjl@gnu.org)
6645 * c-exp.y (typebase): Support
6647 [long|long long|short] [signed|unsigned] [int|]
6651 signed [long|long long|short] int
6653 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6655 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6657 * vax-tdep.h: New file.
6658 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6659 Make several routines static.
6660 (vax_get_saved_register): New function.
6661 (vax_gdbarch_init): New function.
6662 (_initialize_vax_tdep): Register vax_gdbarch_init.
6663 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6664 Remove macros now under the control of gdbarch.
6666 2002-04-22 Michael Snyder <msnyder@redhat.com>
6668 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6669 Some whitespace and coding standards tweaks.
6671 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6673 * vax-tdep.c: Include regcache.h.
6674 (vax_call_dummy_words): New.
6675 (sizeof_vax_call_dummy_words): New.
6676 (vax_fix_call_dummy): New function.
6677 (vax_saved_pc_after_call): Ditto.
6678 * config/vax/tm-vax.h: Don't include regcache.h.
6679 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6680 (CALL_DUMMY): Remove.
6681 (CALL_DUMMY_WORDS): Define.
6682 (SIZEOF_CALL_DUMMY_WORDS): Define.
6683 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6685 2002-04-18 Michael Snyder <msnyder@redhat.com>
6687 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6689 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6691 * vax-tdep.c (vax_frame_chain): New function.
6692 (vax_push_dummy_frame): Ditto.
6693 (vax_pop_frame): Ditto.
6694 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6695 (FRAMELESS_FUNCTION_INVOCATION): Use
6696 generic_frameless_function_invocation_not.
6697 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6698 (POP_FRAME): Use vax_pop_frame.
6700 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6702 * vax-tdep.c (vax_store_struct_return): New function.
6703 (vax_extract_return_value): Ditto.
6704 (vax_store_return_value): Ditto.
6705 (vax_extract_struct_value_address): Ditto.
6706 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6707 vax_store_struct_return.
6708 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6709 (STORE_RETURN_VALUE): Use vax_store_return_value.
6710 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6712 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6714 * vax-tdep.c (vax_frame_saved_pc): New function.
6715 (vax_frame_args_address_correct): Ditto.
6716 (vax_frame_args_address): Ditto.
6717 (vax_frame_locals_address): Ditto.
6718 (vax_frame_num_args): Move code to be in proximity to
6719 other frame-related functions.
6720 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6721 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6722 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6723 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6724 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6726 2002-04-22 H.J. Lu (hjl@gnu.org)
6728 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6731 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6733 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6734 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6735 (FRAME_INIT_SAVED_REGS): New macro.
6737 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6739 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6741 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6743 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6745 (fetch_osf_core_registers): Likewise.
6746 (supply_gregset): Likewise.
6748 2002-04-22 J. Brobecker <brobecker@gnat.com>
6750 * symfile.h (get_section_index): Define.
6751 * symfile.c (get_section_index): New function.
6752 * mdebugread.c (SC_IS_SBSS): New macro.
6753 (SC_IS_BSS): Return true for the scBss storage class only, as
6754 the scSBss storage class refers to the .sbss section.
6755 (parse_partial_symbols): Discard the symbols which associated
6756 section does not exist.
6757 Make sure to use the .sbss section index for symbols which
6758 storage class is scBss, rather than using the .bss section index.
6760 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6762 * vax-tdep.c: Update copyright years.
6763 (vax_register_name): New function.
6764 (vax_register_byte): Ditto.
6765 (vax_register_raw_size): Ditto.
6766 (vax_register_virtual_size): Ditto.
6767 (vax_register_virtual_type): Ditto.
6768 * config/vax/tm-vax.h: Update copyright years.
6769 (REGISTER_NAMES): Remove.
6770 (REGISTER_NAME): Define.
6771 (REGISTER_BYTE): Use vax_register_byte.
6772 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6773 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6774 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6776 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6778 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6780 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6782 2002-04-21 David S. Miller <davem@redhat.com>
6784 * arch-utils.c (generic_prologue_frameless_p): Kill
6785 SKIP_PROLOGUE_FRAMELESS_P code.
6786 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6788 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6789 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6790 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6792 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6793 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6794 (sparc_gdbarch_init): Pass it to
6795 set_gdbarch_prologue_frameless_p.
6797 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6799 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6800 (alphabsd-nat.o): New dependency list.
6802 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6804 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6806 (alpha-linux-tdep.o): New dependency list.
6807 (alphafbsd-tdep.o): Likewise.
6809 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6811 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6813 * alpha-tdep.c: ...from here.
6814 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6816 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6818 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6819 prototype from here...
6820 * alpha-tdep.h: ...to here.
6822 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6824 * frame.h (selected_frame_level): Document as deprecated.
6825 (frame_relative_level): Declare.
6826 * stack.c (frame_relative_level): New function.
6827 (selected_frame_level): Document as deprecated.
6828 (select_frame): Do not set the selected_frame_level.
6830 * stack.c (frame_info, record_selected_frame): Update.
6831 (frame_command, current_frame_command): Update.
6832 (up_silently_base, up_command, down_silently_base): Update.
6833 (down_command): Update.
6834 * inflow.c (kill_command): Update.
6835 * tracepoint.c (finish_tfind_command): Update.
6836 * corelow.c (core_open): Update.
6837 * thread.c (info_threads_command): Update.
6838 (do_captured_thread_select): Update.
6839 * infcmd.c (finish_command): Update.
6840 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6842 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6844 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6846 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6848 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6851 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6853 * alphafbsd-tdep.c: Update copyright years. Include
6855 (alphafbsd_use_struct_convention): Make static.
6856 (alphafbsd_init_abi): New function.
6857 (_initialize_alphafbsd_tdep): New function.
6858 * config/alpha/tm-fbsd.h: Update copyright years.
6859 (USE_STRUCT_CONVENTION): Remove.
6861 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6863 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6864 an Alpha ABI variant.
6865 (alpha_abi_handler_list): Declare.
6866 (alpha_gdbarch_register_os_abi): New function.
6867 (alpha_gdbarch_init): Give registered ABI variant handlers a
6868 chance to tweak the gdbarch once we have set up defaults.
6869 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6871 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6873 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6874 to standard_coerce_float_to_double.
6875 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6877 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6879 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6880 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6881 from gdbarch_tdep rather than a constant.
6882 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6883 the default text address for all Alpha Unix ABIs.
6884 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6885 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6887 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6889 * alpha-tdep.h: New file. Includes several Alpha target constants
6891 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6892 let gdbarch deal with.
6893 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6894 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6896 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6897 Alpha target register names.
6898 * alphabsd-nat.c: Likewise.
6899 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6900 Alpha target register names. Make serveral routines static.
6901 (alpha_get_saved_register): New function.
6902 (alpha_abi_names): New.
6903 (process_note_abi_tag_sections): New function.
6904 (get_elfosabi): New function.
6905 (alpha_gdbarch_init): New function.
6906 (alpha_dump_tdep): New function.
6907 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6909 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6911 * frame.c (find_saved_register): Delete #ifdef
6912 HAVE_REGISTER_WINDOWS code.
6913 * config/sparc/tm-sparc.h: Update comments.
6914 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6916 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6918 * i960-tdep.c (i960_find_saved_register): New function.
6919 (i960_get_saved_register): New function.
6920 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6921 (i960_get_saved_register): Declare.
6922 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6924 2002-04-20 David S. Miller <davem@redhat.com>
6926 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6928 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6930 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6931 instead of NUM_PSEUDO_REGS.
6933 2002-04-20 David S. Miller <davem@redhat.com>
6935 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6936 GDB_MULTI_ARCH_PARTIAL
6937 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6938 define, let tm-sp64.h do it.
6940 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6942 * frame.c (find_saved_register): Avoid a NULL pointer
6943 dereference and actually walk the frame list.
6945 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6947 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6948 sorted in most most-recent-used order. Document.
6949 * gdbarch.h, gdbarch.c: Regenerate.
6951 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6953 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6955 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6956 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6957 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6960 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6963 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6964 (build_builtin_type_vec128): Ditto.
6965 (append_composite_type_field): Fix calculation of type length in
6968 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6970 * config/djgpp/README: Update.
6972 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6975 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6977 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6978 (alpha_setup_arbitrary_frame): ...to this.
6979 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6980 for alpha_setup_arbitrary_frame.
6982 2002-04-18 Andrew Cagney <cagney@redhat.com>
6984 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6985 * gdbarch.h, gdbarch.c: Regenerate.
6987 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6988 * target.h (memory_breakpoint_from_pc): Update declaration.
6989 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6991 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6992 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6993 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6994 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6995 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6996 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6997 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6998 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6999 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7000 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7001 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7002 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7004 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7006 * monitor.c (monitor_insert_breakpoint): Ditto.
7007 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7009 * config/mcore/tm-mcore.h: Update copyright.
7010 * mem-break.c: Ditto.
7011 * xstormy16-tdep.c: Ditto.
7013 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7015 * p-exp.y: Add precedence rule for '^' token.
7016 This removes the shift/reduce conflicts.
7017 Remove the comment concerning these shift/reduce conflicts.
7019 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
7021 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7022 (registers_powerpc_nofp): New register set for processors
7023 without floating point unit.
7025 2002-04-18 David S. Miller <davem@redhat.com>
7027 * MAINTAINERS: Add myself to write-after-approval.
7029 2002-04-17 Michael Snyder <msnyder@redhat.com>
7031 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7033 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7035 * rs6000-tdep.c (frame_initial_stack_address): Use
7036 frame_register_read to read the alloca_reg.
7038 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7040 * frame.c (find_saved_register): Find saved registers in the next
7044 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7046 * gdbarch.sh (LANG): Set to ``c''.
7048 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7050 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7052 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7054 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7057 * hpread.c (hpread_get_lntt): Add declaration.
7058 Also fix PR gdb/391.
7060 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7062 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7063 * aclocal.m4, configure: Re-generate.
7066 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7068 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7069 instead of tm_print_insn.
7071 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7073 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7075 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7077 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7078 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7079 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7081 2002-04-12 Don Howard <dhoward@redhat.com>
7083 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7084 max_user_call_depth.
7085 (init_cmd_lists): Initialize the new value;
7086 * cli/cli-script.c (execute_user_command): Limit the call depth of
7087 user defined commands. This avoids a core-dump when user commands
7088 are infinitly recursive.
7090 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7092 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7093 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7094 from tdep struct instead of DEFAULT_LR_SAVE.
7095 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7096 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7097 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7099 2002-04-12 Michael Snyder <msnyder@redhat.com>
7101 * Remote.c: Spelling fix.
7102 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7103 If no symbol found for "sbrk", try "_sbrk".
7104 (make_output_phdrs): Use bfd_section_name.
7105 (gcore_copy_callback): Use bfd_section_name.
7106 * eval.c: Indentation fix-ups.
7107 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7108 in case it gets applied to an address that is already
7109 in the instruction space.
7110 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7111 * symfile.c: Fix indentation, long lines.
7112 * source.c: White space fix-up.
7114 2002-04-12 Andrew Cagney <cagney@redhat.com>
7116 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7117 * frame.c (frame_register_read): New function. Return non-zero on
7119 (read_relative_register_raw_bytes_for_frame): Delete.
7120 (read_relative_register_raw_bytes): Delete.
7121 * frame.h (frame_register_read): Declare.
7122 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7124 * infcmd.c (do_registers_info): Ditto.
7125 * hppa-tdep.c: Ditto.
7126 * rs6000-tdep.c: Ditto.
7127 * h8500-tdep.c: Ditto.
7128 * mips-tdep.c: Ditto.
7129 * h8300-tdep.c: Ditto.
7130 * z8k-tdep.c: Ditto.
7132 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7134 From Jimi X <jimix@watson.ibm.com>:
7135 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7138 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7140 From Jimi X <jimix@watson.ibm.com>:
7141 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7144 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7146 From Jimi X <jimix@watson.ibm.com>:
7147 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7148 register sets for these processor variants.
7150 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7152 * regformats/reg-ppc.dat: Support FPSCR.
7154 2002-04-11 Kevin Buettner <kevinb@redhat.com>
7156 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7157 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7158 Add fpscr as an invalid/unfetchable register.
7159 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7160 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7161 (fill_fpregset): Add support for register fpscr.
7162 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7163 (fill_gregset): Account for the fact that register ``mq'' might
7165 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7166 (registers_power): Add fpscr to register set at slot 71.
7167 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7168 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7170 2002-04-11 Michael Snyder <msnyder@redhat.com>
7172 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7173 * configure: Regenerate.
7174 * config.in: Regenerate.
7175 * acconfig.h: Add define for _SYSCALL32.
7176 * core-sol2.c: Remove #define _SYSCALL32.
7177 * solib-legacy.c: Remove #define _SYSCALL32.
7179 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7181 * stack.c (select_frame): Cleanup internal error message, do not
7184 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7186 * stack.c (select_frame): Check that selected_frame and the
7187 specified level are as expected.
7188 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7190 * frame.h (struct frame_info): Add field `level'. Update
7192 Work-in-progress PR gdb/464.
7194 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7196 * maint.c (maint_print_section_info): Rename print_section_info.
7197 (print_bfd_section_info, print_objfile_section_info): Update.
7198 * inferior.h (struct gdbarch): Add opaque declaration.
7199 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7200 * gdbarch.h: Regenerate.
7202 2002-04-10 Michal Ludvig <mludvig@suse.cz>
7204 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7205 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7206 (kernel_u_size): Added.
7207 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7208 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7210 2002-04-04 Jim Ingham <jingham@apple.com>
7212 * valarith.c (find_size_for_pointer_math): New function, either returns
7213 the size for a pointer's target, returns 1 for void *, or errors for
7215 (value_add, value_sub): use find_size_for_pointer_math.
7217 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7219 * linux-low.c (linux_look_up_symbols): New hook.
7220 (linux_target_ops): Add linux_look_up_symbols.
7221 * remote-utils.c (decode_address): New function.
7222 (look_up_one_symbol): New function.
7223 * server.c (handle_query): Call target look_up_symbols hook.
7224 * server.h (look_up_one_symbol): Add prototype.
7225 * target.h (struct target_ops): Add look_up_symbols hook.
7227 2002-04-09 Andrew Cagney <ac131313@redhat.com>
7229 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7230 override FP_REGNUM with frame->fp. Update copyright.
7231 * parse.c (num_std_regs, std_regs): Delete.
7232 (target_map_name_to_register): Do not search std_regs. Update
7233 function description.
7234 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7235 declarations. Update copyright.
7238 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7240 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7241 after the last symbol in a block.
7243 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7245 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7246 is non zero as a found symbol.
7248 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7250 * findvar.c: Include "builtin-regs.h".
7251 (value_of_register): Call value_of_builtin_reg when applicable.
7252 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7253 (target_map_name_to_register): Call
7254 builtin_reg_map_name_to_regnum.
7255 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7256 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7257 (builtin_regs_h): Define.
7258 (builtin-regs.o): New target.
7259 (findvar.o): Add $(builtin_regs_h).
7260 * builtin-regs.c, builtin-regs.h: New files.
7261 * std-regs.c: New file.
7262 Partial fix for PR gdb/251.
7264 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7266 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7267 it's no longer required.
7269 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7271 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7273 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7275 From Jimi X <jimix@watson.ibm.com>:
7276 * rs6000-tdep.c (rs6000_software_single_step): Use
7277 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7278 and size. Use target_insert_breakpoint() and
7279 target_remove_breakpoint() to insert and remove breakpoints
7280 instead of explicit memory reads and writes.
7282 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7284 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7285 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7286 ELF_OBJECT_FORMAT ifdef.
7288 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7290 From Jimi X <jimix@watson.ibm.com>:
7291 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7293 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7295 From Jimi X <jimix@watson.ibm.com>:
7296 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7297 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7299 2002-04-07 Mark Kettenis <kettenis@gnu.org>
7301 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7302 s/asprintf/xasprintf/.
7303 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7305 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7307 I believe Jeff Law denies responsability for this one:
7308 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7309 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7310 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7311 Work-around for PR gdb/366.
7313 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7315 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7316 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7317 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7319 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7321 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7322 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7325 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7327 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7330 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7332 * README (Reporting Bugs in GDB): Document the bug web page as the
7333 prefered way of submitting bugs.
7336 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7338 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7340 * gdbarch.h, gdbarch.c: Re-generate.
7342 2002-04-07 Andreas Schwab <schwab@suse.de>
7344 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7345 buffer to regcache_collect.
7347 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7349 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7350 * gdbarch.c, gdbarch.h: Re-generate.
7352 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7354 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7355 declaration. Fix -Werror.
7357 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
7359 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7360 * gdbarch.c: Regenerate.
7362 2002-04-05 Michael Snyder <msnyder@redhat.com>
7364 * breakpoint.c (clear_command): Rewrite middle section to
7365 combine two loops with identical control conditions.
7366 Add a cleanup to eliminate a memory leak.
7367 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7369 2002-04-05 H.J. Lu (hjl@gnu.org)
7371 * solib-svr4.c (bkpt_names): Add "__start".
7373 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7375 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7376 as test for 64 bit target.
7378 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7380 * h8500-tdep.c (h8500_write_fp): Delete function.
7381 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7382 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7383 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7384 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7385 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7386 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7388 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7389 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7390 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7391 (d10v_write_fp): Delete function.
7392 * inferior.h (write_fp, generic_target_write_fp): Delete
7394 * regcache.c (generic_target_write_fp): Delete function.
7395 (write_fp): Delete function.
7396 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7397 * gdbarch.h, gdbarch.c: Regenerate.
7398 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7399 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7400 (sparc64_write_fp): Delete declaration.
7401 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7402 (h8500_write_fp): Delete declaration.
7404 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7406 * sparc-tdep.c (sparc64_write_fp): Delete.
7407 (sparc_push_dummy_frame): Replace write_fp call with code to store
7409 (sparc_gdbarch_init): Do not initialize write_fp.
7411 2002-04-05 Kevin Buettner <kevinb@redhat.com>
7413 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7416 2002-03-29 Jim Blandy <jimb@redhat.com>
7418 * stack.c (get_selected_block): Add new argument `addr_in_block',
7419 used to return the exact code address we used to select the block,
7421 * blockframe.c (get_frame_block, get_current_block): Same.
7422 * frame.h (get_frame_block, get_current_block,
7423 get_selected_block): Update declarations.
7424 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7425 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7427 2002-04-05 Michael Snyder <msnyder@redhat.com>
7429 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7432 2002-04-05 J. Brobecker <brobecker@gnat.com>
7434 * utils.c (xfullpath): New function.
7435 * defs.h (xfullpath): Add declaration.
7436 * source.c (openp): Use xfullpath in place of gdb_realpath to
7437 avoid resolving the basename part of filenames when the
7438 associated file is a symbolic link. This fixes a potential
7439 inconsistency between the filenames known to GDB and the
7440 filenames it prints in the annotations.
7441 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7442 to be able to match a filename with either the real filename, or
7443 the name of any symbolic link to this file.
7444 (lookup_partial_symtab): Ditto.
7446 2002-04-04 Michael Snyder <msnyder@redhat.com>
7448 * breakpoint.c: Add support for hardware breakpoints in overlays.
7449 (overlay_events_enabled): New state variable.
7450 (insert_breakpoints): Use overlay_events_enabled to decide
7451 whether to attempt to set a breakpoint at the overlay load addr.
7452 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7453 (remove_breakpoint): Use overlay_events_enabled to decide
7454 whether breakpoints need to be removed from overlay load addr.
7455 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7456 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7457 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7458 disable_overlay_breakpoints): Update overlay_events_enabled.
7460 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7462 * dwarf2read.c (struct function_range): New.
7463 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7464 (check_cu_functions): New.
7465 (read_file_scope): Initialize global function lists.
7466 Call dwarf_decode_line after processing children.
7467 (read_func_scope): Add to global function list.
7468 (dwarf_decode_lines): Call check_cu_functions everywhere
7469 record_line is called. Call record_line with a linenumber
7470 of 0 to mark sequence ends.
7472 2002-04-04 Michal Ludvig <mludvig@suse.cz>
7474 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7475 change sync with glibc.
7477 2002-04-03 Jim Blandy <jimb@redhat.com>
7479 * configure.in: Call AC_C_INLINE.
7480 * configure: Regenerated.
7482 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
7484 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7485 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7487 2002-03-31 Mark Kettenis <kettenis@gnu.org>
7489 * NEWS: Mention gcore support on FreeBSD/i386.
7491 * fbsd-proc.c: New file.
7492 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7493 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7495 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7498 2002-03-29 Jim Blandy <jimb@redhat.com>
7500 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7501 unescaped newlines in string literals, but newer ones don't. So
7504 2002-03-26 Michael Snyder <msnyder@redhat.com>
7505 Andrew Cagney <cagney@redhat.com>
7507 * cli/cli-dump.c: New file. Dump memory to file,
7508 restore file to memory.
7509 * cli/cli-dump.h: New file.
7510 * Makefile.in: Add rules, dependencies for cli-dump.o.
7511 * NEWS: Mention new commands.
7513 2002-03-28 Michael Snyder <msnyder@redhat.com>
7515 * symfile.c (symbol_file_add): Move test for null symbols to later.
7517 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7519 From veksler at il.ibm.com:
7520 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7521 the xstrduped original path.
7524 2002-03-27 Michael Snyder <msnyder@redhat.com>
7526 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7527 * infcmd.c (_initialize_infcmd): Ditto.
7528 * language.c (_initialize_language): Ditto.
7529 * symfile.c (_initialize_symfile): Ditto.
7530 * top.c (_init_main): Ditto.
7531 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7533 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7535 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7536 vector registers handling.
7537 (skip_prologue): Handle new AltiVec instructions. Fill in new
7538 fields of frame data.
7539 (frame_get_saved_regs): Fill in information for AltiVec registers.
7541 2002-03-27 Jim Blandy <jimb@redhat.com>
7543 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7544 a function; leave this macro here to invoke that function.
7545 (symbol_init_mangled_name): Declaration for that function.
7546 * symtab.c (symbol_init_mangled_name): New function.
7548 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7550 * valarith.c: Replace strerror with safe_strerror.
7551 * tracepoint.c: Ditto.
7553 * go32-nat.c: Ditto.
7557 2002-03-27 Andreas Schwab <schwab@suse.de>
7559 * event-top.c (command_line_handler): Remove useless if.
7561 2002-03-27 Andreas Jaeger <aj@suse.de>
7563 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7566 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7568 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7569 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7570 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7571 (x86_64_linux_dr_get_status, supply_gregset),
7572 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7573 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7574 (x86_64_register_info_table): Add.
7575 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7576 (x86_64_register_raw_size, x86_64_register_virtual_type),
7577 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7578 general x86_64_register_info_table.
7579 (i386_gdbarch_init): gdbarch_register_bytes is now set
7580 dynamicaly during initialization.
7581 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7582 * gdbserver/linux-x86-64-low.c: Ditto.
7584 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7586 * gdbserver/server.c (main): Call target_signal_to_host_p
7587 and target_signal_to_host on signals received from the remote.
7588 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7589 target_signal_from_host on signals sent to the remote.
7590 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7591 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7593 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7595 * signals/signals.c: Include "server.h" in gdbserver build.
7596 (target_signal_from_name): Don't use STREQ.
7597 (_initialize_signals): Likewise. Don't include function in
7600 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7602 * signals.c: Moved to...
7603 * signals/signals.c: Here.
7604 * Makefile (signals.o): Update.
7606 2002-03-26 Jeff Law (law@redhat.com)
7608 * somread.c (som_symtab_read): Remove some commented out code and
7609 updated related comments. Do not set the minimal symbol table to
7610 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7611 in a dynamic executable.
7612 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7613 where we are unable to find the minimal symbol for the given
7616 2002-03-25 Jeff Law (law@redhat.com)
7618 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7620 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7622 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7624 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7626 * command.h: Update copyright.
7627 (struct cmd_list_element): Replace definition with opaque
7629 (enum cmd_types): Document that it will eventually be moved to
7631 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7632 (MALLOCED_REPLACEMENT): Delete macro.
7633 * Makefile.in (cli_decode_h): Add $(command_h).
7634 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7635 * top.c: Include "cli/cli-decode.h".
7636 * completer.c: Include "cli/cli-decode.h".
7637 * maint.c: Include "cli/cli-decode.h".
7638 * cli/cli-decode.h: Include "command.h".
7639 (enum command_class): Delete.
7640 (enum cmd_types): Comment out.
7641 (enum cmd_auto_boolean): Delete.
7642 (enum var_types): Delete.
7644 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7646 * cli/cli-decode.c: Include "gdb_assert.h".
7647 (add_set_or_show_cmd): New static function.
7648 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7649 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7650 all fields, such as func, from the set command.
7652 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7654 * MAINTAINERS (sh-elf): Change warning flag to -w.
7656 2002-03-23 Andrew Cagney <cagney@redhat.com>
7658 * defs.h (error): Add printf format attribute.
7659 * thread-db.c (thread_from_lwp): Fix error format string.
7660 * stack.c (parse_frame_specification): Ditto.
7661 * cli/cli-decode.c (undef_cmd_error): Ditto.
7662 * scm-lang.c (scm_lookup_name): Ditto.
7663 * tracepoint.c (trace_error): Ditto.
7664 * remote-utils.c (usage): Ditto.
7665 * remote.c (compare_sections_command): Ditto.
7668 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7670 * gdbtypes.c (append_composite_type_field): New function.
7671 (init_composite_type): New function.
7672 * gdbtypes.h (append_composite_type_field): Declare.
7673 (init_composite_type): Ditto.
7675 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7677 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7679 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7680 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7681 structure returning convention for SYSV ABI case, but not
7682 for GNU/Linux, FreeBSD, or NetBSD.
7684 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7686 * symtab.h (lookup_block_symbol): Add mangled_name argument
7689 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7690 with new mangled_name argument.
7691 * linespec.c (decode_line_1): Likewise.
7692 * valops (value_of_this): Likewise.
7693 * symtab.c (lookup_transparent_type): Likewise.
7694 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7695 (lookup_symbol): If we are given a mangled name, pass it down
7696 to lookup_symbol_aux.
7697 (lookup_block_symbol): If we are given a mangled name to check
7698 against, only return symbols which match it.
7700 2002-03-22 Christopher Faylor <cgf@redhat.com>
7702 * win32-nat.c (child_create_inferior): Check for proper shell to use
7703 here, in case the user changes it on the fly.
7704 (_initialize_inftarg): Remove shell path considerations.
7706 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7708 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7709 for gdbarch_max_register_raw_size and max_register_virtual_size.
7710 Adjust copyright year.
7712 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7714 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7715 in a function to cover the entire beginning of the function
7716 as well if it does not already.
7718 2002-03-21 Tom Rix <trix@redhat.com>
7720 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7721 (rs6000_ptrace64): Renamed from ptrace64.
7723 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7725 * gdbserver/remote-utils.c (remote_open): Don't call
7726 getprotobyname, we're all using TCP here so just use
7728 * gdbserver/gdbreplay.c (remote_open): Ditto.
7730 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7732 * regcache.c (_initialize_regcache): No need to call
7733 build_regcache() at this time; it gets called whenever
7734 the gdbarch changes.
7736 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7738 * sparc-nat.c: Include sys/param.h where possible.
7740 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7743 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7744 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7745 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7747 * stabsread.c (rs6000_builtin_type): Likewise.
7748 (read_sun_floating_type): Likewise.
7750 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7752 * stabsread.c (read_member_functions): Remove skip code for duplicate
7753 constructor/destructor methods. Use standard parsing for these
7754 methods and just do not chain them to the list of methods after
7757 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7759 * coffread.c: Remove redundant static declarations. Replace
7760 occurrences of `PTR' with `void *'.
7761 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7762 * top.h (quit_cover): Likewise.
7763 * defs.h (catch_errors): Likewise.
7765 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7767 * defs.h (XMALLOC): Define.
7768 * gdb-events.sh (XMALLOC): Delete macro.
7769 * gdb-events.c, gdb-events.h: Regenerate.
7770 * gdbarch.sh (XMALLOC): Delete macro.
7771 * gdbarch.c: Regenerate.
7772 * serial.c (XMALLOC): Delete macro.
7773 * ui-file.c (XMALLOC): Ditto.
7774 * ser-unix.h (XMALLOC): Ditto.
7775 * sh-tdep.c (XMALLOC): Ditto.
7776 * ui-out.c (XMALLOC): Ditto.
7777 * utils.c (XMALLOC): Ditto.
7778 * i386-tdep.c (XMALLOC): Ditto.
7779 * gdb-events.c (XMALLOC): Ditto.
7780 * d10v-tdep.c (XMALLOC): Ditto.
7781 * cli-out.c (XMALLOC): Ditto.
7783 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7784 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7785 * ui-file.c, ui-out.c: Ditto.
7787 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7789 * command.h (struct cmd_list_element): Add field context.
7790 (set_cmd_context, get_cmd_context): Declare.
7791 * cli/cli-decode.h: Ditto.
7792 * cli/cli-decode.c (get_cmd_context): New function.
7793 (set_cmd_context): New function.
7794 (add_cmd): Initialize context.
7795 Part of fixing PR gdb/145 and PR gdb/146.
7797 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7799 * cli/cli-decode.c (cmd_type): New function.
7800 * command.h (cmd_type): Declare.
7801 * infrun.c (set_schedlock_func): Call function cmd_type.
7802 * kod.c (kod_set_os): Call cmd_type.
7803 * cris-tdep.c (cris_version_update): Use function cmd_type.
7804 (cris_mode_update, cris_abi_update): Ditto.
7806 * command.h: (execute_cmd_post_hook): Declare.
7807 (execute_cmd_pre_hook): Declare.
7808 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7809 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7810 functions. Execute pre/post hook while ensuring that afterwords
7812 * top.c (execute_command): Use execute_cmd_post_hook, and
7813 execute_cmd_pre_hook to execute pre/post commands.
7814 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7816 (hook_stop_stub): Call execute_cmd_pre_hook.
7818 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7820 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7821 set'' and this leads to a core dump. Move xstrdup of
7822 operating_system to after check that it is not NULL.
7824 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7826 * kod.c (kod_set_os): Remove unnecessary check that
7827 ``command->type'' is set_cmd.
7829 * valprint.c (set_input_radix): Use input_radix.
7830 (set_output_radix): Use output_radix.
7831 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7834 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7836 * value.h (struct value): Delete field ``substring_addr''. Change
7837 aligner fields to force_doublest_align, force_longest_align,
7838 force_core_addr_align and force_pointer_aligh.
7840 * value.h (struct value): Fix typo in above change.
7842 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7844 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7845 to fix internal_error from ``maintenance print architecture''.
7847 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7849 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7850 for gcc versions after gcc-2.8.1.
7852 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7854 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7855 for method resolution. Restore adjustment of ``this'' pointer after
7856 calling value_struct_elt, which was accidentally removed during the
7859 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7861 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7863 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7865 * value.h (value_of_register): Update.
7867 2002-03-14 Richard Henderson <rth@redhat.com>
7869 * configure.in: Detect declaration for canonicalize_file_name.
7870 * utils.c (canonicalize_file_name): Declare, if needed.
7871 (gdb_realpath): Prefer realpath if available and usable.
7872 * config.in, configure: Rebuild.
7874 2002-03-14 Richard Henderson <rth@redhat.com>
7876 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7877 a constant array bound.
7879 * MAINTAINERS: Add myself to write-after-approval.
7881 2002-03-14 Michael Snyder <msnyder@redhat.com>
7883 * symfile.c (syms_from_objfile): Return immediately if no syms.
7884 (symbol_file_add): Return immediately if no syms.
7885 (find_sym_fns): Return immediately if no syms.
7887 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7889 * gdbserver/remote-util.c (remote_open): Print remote-side's
7890 IP address when remote debugging over the network.
7892 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7894 * config/sparc/fbsd.mh: Fix copyright.
7895 * config/sparc/fbsd.mt: Likewise.
7897 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7899 * MAINTAINERS: Fix typo in name of gdb warnings option.
7900 (x86-64): Fix formating so that this can be parsed by awk.
7902 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7904 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7905 * defs.h: Include "gdb/signals.h".
7906 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7908 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7910 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7911 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7914 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7915 Don Howard <dhoward@redhat.com>
7917 * mips-tdep.c (ST0_FR): Define.
7918 (mips2_fp_compat): New function, temporarily disabled.
7919 (mips_read_fp_register_single): New function.
7920 (mips_read_fp_register_double): New function.
7921 (mips_print_register): Use them.
7922 (do_fp_register_row): Likewise.
7924 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7926 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7929 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7931 * stabsread.c (read_member_functions): Fix is_stub test for
7932 static member functions, improve comment.
7934 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7936 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7937 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7938 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7939 commands that set boolean values.
7940 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7941 (arm_rdi_resume): Always initialize PC.
7942 (arm_rdi_open): Don't use rslt as a boolean.
7943 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7944 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7945 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7946 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7948 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7950 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7951 * configure: Rebuilt.
7953 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7955 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7956 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7958 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7960 * cli/cli-decode.c (set_cmd_completer): New function.
7961 * command.h (set_cmd_completer): Declare.
7962 * cli/cli-decode.h (set_cmd_completer): Ditto.
7964 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7965 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7966 * win32-nat.c (_initialize_inftarg): Ditto.
7967 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7968 * proc-api.c (_initialize_proc_api): Ditto.
7969 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7970 * source.c (_initialize_source): Ditto.
7971 * exec.c (_initialize_exec): Ditto.
7972 * solib.c (_initialize_solib): Ditto.
7973 * top.c (init_main): Ditto.
7974 * tracepoint.c (_initialize_tracepoint): Ditto.
7975 * symfile.c (_initialize_symfile): Ditto.
7976 * printcmd.c (_initialize_printcmd): Ditto.
7977 * infcmd.c (_initialize_infcmd): Ditto.
7978 * corefile.c (_initialize_core): Ditto.
7980 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7982 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7984 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7986 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7988 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7990 * NEWS: Update headings, 5.2 has branched.
7992 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7994 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7995 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7996 (register_addr, REGISTER_RAW_SIZE): Likewise.
7997 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7998 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8000 2002-03-03 Michal Ludvig <mludvig@suse.cz>
8002 * MAINTAINERS (x86-64): Add myself.
8003 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8004 changed value_ptr -> struct value *
8006 2002-03-01 David O'Brien <obrien@FreeBSD.org>
8008 * configure.host (sparc64-*-freebsd): Add.
8009 * configure.tgt: Likewise.
8010 * config/sparc/fbsd.mh: New file.
8011 * config/sparc/fbsd.mt: Likewise.
8012 * config/sparc/nm-fbsd.h: Likewise.
8013 * config/sparc/tm-fbsd.h: Likewise.
8015 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
8017 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8018 regformats/reg-s390x.dat.
8020 2002-03-01 Andrew Cagney <ac131313@redhat.com>
8022 * utils.c: Add FIXME explaining true/false problem.
8024 2002-02-28 Andrew Cagney <ac131313@redhat.com>
8026 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8028 2002-02-28 Michael Chastain <mec@shout.net>
8030 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8032 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
8034 * gdbserver/linux-s390-low.c: New file.
8035 * regformats/reg-s390.dat: New file.
8036 * regformats/reg-s390x.dat: New file.
8037 * gdbserver/configure.srv: Add S/390.
8038 * gdbserver/Makefile.in: Add S/390.
8039 * configure.tgt: Enable gdbserver for S/390.
8041 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8043 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8044 first line of the doc string for "info dos", except at the end of
8045 the sentence, since the short help stops at the first period.
8047 2002-02-28 Jason Merrill <jason@redhat.com>
8049 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8051 2002-02-27 Fred Fish <fnf@redhat.com>
8053 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8054 comment (dumy -> dummy).
8056 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8058 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8060 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
8062 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8064 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8066 * gdbserver/acconfig.h: New file.
8067 * gdbserver/i387-fp.c: New file.
8068 * gdbserver/i387-fp.h: New file.
8069 * gdbserver/linux-x86-64.c: New file.
8070 * regformats/reg-x86-64.dat: New file.
8071 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8072 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8073 * gdbserver/configure.in: Add support for regsets.
8074 * gdbserver/config.in: Regenerate.
8075 * gdbserver/configure: Regenerate.
8076 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8077 * gdbserver/linux-low.h: New file.
8078 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8080 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8081 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8082 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8083 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8084 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8085 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8086 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8087 "i387-fp.h". Add PTRACE_GETREGS and friends.
8088 * gdbserver/regcache.c (supply_register): New function.
8089 (supply_register_by_name): New function.
8090 (collect_register): New function.
8091 (collect_register_by_name): New function.
8093 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8095 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8096 (config.status): Add configure.srv dependency.
8097 (server_h): Add config.h dependency.
8099 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8101 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8102 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8103 * gdbserver/configure.srv: Change i386-*-linux* to use
8106 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8108 * x86-64-tdep.c: Re-indent. Update copyright date.
8110 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8112 From Michal Ludvig <mludvig@suse.cz>:
8113 * x86-64-tdep.c (value.h): Delete.
8114 (gdb_assert.h): Include.
8115 (x86_64_register_convert_to_virtual,
8116 x86_64_register_convert_to_raw ): Add check which lets only
8117 floating-point values to be converted.
8118 (value_push): Delete.
8119 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8120 (i386_gdbarch_init): Number of register_bytes fixed.
8122 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8124 * MAINTAINERS: Add x86-64 target.
8126 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8128 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8129 * osfsolib.c (solib_map_sections): Ditto.
8130 * irix5-nat.c (solib_map_sections): Ditto.
8131 * corelow.c (gdb_check_format): Ditto.
8132 * symfile.c (symfile_bfd_open): Ditto.
8133 * solib.c (solib_map_sections): Ditto.
8136 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8138 * remote.c (_initialize_remote): By default, disable ``e'' and
8139 ``E'' step out-of-range packets.
8141 2002-02-26 Andreas Schwab <schwab@suse.de>
8143 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8144 m68k_linux_frame_saved_pc.
8145 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8147 (SIGCONTEXT_PC_OFFSET): Remove.
8148 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8149 m68k_linux_sigtramp_saved_pc): New functions.
8150 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8151 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8152 (UCONTEXT_PC_OFFSET): Define.
8153 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8154 non-RT and RT signal trampolines.
8156 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
8158 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8159 (TARGET_NBPG, STACK_END_ADDR): Delete
8160 (VARIABLES_INSIDE_BLOCK): Delete.
8162 2002-02-25 Andrew Cagney <ac131313@redhat.com>
8164 * utils.c (perror_with_name): Make string parameter constant.
8165 (print_sys_errmsg): Ditto.
8167 * defs.h (perror_with_name): Update.
8168 (print_sys_errmsg): Update.
8171 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8173 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8174 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8176 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8178 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8179 if it already matches the current architecture from the exec file.
8180 Include arch-utils.h for gdbarch_info_init prototype.
8181 * Makefile.in (rs6000-nat.o): Update dependencies.
8183 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8185 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8186 list of exported variables.
8188 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
8190 * gdbserver/configure.srv: New file.
8191 * gdbserver/configure.in: Use configure.srv instead
8192 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8194 * gdbserver/configure: Regenerated.
8195 * gdbserver/terminal.h: New file.
8196 * gdbserver/Makefile.in: Update for configure changes. Remove
8197 more unneeded include paths.
8199 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8201 From wiz at danbala:
8202 * config/sparc/tm-sp64.h: Fix grammar and typos.
8205 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8207 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8208 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8209 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8210 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8211 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8212 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8213 * s390-tdep.c: Ditto.
8214 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8215 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8216 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8217 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8218 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8219 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8220 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8221 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8222 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8223 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8226 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8228 * lin-thread.c: Delete file.
8229 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8230 to gdb_proc_service.h.
8231 * configure: Re-generate.
8233 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8234 * serial.c (serial_open): Delete check for "ocd".
8237 * Makefile.in (linux-thread.o): Delete target.
8238 * linux-thread.c: Delete file.
8240 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8241 renamed SH files to be consistent.
8243 * symtab.c (sort_search_symbols): Use xfree.
8245 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8247 * arm-linux-tdep.c (arm_linux_init_abi): Register
8248 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8249 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8250 definition with undef, since we don't want the sysvr4 definition.
8251 (SKIP_TRAMPOLINE_CODE): Likewise.
8253 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8255 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8257 * configure.in: (AC_CHECK_FUNCS) Added test for
8258 canonicalize_file_name Regenerated.
8259 * config.in, configure: Regenerated.
8260 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8261 defined use canonicalize_file_name.
8263 2002-02-23 Michael Chastain <mec@shout.net>
8265 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8267 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8269 * README: Remove references to cygnus.com.
8270 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8271 dot com'' form. Remove references to cygnus.com and sourceware.
8273 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8275 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8276 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8277 1003.1-2001 no longer allows "head -1".
8278 * gdb/Makefile.in (version.c): Likewise.
8279 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8280 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8281 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8283 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8285 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8286 * command.h (cmd_cfunc_eq): Declare.
8287 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8289 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8290 ``struct cmd_list_element *''.
8291 * cli/cli-cmds.c (is_complete_command): Update. Use
8293 * top.c (execute_command): Pass the command to
8294 is_complete_command.
8295 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8297 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8299 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8300 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8301 architecture defines.
8302 * s390-tdep.c (s390_gdbarch_init): Likewise.
8304 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8306 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8307 (arm_linux_push_arguments): Likewise.
8308 (arm_linux_init_abi): Register them. Also register linux-specific
8310 (find_minsym_and_objfile): Use strcmp, not STREQ.
8311 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8312 (arm_linux_call_dummy_words): Delete declaration.
8313 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8314 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8316 (LOWEST_PC): Delete.
8318 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8320 * maint.c (print_section_info): Do not prepend `0x' to filepos
8321 output, it will be handled by local_hex_string_custom.
8323 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8325 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8326 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8327 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8329 2002-02-22 Jim Blandy <jimb@redhat.com>
8331 Indicate that the bcache functions don't change the strings
8333 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8334 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8336 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8338 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8340 2002-02-21 Christopher Faylor <cgf@redhat.com>
8342 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8343 find the complete path to a loaded DLL.
8345 2002-02-21 Fred Fish <fnf@redhat.com>
8347 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8348 that marks the end of the range of a function, enter a line number
8349 entry that has a line number of zero and a PC offset that matches
8350 the end of the function. This starts a range of PC's for which no
8351 line number information is known.
8352 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8353 PC's for which no line number info is found (line number is zero)
8354 then we didn't find any valid line information.
8355 * symtab.h: Document use of zero line number entry.
8357 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
8359 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8360 (have_ptrace_getvrregs): Define for run time checks.
8361 (gdb_vrregset_t): New type for Altivec register handling.
8362 (fetch_register, store_register): Fetch/store altivec register
8364 (fetch_altivec_register, store_altivec_register): New functions.
8365 (supply_vrregset, fill_vrregset): New functions.
8366 (fetch_altivec_registers, store_altivec_registers): New functions.
8367 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8370 2002-02-21 Jiri Smid <smid@suse.cz>
8372 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8374 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8376 * Makefile.in (armnbsd-nat.o): Update dependencies.
8377 * armnbsd-nat.c (supply_gregset): New function. Common code to
8378 supply the integer register set.
8379 (supply_fparegset): New function. Similar for FPA registers.
8380 (fetch_regs, fetch_fp_regs): Use them.
8381 (fetch_core_registers): Likewise.
8382 (fetch_elfcore_registers): New function.
8383 (arm_netbsd_elfcore_fns): New core-file type specification.
8384 (_initialize_arm_netbsd_nat): Register it.
8386 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8388 * armnbsd-nat.c: Include gdbcore.h.
8389 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8390 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8391 'void' to declaration, to shut up ARI.
8392 (fetch_core_registers): Make static. Rewrite using supply_register.
8393 (arm_netbsd_core_fns): New core-file type specification.
8394 (_initialize_arm_netbsd_nat): New function.
8396 2002-02-21 Christopher Faylor <cgf@redhat.com>
8398 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8401 2002-02-20 Christopher Faylor <cgf@redhat.com>
8403 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8406 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8408 * jv-exp.y (parse_number): Change type of implicit longs
8409 to builtin_type_uint64.
8411 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8413 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8414 to be an integer instead of a `union wait'.
8416 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8418 * mips-linux-nat.c: Call the operating system GNU/Linux.
8419 * mips-linux-tdep.c: Likewise.
8420 * mips-tdep.c: Likewise.
8422 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8425 * jv-exp.y (parse_number): Handle 64-bit integers.
8427 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8429 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8430 AC_STDC_HEADERS to AC_HEADER_STDC.
8431 * gdbserver/configure: Regenerated.
8433 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8435 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8437 * sparc-tdep.c (get_longjmp_target): Likewise.
8439 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8441 * News: Add news about ARM and Multi-arch. Mention the new target
8444 2002-02-19 Jim Blandy <jimb@redhat.com>
8446 * stabsread.c (error_type_complaint): Improve error message.
8448 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
8450 * gdbserver/README: Update documentation.
8451 * gdbserver/configure.in: Update configury to match documentation.
8452 * gdbserver/Makefile.in: Likewise.
8453 * gdbserver/configure: Regenerated.
8454 * gdbserver/aclocal.m4: New file, generated by aclocal.
8455 * gdbserver/config.in: New file, generated by autoheader.
8457 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8459 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8462 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8464 * arm-tdep.h (enum arm_float_model): New enum.
8465 (struct gdbarch_tdep): Add fp_model.
8466 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8467 up floating-point conversions until we know the floating-point model
8468 in use by the inferior. Don't complain about being unable to
8469 determine the ABI of the inferior when we don't have one.
8470 (arm_extract_return_value): Support different floating-point models.
8471 (arm_store_return_value): Likewise.
8472 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8474 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8476 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8478 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8479 of ``current_gdbarch''.
8481 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8483 * armnbsd-nat.c : ANSIfy all function declarations.
8484 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8485 (fetch_inferior_registers): Re-implement in terms of above.
8486 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8487 (store_inferior_registers): Re-implement in terms of above.
8489 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8491 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8493 * arm-linux-tdep.c: Likewise.
8494 * config/arm/tm-linux.h: Likewise.
8496 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8498 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8499 * config/arm/nbsd.mt (TM_FILE): Delete.
8500 * config/arm/tm-nbsd.h: Delete.
8502 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8504 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8505 Initialize CALL_DUMMY_LENGTH.
8507 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8509 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8511 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8512 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8513 defines one thing and that is incorrect for this port.
8514 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8516 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8518 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8520 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8522 * win32-nat.c (display_selector): New function. Displays information
8523 about the information returned by GetThreadSelectorEntry API function.
8524 (display_selectors): New function. Displays the infomation of
8525 the selector given as argument, or of CS, DS ans FS selectors
8526 if no argument is given.
8527 ( _initialize_inftarg): Add "w32" as info prefix command.
8528 Add "info w32 selector" as command calling display_selectors.
8530 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8532 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8533 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8536 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8538 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8540 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8542 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8543 (arm_fix_call_dummy): Call it.
8544 (arm_call_dummy_breakpoint_offset): Delete.
8545 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8546 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8548 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8550 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8551 Default to func_frame_chain_valid.
8552 * gdbarch.h, gdbarch.c: Re-generate.
8553 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8555 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8557 * ppc-linux-nat.c: Update copyright.
8558 (fetch_register, store_register): Add tid parameter, don't compute
8560 (fetch_ppc_registers, store_ppc_registers): Add tid
8561 parameter. Pass it along to callees.
8562 (fetch_inferior_registers, store_inferior_registers): Compute tid
8563 here, and pass it to calleed functions.
8564 (fill_gregset, supply_fpregset): Clean up formatting.
8566 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8568 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8569 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8571 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8573 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8574 * gdbarch.c gdbarch.h: Regenerate.
8575 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8577 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8578 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8579 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8581 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8582 * arm-tdep.c (arm_get_longjmp_target): New function.
8583 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8584 this to a positive value register arm_get_longjmp_target as the
8586 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8587 (arm_linux_init_abi): Set up longjmp description in tdep.
8588 * armnbsd-nat.c (get_longjmp_target): Delete.
8589 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8590 description in tdep.
8591 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8592 (get_longjmp_target): Delete declaration.
8593 (GET_LONGJMP_TARGET): Delete.
8594 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8595 (GET_LONGJMP_TARGET): Delete.
8597 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8599 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8600 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8601 of ``current_gdbarch''.
8603 2002-02-17 Tom Tromey <tromey@redhat.com>
8605 * cli/cli-cmds.c (compare_strings): New function.
8606 (complete_command): Only print each unique item once.
8607 * completer.h (complete_line): Declare.
8608 * completer.c (complete_line): New function.
8609 (line_completion_function): Use it.
8611 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8613 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8614 * gdbarch.h, gdbarch.c: Re-generate.
8616 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8618 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8620 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8622 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8623 * valops.c (value_arg_coerce): Don't take the address of a reference
8624 to convert an argument to a reference.
8626 2002-02-15 Christopher Faylor <cgf@redhat.com>
8628 * win32-nat.c (get_image_name): New function.
8629 (handle_load_dll): Use get_image_name function.
8630 (get_child_debug_event): Avoid registering debug events until possibly
8631 execed process is started.
8632 (child_create_inferior): Allow invocation via shell so that command
8633 line redirection, etc. works ok.
8634 (_initialize_inftarg): Add new command: "set shell" to control whether
8635 a shell is used to start a process.
8637 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8639 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8640 instead of find_register_by_number.
8641 (cannot_store_register): Likewise.
8643 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8645 * dwarf2read.c: Replace fprintf (stderr, ...) by
8646 fprintf_unfiltered (gdb_stderr, ...).
8648 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8650 * gdbserver/gdbserver.1: Document --attach.
8652 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8654 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8656 * arm-tdep.c (arm_default_arm_le_breakpoint)
8657 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8658 (arm_default_thumb_be_breakpoint): New. Initialize them from
8659 traditional breakpoint defines.
8660 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8661 (arm_gdbarch_init): Initialize new breakpoint variables.
8662 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8663 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8664 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8665 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8667 (arm_netbsd_init_abi_common): ... here; new function.
8668 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8669 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8670 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8671 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8673 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8675 * arm-tdep.h (enum arm_abi): New enum.
8676 (struct gdbarch_tdep): New structure.
8677 (LOWEST_PC): Provide a default.
8678 (arm_gdbarch_register_os_abi): Declare new function.
8679 * arm-tdep.c (arm_abi_names): New array.
8680 (process_note_abi_tag_sections): New function.
8681 (get_elfosabi): New function.
8682 (arm_gdbarch_register_os_abi): New function.
8683 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8684 support for that ABI has been built in, then call the appropriate
8685 configuration routine. Use gdbarch_num_regs() to get the number
8687 (arm_dump_tdep): New function.
8688 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8689 place-holder functions.
8690 (_initialize_arm_tdep): Register them.
8691 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8693 * armnbsd-tdep.c: New file.
8694 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8695 * config/arm/nbsd.mt (TDEPFILES): Add it.
8696 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8698 * armnbsd-nat.c: Include regcache.h.
8699 * Makefile.in (armnbsd-nat.o): Update dependency list.
8701 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8703 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8705 * gdbserver/Makefile.in: Fix typos in target rules.
8707 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8709 Fix part of PR gdb/267.
8710 * linespec.c (find_methods): Handle constructors specially for now.
8712 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8714 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8716 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8717 standard_coerce_float_to_double().
8719 2002-02-14 Christopher Faylor <cgf@redhat.com>
8721 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8724 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8726 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8727 find_variant_by_name, because it confuses the multiarch
8728 framework. Return NULL if there isn't an architecture with the
8729 user supplied name, instead of forcing a different one without
8730 recording the change with the multiarch machinery.
8731 (find_variant_by_name): Delete.
8733 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8735 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8736 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8738 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8740 * stack.c (print_frame_info_base): When calling
8741 print_frame_info_listing_hook, set current_source_symtab.
8743 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8745 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8746 and remove unused $(INCLUDE_DIR).
8747 Add regcache.c to OBS.
8748 Add generated register protocol files to clean target.
8749 Update dependencies for new objects, obsolete old target code.
8751 * gdbserver/linux-low.c: Remove all platform-specific code to
8752 new files. Remove various dead code. Update to use regcache
8754 * gdbserver/remote-utils.c (fromhex): Add return statement
8756 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8758 (input_interrupt): Add integer parameter to match prototype
8759 of a signal handler.
8760 (outreg): Use register_data ().
8761 (prepare_resume_reply): Use gdbserver_expedite_regs.
8762 * gdbserver/server.c (main): Dynamically allocate own_buf because
8763 PBUFSIZ is no longer constant. Use registers_to_string () and
8764 registers_from_string ().
8765 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8766 for error (), fatal (), and warning (). Update definition of
8767 PBUFSIZ to use regcache functionality. Add include guard.
8768 * gdbserver/utils.c (fatal): Add missing ``const''.
8769 (warning): New function.
8771 * regformats/regdat.sh: Include "regcache.h" in generated files.
8772 Provide init_registers () function.
8773 * regformats/regdef.h: Add prototype for set_register_cache ().
8776 * gdbserver/linux-arm-low.c: New file.
8777 * gdbserver/linux-i386-low.c: New file.
8778 * gdbserver/linux-ia64-low.c: New file.
8779 * gdbserver/linux-m68k-low.c: New file.
8780 * gdbserver/linux-mips-low.c: New file.
8781 * gdbserver/linux-ppc-low.c: New file.
8782 * gdbserver/linux-sh-low.c: New file.
8784 * gdbserver/regcache.c: New file.
8785 * gdbserver/regcache.h: New file.
8787 * gdbserver/low-linux.c: Removed obsolete file.
8789 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8791 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8792 * config/i386/linux.mt: Likewise.
8793 * config/ia64/linux.mt: Likewise.
8794 * config/m68k/linux.mh: Likewise.
8795 * config/powerpc/linux.mh: Likewise.
8796 * config/mips/linux.mt: Likewise.
8798 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8800 * config/i386/i386lynx.mh: Mark gdbserver variables
8801 as (currently) obsolete for this target.
8802 * config/i386/nbsd.mt: Likewise.
8803 * config/i386/nbsdelf.mt: Likewise.
8804 * config/m32r/m32r.mt: Likewise.
8805 * config/m68k/m68klynx.mh: Likewise.
8806 * config/m68k/nbsd.mt: Likewise.
8807 * config/m68k/sun3os4.mh: Likewise.
8808 * config/mips/vr5000.mt: Likewise.
8809 * config/ns32k/nbsd.mt: Likewise.
8810 * config/pa/hppabsd.mh: Likewise.
8811 * config/pa/hppaosf.mh: Likewise.
8812 * config/powerpc/nbsd.mt: Likewise.
8813 * config/rs6000/rs6000lynx.mh: Likewise.
8814 * config/s390/s390.mt: Likewise.
8815 * config/s390/s390x.mt: Likewise.
8816 * config/sparc/sparclynx.mh: Likewise.
8817 * config/sparc/sun4os4.mh: Likewise.
8818 * config/i386/x86-64linux.mt: Likewise.
8819 * config/sparc/linux.mh: Likewise.
8821 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8823 * configure.tgt: Configure gdbserver only for known working
8824 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8825 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8826 SUBDIRS if it is configured. Update comment for ${nativefile}.
8827 * configure: Regenerated.
8829 2002-02-13 Michael Snyder <msnyder@redhat.com>
8831 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8833 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8834 (default_gcore_mach): Just return 0, work around a problem in bfd.
8835 (default_gcore_target): OK to return NULL if exec_bfd is null.
8836 (make_mem_sec): Use a cast, avoid a warning.
8838 * procfs.c (find_memory_regions_callback): Use a cast instead of
8839 calling host_pointer_to_address (which complains if
8840 sizeof (host pointer) != sizeof (target pointer)).
8841 (procfs_make_note_section): Avoid overflow in psargs string.
8843 * procfs.c (procfs_make_note_section): Make the default
8844 implementation return an error.
8846 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8848 * procfs.c (procfs_make_note_section): Provide a default definition
8849 (for alpha-dec-osf4.0f). Fix typos.
8851 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8853 * linux-proc.c: Add include of regcache.h.
8854 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8856 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8858 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8859 * memattr.c (create_mem_region): Disallow useless empty region.
8860 Regions are half-open intervals, so allow [A..B) [B..C) as
8863 2002-02-13 Michael Chastain <mec@shout.net>
8865 * defs.h: Kill CONST_PTR.
8866 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8867 * c-lang.c (c_builtin_types): Likewise.
8868 * ch-lang.c (ch_builtin_types): Likewise.
8869 * f-lang.c (f_builtin_types): Likewise.
8870 * language.c (unknown_builtin_types): Likewise.
8871 * m2-lang.c (m2_builtin_types): Likewise.
8872 * p-lang.c (pascal_builtin_types): Likewise.
8873 * scm-lang.c (c_builtin_types): Likewise.
8875 2002-02-13 Keith Seitz <keiths@redhat.com>
8877 * arm-tdep.h (arm_get_next_pc): Add declaration.
8879 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8881 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8882 with other related struct-returning functions.
8883 (arm_extract_struct_value_address): New function.
8884 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8885 initialize float_format, double_format and long_double_format as
8886 appropriate to the endianness of the target.
8887 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8888 (arm_use_struct_convention): Delete declaration.
8889 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8891 2002-02-13 Keith Seitz <keiths@redhat.com>
8893 * defs.h (core_addr_to_string_nz): New function.
8895 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8897 Apply missing bits of 2002-01-15 patch.
8898 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8899 (fill_fpregset): Use i387_fill_fsave.
8901 2002-02-12 Keith Seitz <keiths@redhat.com>
8903 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8904 (core_addr_to_string_nz): New function.
8906 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8908 * arm-linux-nat.c: Really include arm-tdep.h.
8909 * config/arm/tm-linux.h (struct type, struct value): Declare.
8911 2002-02-11 Michael Snyder <msnyder@redhat.com>
8913 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8914 (gcore section): Ifdef for Solaris and Unixware only.
8915 (procfs_do_thread_registers): Unixware needs one lwpstatus
8916 per thread (not one prstatus or pstatus).
8917 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8918 not over all gdb threads. For unixware, call elfcore_write_pstatus
8919 once before iterating over threads.
8921 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8923 * arm-tdep.h: New file.
8924 * arm-tdep.c: Include arm-tdep.h.
8925 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8926 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8927 (arm_print_float_info, arm_register_type, convert_to_extended)
8928 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8929 (arm_extract_return_value, arm_register_name): Make static.
8930 (arm_software_single_step): Similarly. Fix types in declaration.
8931 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8932 (arm_store_return_value, arm_store_struct_return): New functions.
8933 (arm_gdbarch_init): Register the above functions. Also register
8934 call_dummy_start_offset, sizeof_call_dummy_words,
8935 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8936 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8937 max_register_virtual_size, register_size. Set up
8938 prologue_cache.saved_regs here, rather than ...
8939 (_initialize_arm_tdep): ... here.
8940 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8942 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8943 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8944 (arm_print_float_info, arm_register_type, convert_to_extended)
8945 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8946 (arm_extract_return_value, arm_register_name): Delete declarations.
8947 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8948 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8949 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8950 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8951 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8952 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8953 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8954 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8955 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8956 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8957 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8958 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8960 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8961 * remote-rdi.c remote-rdp.c: Likewise.
8962 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8963 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8964 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8967 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8968 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8969 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8970 from non-ARM_ prefixed definitions.
8971 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8973 * remote-rdi.c remote-rdp.c: Likewise.
8974 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8976 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8978 * arm-tdep.c (arm_frameless_function_invocation)
8979 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8980 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8981 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8982 (arm_pop_frame, arm_get_next_pc): Make static.
8983 (arm_gdbarch_init): Register above in gdbarch structure.
8984 (arm_read_fp): Renamed from arm_target_read_fp.
8985 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8986 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8987 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8988 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8989 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8990 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8991 (arm_pc_is_thumb_dummy): Delete declarations.
8992 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8993 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8994 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8995 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8997 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8999 * symtab.c (compare_search_syms): New function.
9000 (sort_search_symbols): New function.
9001 (search_symbols): Sort symbols after searching rather than
9004 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9006 * NEWS: Linux -> GNU/Linux.
9008 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9010 * gdbarch.sh: For for level one methods, disallow a definition
9011 when partially multi-arched. Add comments explaining rationale.
9012 * gdbarch.h: Re-generate.
9014 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9016 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9019 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9021 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9023 * gdbarch.c: Re-generate.
9025 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9027 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
9028 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9031 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9033 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9035 (PUSH_ARGUMENTS): Switch to using predefault.
9036 * gdbarch.c: Regenerate.
9038 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9040 * valops.c (PUSH_ARGUMENTS): Delete definition.
9041 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9042 partial. Default to default_push_arguments.
9043 * gdbarch.h, gdbarch.c: Regenerate.
9045 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9047 * defs.h (throw_exception): Rename return_to_top_level. Update
9049 * utils.c (error_stream, internal_verror, quit): Ditto.
9050 * top.c (throw_exception, catcher): Ditto.
9051 * sparclet-rom.c (sparclet_load): Ditto.
9052 * remote.c (interrupt_query, minitelnet): Ditto.
9053 * remote-sds.c (interrupt_query): Ditto.
9054 * remote-mips.c (mips_error, mips_kill): Ditto.
9055 * ocd.c (interrupt_query): Ditto.
9056 * monitor.c (monitor_interrupt_query): Ditto.
9057 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9058 * target.h: Update comment.
9060 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
9062 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9064 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9065 default_double_format.
9066 * gdbarch.h, gdbarch.c: Re-generate.
9067 * findvar.c (floatformat_unknown): Delete variable definition.
9068 * doublest.h (floatformat_unknown): Delete variable declaration.
9070 2002-02-09 Jim Blandy <jimb@redhat.com>
9072 * stabsread.c (read_type): Add code to parse Sun's syntax for
9073 prototyped function types.
9075 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9077 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9078 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9080 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9082 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9083 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9084 now _initialize_xcoffsolib gets called again and overrides the
9085 commands from solib.c in a native configuration.
9087 2002-02-09 Mark Kettenis <kettenis@gnu.org>
9089 * doublest.c (store_typed_floating): Don't try to return a value.
9092 2002-02-08 Jim Blandy <jimb@redhat.com>
9094 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9095 is prototyped and has no arguments, print its argument list as
9098 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9100 * MAINTAINERS (write-after-approval): Add myself.
9101 (paper-trail): I've escaped!
9103 2002-02-08 Christopher Faylor <cgf@redhat.com>
9105 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9107 (_initialize_check_for_gdb_ini): Ditto.
9109 2002-02-08 Martin M. Hunt <hunt@redhat.com>
9111 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9112 xaprintf -> xasprintf.
9114 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9116 * win32-nat.c: Remove use of printf and sprintf functions.
9118 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
9120 * arm-tdep.c (arm_frame_chain_valid): Make static.
9121 (arm_push_arguments): Likewise.
9122 (arm_gdbarch_init): New function.
9123 (_initialize_arm_tdep): Call it.
9124 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9125 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9126 (FRAME_CHAIN_VALID): Delete.
9127 (arm_frame_chain_valid): Delete declaration.
9128 (PUSH_ARGUMENTS): Delete.
9129 (arm_push_arguments): Delete declaration.
9130 (CALL_DUMMY_P): Delete.
9132 2002-02-08 Andrew Cagney <ac131313@redhat.com>
9133 Corinna Vinschen <vinschen@redhat.com>
9135 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9136 on builtin float types.
9138 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
9140 * utils.c: Include <curses.h> before "bfd.h".
9141 * tui/tui-hooks.c: Likewise.
9142 * tui/tui.c: Likewise.
9143 * tui/tuiCommand.c: Likewise.
9144 * tui/tuiData.c: Likewise.
9145 * tui/tuiDataWin.c: Likewise.
9146 * tui/tuiDisassem.c: Likewise.
9147 * tui/tuiGeneralWin.c: Likewise.
9148 * tui/tuiIO.c: Likewise.
9149 * tui/tuiLayout.c: Likewise.
9150 * tui/tuiRegs.c: Likewise.
9151 * tui/tuiSource.c: Likewise.
9152 * tui/tuiSourceWin.c: Likewise.
9153 * tui/tuiStack.c: Likewise.
9154 * tui/tuiWin.c: Likewise.
9156 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
9158 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9159 to include space for pseudoregs as well. Update loops accordingly.
9160 (sh_fp_frame_init_saved_regs): Ditto.
9161 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9163 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9165 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9166 Add Richard Earnshaw to Arm maintainers.
9168 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9170 * defs.h (warning_begin): Delete declaration.
9172 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9175 2002-02-07 Michael Snyder <msnyder@redhat.com>
9177 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9178 Logic bug, remove misplaced else.
9180 2002-02-07 Klee Dienes <klee@apple.com>
9182 * fork-inferior.c (fork_inferior): Add '!' to the list of
9183 characters that need to be quoted when building a string for the
9184 shell. Quote '!' specifically with a backslash, since CSH chokes
9185 when trying to evaluate "str!str".
9187 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9189 * rdi-share/host.h: Only provide a typedef for bool if it is not
9192 2002-02-04 Michael Snyder <msnyder@redhat.com>
9194 * breakpoint.h (enum bptype): Add new overlay event bp type.
9195 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9197 * breakpoint.c (create_internal_breakpoint): New function.
9198 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9199 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9200 (create_thread_event_breakpoint): Ditto.
9201 (create_solib_event_breakpoint): Ditto.
9202 (create_overlay_event_breakpoint): New function.
9203 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9204 (update_breakpoints_after_exec): Delete and re-initialize
9205 overlay event breakpoints after an exec. Add FIXME comment
9206 about longjmp breakpoint.
9207 (print_it_typical): Ignore overlay event breakpoints.
9208 (print_one_breakpoint): Ditto.
9210 (bpstat_what): Do not stop for overlay event breakpoints.
9211 (delete_breakpoint): Don't delete overlay event breakpoints.
9212 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9213 (breakpoint_re_set): Re-create overlay event breakpoint.
9215 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9216 (overlay_manual_command): Disable overlay breakpoints.
9217 (overlay_off_command): Disable overlay breakpoints.
9219 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9221 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9222 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9223 to here from config/tm-arm.h.
9224 (coff_sym_is_thumb): Make static.
9225 (arm_elf_make_msymbol_special): New function.
9226 (arm_coff_make_msymbol_special): New function.
9227 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9228 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9229 (coff_sym_is_thumb): Delete declaration.
9230 (arm_elf_make_msymbol_special): Declare.
9231 (arm_coff_make_msymbol_special): Declare.
9232 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9233 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9235 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9237 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9239 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9241 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9242 * gdbarch.c gdbarch.h: Regenerate.
9243 * arch-utils.c (default_print_float_info): New function.
9244 * arch-utils.h (default_print_float_info): Prototype it.
9245 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9246 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9247 (PRINT_FLOAT_INFO): Document it.
9249 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9250 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9251 (PRINT_FLOAT_INFO): Define.
9253 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9255 * win32-nat.c (_initialize_check_for_gdb_ini):
9256 Add typecast to sprintf argument to suppress a warning.
9258 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9260 * win32-nat.c (last_sig): Changed type of variable to target_signal,
9261 to allow easier handling of pass state.
9262 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9263 that gives exception name and address.
9264 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9265 and set last_sig value to ourstatus->value.sig. Some missing
9267 (child_continue): Correctly report continue_status.
9268 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9269 TARGET_SIGNAL_0 (new default value).
9270 (child_resume): consider sig argument passed to decide if
9271 the exception should be passed to debuggee or not.
9273 2002-02-05 Michael Snyder <msnyder@redhat.com>
9275 * regcache.c (fetch_register): Call target_fetch_register
9276 only if we don't call FETCH_PSEUDO_REGISTER.
9277 (store_register): Call target_store_register only if we
9278 don't call STORE_PSEUDO_REGISTER.
9280 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
9282 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9283 ELF_MAKE_MSYMBOL_SPECIAL.
9284 * gdbarch.c, gdbarch.h: Regenerate.
9285 * arch-utils.c (default_make_msymbol_special): New function.
9286 * arch-utils.h (default_make_msymbol_special): Export.
9287 * elfread.c (elf_symtab_read): Compile use of
9288 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9290 * coffread.c (coff_symtab_read): Ditto, for
9291 COFF_MAKE_MSYMBOL_SPECIAL.
9293 2002-02-05 Jim Blandy <jimb@redhat.com>
9295 * solib-svr4.c (svr4_truncate_ptr): New function.
9296 (svr4_relocate_section_addresses): Do the address arithmetic with
9297 the appropriate truncation for target addresses, even when
9298 CORE_ADDR is larger than a target address.
9300 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9302 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9305 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9307 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9310 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9312 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9314 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9316 * gdbserver/linux-low.c: Remove unused include files.
9318 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9320 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9321 (read_inferior_memory): Use it.
9322 (write_inferior_memory): Likewise.
9324 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9326 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9327 grubbing through sys_errlist.
9329 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9331 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9333 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9334 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9336 2002-02-04 Andrew Cagney <ac131313@redhat.com>
9338 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9339 (do_sfunc, set_cmd_sfunc): New functions.
9341 * command.h (struct cmd_list_element): Add field func.
9342 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9343 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9344 * cli/cli-decode.h: Ditto.
9346 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9347 (help_all, help_cmd_list): Ditto.
9348 (find_cmd, complete_on_cmdlist): Ditto.
9349 * top.c (execute_command): Ditto.
9351 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9354 * infcmd.c (notice_args_read): Fix function signature.
9356 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9357 * cli/cli-decode.c (add_set_cmd): Ditto.
9358 * utils.c (initialize_utils): Ditto.
9359 * maint.c (_initialize_maint_cmds): Ditto.
9360 * infrun.c (_initialize_infrun): Ditto.
9361 * demangle.c (_initialize_demangler): Ditto.
9362 * remote.c (add_packet_config_cmd): Ditto.
9363 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9364 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9365 * proc-api.c (_initialize_proc_api): Ditto.
9366 * kod.c (_initialize_kod): Ditto.
9367 * valprint.c (_initialize_valprint): Ditto.
9368 * top.c (init_main): Ditto.
9369 * infcmd.c (_initialize_infcmd): Ditto.
9370 * corefile.c (_initialize_core): Ditto.
9371 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9372 * arch-utils.c (initialize_current_architecture): Ditto.
9373 (_initialize_gdbarch_utils): Ditto.
9374 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9376 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9377 * wince.c (_initialize_inftarg): Ditto.
9378 * symfile.c (_initialize_symfile): Ditto.
9379 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9380 * language.c (_initialize_language): Ditto.
9381 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9383 2002-02-04 Michael Snyder <msnyder@redhat.com>
9385 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9387 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9389 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9390 Add rules for building the register data files.
9392 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9394 * regformats/regdat.sh: Add braces to the definition of
9395 expedite_regs_${arch}.
9397 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9399 * regformats/regdef.h (struct reg): Add comment describing the
9400 requirements for offset and size fields.
9402 2002-02-04 Andreas Schwab <schwab@suse.de>
9404 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9405 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9407 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
9409 * gdbarch.sh (copyright): Update years in generated header.
9410 (SMASH_TEXT_ADDRESS): Add rule.
9411 * gdbarch.h, gdbarch.c: Re-generate.
9412 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9413 * dbxread.c: Likewise.
9414 * dwarfread.c: Likewise.
9415 * elfread.c: Likewise.
9416 * somread.c: Likewise.
9418 * arm-tdep.c (arm_smash_text_address): New function.
9419 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9421 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9423 Add support for hardware watchpoints on win32 native.
9424 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9425 CONTEXT_DEBUG_REGISTERS.
9426 (dr variable): New variable. Static array containing a local copy
9428 (debug_registers_changed): New variable. Reflects when debug registers
9429 are changed and need to be written to inferior.
9430 (debug_registers_used): New variable. Reflects when any debug register
9431 was set, used when new threads are created.
9432 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9434 (thread_rec): Set dr array if id is the thread of current_event .
9435 (child_continue, child_resume): Change the debug registers for all
9436 threads if debug_registers_changed.
9437 (child_add_thread): Change the debug registers if debug_registers_used.
9438 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9439 Link nm.h to new nm-cygwin.h file.
9440 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9441 of hardware registers.
9443 2002-02-03 Andrew Cagney <ac131313@redhat.com>
9445 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9446 Restore behavour broken by 2002-01-20 Andrew Cagney
9447 <ac131313@redhat.com> IEEE_FLOAT removal.
9449 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9451 * c-valprint.c (c_val_print): Pass a proper valaddr to
9452 cp_print_class_method.
9453 * valops.c (search_struct_method): If there is only one method
9454 and args is NULL, return that method.
9456 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9458 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9459 accessing tag_name directly.
9461 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9463 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9464 of accessing tag_name directly.
9466 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9469 * gdbtypes.c (replace_type): New function.
9470 * gdbtypes.h (replace_type): Add prototype.
9471 * stabsread.c (read_type): Use replace_type.
9473 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
9475 * Makefile.in (memattr.o): Add missing dependencies rule.
9477 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9479 * breakpoint.c (break_at_finish_command): Really export.
9480 (break_at_finish_at_depth_command): Ditto.
9481 (tbreak_at_finish_command): Ditto.
9482 * hppa-tdep.c: Include completer.h.
9483 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9484 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9486 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9488 * utils.c (do_write): New function.
9489 (error_stream): Rewrite combining the code from error_begin and
9491 (verror): Rewrite using error_stream.
9492 (error_begin): Delete function.
9494 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9496 * utils.c (error_begin): Make static.
9497 * defs.h (error_begin): Delete declaration.
9499 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9500 (decode_line_1): Use cplusplus_error instead of error_begin,
9501 cplusplus_hint and return_to_top_level.
9502 * coffread.c (coff_symfile_read): Use error instead of error_begin
9503 and return_to_top_level.
9504 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9506 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9508 * language.h (type_error, range_error): Make string parameter
9510 * language.c (warning_pre_print): Delete extern declaration.
9511 * dwarfread.c (warning_pre_print): Ditto.
9512 * language.c (type_error, range_error): Rewrite to use verror and
9513 vwarning instead of warning_begin.
9515 2002-02-01 Michael Snyder <msnyder@redhat.com>
9517 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9518 (set_ignore_count): Move misplaced comment back where it belongs.
9520 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9522 * command.h (NO_FUNCTION): Delete macro.
9523 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9524 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9525 * tracepoint.c (_initialize_tracepoint): Ditto.
9526 * cli/cli-decode.c (add_set_cmd): Ditto.
9527 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9529 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9531 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9532 Update ``this'' pointer when calling virtual functions.
9534 2002-02-01 Michael Snyder <msnyder@redhat.com>
9536 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9537 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9539 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9541 * regformats/reg-arm.dat: New file.
9542 * regformats/reg-i386.dat: New file.
9543 * regformats/reg-ia64.dat: New file.
9544 * regformats/reg-m68k.dat: New file.
9545 * regformats/reg-mips.dat: New file.
9546 * regformats/reg-ppc.dat: New file.
9547 * regformats/reg-sh.dat: New file.
9548 * regformats/regdef.h: New file.
9549 * regformats/regdat.sh: New file.
9551 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9553 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9554 (arm_frame_args_address, arm_frame_locals_address): New functions.
9555 (arm_frame_num_args): New function.
9556 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9557 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9558 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9560 2002-01-31 Michael Snyder <msnyder@redhat.com>
9562 * breakpoint.c (break_at_finish_command): Export.
9563 (break_at_finish_at_depth_command): Export.
9564 (tbreak_at_finish_command): Export.
9565 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9566 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9567 "tbreak" commands, which are HPPA specific.
9569 * printcmd.c (disassemble_command): Remove an ancient
9570 artifact of an old merge.
9572 * symfile.h (enum overlay_debugging_state):
9573 Define enum constant values for overlay mode.
9574 * symfile.c (overlay_debugging): Use enums instead of literals.
9575 (overlay_is_mapped, overlay_auto_command,
9576 overlay_manual_command): Ditto.
9578 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9579 breakpoint_here_p, breakpoint_inserted_here_p,
9580 breakpoint_thread_match, bpstat_stop_status,
9581 describe_other_breakpoints, check_duplicates, clear_command):
9582 Coding standard fixes.
9584 * target.c (target_xfer_memory): Add spaces, coding standard.
9585 (do_xfer_memory): Add missing line to trust-readonly
9586 code: check bfd SEC_READONLY flag for section.
9588 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9590 * PROBLEMS: Fix typo, 5.1->5.1.1.
9592 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9594 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9595 data symbols, since we search based on textlow and texthigh.
9596 (find_pc_sect_symtab): Likewise.
9598 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9600 * defs.h (vwarning): Declare.
9601 * utils.c (vwarning): New function.
9602 (warning): Call vwarning.
9603 (warning_begin): Delete function.
9605 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9606 the warning message.
9607 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9610 2002-01-30 Michael Snyder <msnyder@redhat.com>
9612 * NEWS: Mention "set trust-readonly-sections" command.
9613 Mention generate-core-file command.
9615 2002-01-15 Michael Snyder <msnyder@redhat.com>
9617 * target.c: New command, "set trust-readonly-sections on".
9618 (do_xfer_memory): Honor the suggestion to trust readonly sections
9619 by reading them from the object file instead of from the target.
9620 (initialize_targets): Register command "set trust-readonly-sections".
9622 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9624 * parse.c (target_map_name_to_register): Simplify, search regs and
9625 pseudo-regs using a single loop.
9627 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9629 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9631 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9633 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9634 * config/i386/i386v42mp.mh: Add i387-nat.o .
9635 * i386v4-nat.c: Include i387-nat.h.
9636 (supply_fpregset): Use i387_supply_fsave.
9637 (fill_fpregset): Use i387_fill_fsave.
9639 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9641 * arm-tdep.c (arm_call_dummy_words): Define.
9642 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9643 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9644 (CALL_DUMMY_WORDS): Define.
9645 (arm_call_dummy_words): Declare.
9646 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9647 (arm_linux_call_dummy_words): Declare.
9649 2002-01-30 Andreas Schwab <schwab@suse.de>
9651 * m68klinux-nat.c: Fix last change to use regcache_collect
9652 instead of referencing registers[] directly.
9654 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9656 * parse.c (target_map_name_to_register): Delete code wrapped in
9657 #ifdef REGISTER_NAME_ALIAS_HOOK.
9659 2002-01-28 Michael Snyder <msnyder@redhat.com>
9661 * regcache.c (legacy_read_register_gen): Need to be able to
9662 read pseudo-register as well as real register.
9663 (legacy_write_register_gen): Ditto.
9665 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9667 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9668 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9669 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9670 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9671 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9672 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9673 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9674 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9675 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9676 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9677 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9678 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9679 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9680 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9681 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9682 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9683 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9684 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9685 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9686 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9688 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9690 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9691 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9692 (initialize_current_architecture): Update target_byte_order using
9693 information from BFD.
9694 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9695 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9697 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9699 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9700 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9702 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9703 #ifdef INVALID_FLOAT.
9704 * infcmd.c (do_registers_info): Ditto.
9705 * values.c (unpack_double): Ditto. Add comment.
9707 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9708 already commented out.
9710 2002-01-26 Andreas Schwab <schwab@suse.de>
9712 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9713 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9714 registers and add support for PTRACE_GETREGS.
9716 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9718 GDB 5.1.1 released from 5.1 branch.
9719 * NEWS: Add 5.1.1 news.
9720 * README: Sync with 5.1 branch.
9722 2002-01-23 Fred Fish <fnf@redhat.com>
9724 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9725 stabstring on initial malloc. Reallocing will copy it for us,
9728 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9730 * Makefile.in (hpread_h): Delete.
9731 (HFILES_NO_SRCDIR): Remove hpread.h.
9732 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9733 (hpread.o): Update dependencies.
9734 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9736 * hp-psymtab-read.c: Remove file.
9737 * hp-symtab-read.c: Remove file.
9738 * hpread.h: Remove file.
9740 * hpread.c: Merge all contents of hp-psymtab-read.c,
9741 hp-symtab-read.c and hpread.h into this file, as it was prior to
9744 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9745 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9746 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9747 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9749 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9751 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9752 fill_gregset): Call gdbarch_tdep() just once, assign result to
9753 variable and use that, instead of calling the function several
9756 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9758 * configure.host: Accept sparcv9 as alias for sparc64.
9759 * configure.tgt: Likewise.
9761 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9763 * solib-aix5.c (build_so_list_from_mapfile)
9764 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9765 arguments is not reversed.
9766 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9767 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9769 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9771 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9772 modified version of obsolete sh_fetch_pseudo_register.
9773 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9774 (sh4_register_read): New function.
9775 (sh_pseudo_register_write): New function. Renamed and modified
9776 version of obsolete sh_store_pseudo_register.
9777 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9778 (sh4_register_write): New function.
9779 (sh_gdbarch_init): Remove setting of gdbarch function
9780 fetch_pseudo_register and store_pseudo_register. Remove setting of
9781 register_convert_to_raw, register_convert_to_virtual,
9782 register_convertible.
9783 (sh_sh4_register_convertible): Delete. No longer needed. All is
9784 taken care by architecture specific functions
9785 register_read/register_write.
9786 (sh_sh4_register_convert_to_virtual): Make static.
9787 (sh_sh4_register_convert_to_raw): Ditto.
9789 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9791 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9792 (floatformat_is_nan, floatformat_mantissa): Ditto.
9794 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9795 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9796 builtin_type_ieee_double_little,
9797 builtin_type_ieee_double_littlebyte_bigword,
9798 builtin_type_m68881_ext, builtin_type_i960_ext,
9799 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9800 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9801 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9802 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9804 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9806 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9807 parameter. Set frameless flag if it exists and depended of
9808 whether the scanned function is frameless or not.
9809 (xstormy16_skip_prologue): If function is frameless, return
9810 result of xstormy16_scan_prologue().
9811 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9814 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9816 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9817 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9818 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9819 sh_sh4_register_byte, sh_sh4_register_raw_size,
9820 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9821 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9822 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9823 sh_store_pseudo_register, sh_do_pseudo_register): Call
9824 gdbarch_tdep() just once, assign result to variable and use that,
9825 instead of calling the function several times.
9827 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9829 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9830 macros instead of LAST_FPU_CTRL_REGNUM.
9831 (store_register): Likewise.
9833 2002-01-21 Jim Blandy <jimb@redhat.com>
9835 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9836 is up-to-date before running the program, not just when a program
9839 2002-01-21 Fred Fish <fnf@redhat.com>
9841 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9842 when we have found all instructions we are looking for.
9844 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9846 * arm-tdep.c (arm_register_name): New function.
9847 (arm_registers_names): Make static.
9848 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9849 (arm_register_name): Declare.
9850 (REGISTER_NAME): Use it.
9852 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9853 Kevin Buettner <kevinb@redhat.com>
9855 Convert arm targets to new FRAME interface.
9856 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9857 (arm_frame_find_save_regs): Delete.
9858 (arm_frame_init_saved_regs): New.
9859 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9860 Allocate extra_info as required. Convert all uses of fsr.regs
9861 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9863 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9864 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9865 (check_prologue_cache, save_prologue_cache): Likewise.
9866 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9867 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9868 (FRAME_FIND_SAVED_REGS): Delete.
9869 (arm_frame_find_saved_regs): Delete prototype.
9870 (arm_frame_init_saved_regs): New prototype.
9871 (FRAME_INIT_SAVED_REGS): Define.
9873 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9875 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9877 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9879 From Jeff Law <law@redhat.com>:
9880 * infttrace.c: Include <sys/pstat.h>.
9881 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9882 exec file if the ttrace equivalent fails.
9884 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9886 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9887 (closeLogFile): Ditto.
9889 2002-01-20 Michael Chastain <mec@shout.net>
9891 * top.c (print_gdb_version): Bump copyright year to 2002.
9893 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9895 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9896 Zannoni and Eli Zaretskii.
9898 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9900 * buildsym.c: Update copyright years.
9901 * c-typeprint.c: Likewise.
9902 * dwarf2read.c: Likewise.
9903 * f-typeprint.c: Likewise.
9904 * gdbtypes.c: Likewise.
9905 * gdbtypes.h: Likewise.
9906 * hp-symtab-read.c: Likewise.
9907 * hpread.c: Likewise.
9908 * mdebugread.c: Likewise.
9909 * p-typeprint.c: Likewise.
9911 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9913 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9914 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9915 byte-order selectable.
9916 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9917 * arch-utils.c: Ditto.
9918 (set_endian): Ditto.
9919 (set_endian_from_file): Ditto.
9920 * gdbserver/low-sim.c (create_inferior): Ditto.
9921 * gdbarch.sh: Ditto.
9922 * gdbarch.h: Re-generate.
9923 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9924 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9925 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9926 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9927 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9928 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9929 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9930 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9932 * config/mips/tm-wince.h: Remove #undef of macro
9933 TARGET_BYTE_ORDER_SELECTABLE.
9934 * config/sh/tm-wince.h: Ditto.
9936 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9938 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9939 member function fields. Add accessor macro
9940 TYPE_FN_FIELD_ARTIFICIAL.
9941 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9942 * c-typeprint.c (c_type_print_base): Skip artificial member
9945 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9947 * f-typeprint.c: Delete unused function f_type_print_args.
9948 * p-typeprint.c: Delete unused function pascal_type_print_args.
9950 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9952 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9953 comment. Add ``artificial'' to ``union field_location''.
9955 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9957 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9958 * mdebugread.c (parse_symbol): Likewise.
9959 * stabsread.c (define_symbol): Likewise.
9960 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9961 initializing TYPE_FIELD_BITPOS to n (obsolete).
9962 (hpread_doc_function_type): Likewise.
9963 * hpread.c (hpread_function_type): Likewise.
9965 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9967 * configure.in (host_makefile_frag): Only require a host makefile
9968 fragment when a native build.
9969 * configure: Re-generate.
9971 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9973 * doublest.h (floatformat_from_type): Declare.
9974 * doublest.c (floatformat_from_type): New function.
9975 (convert_typed_floating): Use.
9977 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9978 call to function floatformat_from_type.
9980 * gdbarch.sh (IEEE_FLOAT): Delete.
9981 * gdbarch.h, gdbarch.c: Re-generate.
9982 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9983 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9984 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9985 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9986 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9987 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9988 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9989 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9990 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9991 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9992 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9993 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9995 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9996 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9997 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9998 * sh-tdep.c (sh_gdbarch_init): Ditto.
9999 * mips-tdep.c (mips_gdbarch_init): Ditto.
10000 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10001 * cris-tdep.c (cris_gdbarch_init): Ditto.
10003 2002-01-20 Jiri Smid <smid@suse.cz>
10005 * configure.host, configure.tgt: Support x86-64.
10006 * NEWS: Note new target x86-64.
10008 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10009 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10010 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10011 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10012 x86-64-linux-nat.o): Fix dependencies.
10014 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10016 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10017 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10018 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10019 * config/sparc/xm-sun4os4.h: Delete file.
10020 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
10022 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10024 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10025 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10026 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10027 * config/i386/i386lynx.mh (XM_FILE): Delete.
10028 * config/rs6000/xm-rs6000ly.h: Delete file.
10029 * config/sparc/xm-sparclynx.h: Delete file.
10030 * config/m68k/xm-m68klynx.h: Delete file.
10031 * config/i386/xm-i386lynx.h: Delete file.
10032 * config/xm-lynx.h: Delete file.
10033 * config/djgpp/fnchange.lst: Update.
10035 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10037 * alpha-tdep.c (alpha_register_byte): New function.
10038 (alpha_register_raw_size): Ditto.
10039 (alpha_register_virtual_size): Ditto.
10040 (alpha_skip_prologue_internal): Renamed from
10041 alpha_skip_prologue.
10042 (alpha_skip_prologue): New version that calls
10043 alpha_skip_prologue_internal.
10044 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10045 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10046 second argument from alpha_skip_prologue.
10047 (REGISTER_BYTE): Use alpha_register_byte.
10048 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10049 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10050 (FRAMELESS_FUNCTION_INVOCATION): Use
10051 generic_frameless_function_invocation_not.
10052 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10053 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10055 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10057 * config/mips/xm-news-mips.h: Delete file.
10058 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10060 * config/m88k/xm-m88k.h: Delete file.
10061 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10062 * config/m88k/xm-delta88v4.h: Ditto.
10063 * config/m88k/xm-delta88.h: Ditto.
10065 * config/alpha/xm-fbsd.h: Delete file.
10066 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10068 * config/sparc/xm-sparc.h: Delete file.
10069 * Makefile.in (xm-sun4os4.h): Delete dependency.
10070 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10071 * config/sparc/xm-sun4os4.h: Ditto.
10072 * config/sparc/xm-linux.h: Ditto.
10074 * config/i386/xm-windows.h: Delete file.
10076 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10078 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10079 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10081 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10083 * alpha-tdep.c (alpha_call_dummy_words): New.
10084 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10085 (CALL_DUMMY_P): Define.
10086 (CALL_DUMMY_WORDS): Define.
10087 (SIZEOF_CALL_DUMMY_WORDS): Define.
10089 2002-01-19 Per Bothner <per@bothner.com>
10091 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10092 isn't NULL, which can happen with some gcj-3.x-produced code.
10094 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10096 * alpha-tdep.c (alpha_register_virtual_type): New function.
10097 (alpha_init_frame_pc_first): Ditto.
10098 (alpha_fix_call_dummy): Ditto.
10099 (alpha_store_struct_return): Ditto.
10100 (alpha_extract_struct_value_address): Ditto.
10101 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10102 alpha_register_virtual_type.
10103 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10104 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10105 alpha_extract_struct_value_address.
10106 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10107 (INIT_FRAME_PC): Use init_frame_pc_noop.
10108 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10110 2002-01-19 Mark Kettenis <kettenis@gnu.org>
10112 * i386gnu-nat.c: Include "i386-tdep.h".
10113 (fetch_fpregs): Simplify code dealing with uninitialized floating
10114 point states such that it doesn't require FP7_REGNUM.
10116 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10118 * alpha-tdep.c (frame_extra_info): New.
10119 (alpha_find_saved_regs): Make static. Use
10121 (alpha_frame_init_saved_regs): New function.
10122 (alpha_frame_saved_pc): Use frame->extra_info.
10123 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10124 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10125 (init_extra_frame_info): Rename to...
10126 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10127 (alpha_print_extra_frame_info): New function.
10128 (alpha_frame_locals_address): Ditto.
10129 (alpha_frame_args_address): Ditto.
10130 (alpha_pop_frame): Use frame->extra_info.
10131 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10132 alpha_frame_args_address.
10133 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10134 (alpha_find_saved_regs): Remove prototype.
10135 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10136 (EXTRA_FRAME_INFO): Remove.
10137 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10138 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10140 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10142 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10143 (alpha_cannot_fetch_register): Ditto.
10144 (alpha_cannot_store_register): Ditto.
10145 (alpha_register_convertible): Ditto.
10146 (alpha_use_struct_convention): Ditto.
10147 * config/alpha/tm-alpha.h: Update copyright years.
10148 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10149 (INNER_THAN): Use core_addr_lessthan.
10150 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10151 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10152 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10153 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10154 (FRAME_CHAIN): Remove unnecessary cast.
10156 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10158 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10161 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10163 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10164 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10165 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10166 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10167 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10168 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10169 * x86-64-linux-nat.c: Ditto.
10171 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10173 * alpha-tdep.c (alpha_register_name): New function.
10174 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10175 (REGISTER_NAME): Define.
10177 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10179 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10181 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10183 * alpha-tdep.c: Update copyright years.
10184 (alpha_next_pc): New function.
10185 (alpha_software_single_step): Ditto.
10186 * config/alpha/tm-alpha.h: Add prototype for
10187 alpha_software_single_step.
10189 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10191 * alphabsd-nat.c: Update copyright years.
10192 (fill_gregset): Use regcache_collect.
10193 (fill_fpregset): Likewise.
10194 (fetch_inferior_registers): Only fetch integer registers
10195 if requested to do so.
10196 (store_inferior_registers): Only store integer registers
10197 if requested to do so.
10199 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10201 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10202 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10203 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10204 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10205 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10206 * config/arm/linux.mh (XDEPFILES): Delete.
10207 * config/arm/nbsd.mh (XDEPFILES): Delete.
10208 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10209 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10210 * config/i386/i386m3.mh (XDEPFILES): Delete.
10211 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10212 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10213 * config/i386/fbsd.mh (XDEPFILES): Delete.
10214 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10215 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10216 * config/i386/i386v4.mh (XDEPFILES): Delete.
10217 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10218 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10219 * config/i386/i386aix.mh (XDEPFILES): Delete.
10220 * config/i386/go32.mh (XDEPFILES): Delete.
10221 * config/i386/cygwin.mh (XDEPFILES): Delete.
10222 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10223 * config/i386/i386mach.mh (XDEPFILES): Delete.
10224 * config/i386/i386v32.mh (XDEPFILES): Delete.
10225 * config/i386/linux.mh (XDEPFILES): Delete.
10226 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10227 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10228 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10229 * config/i386/i386sco.mh (XDEPFILES): Delete.
10230 * config/i386/i386v.mh (XDEPFILES): Delete.
10231 * config/i386/nbsd.mh (XDEPFILES): Delete.
10232 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10233 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10234 * config/i386/symmetry.mh (XDEPFILES): Delete.
10235 * config/i386/obsd.mh (XDEPFILES): Delete.
10236 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10237 * config/ia64/linux.mh (XDEPFILES): Delete.
10238 * config/ia64/aix.mh (XDEPFILES): Delete.
10239 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10240 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10241 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10242 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10243 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10244 * config/m68k/linux.mh (XDEPFILES): Delete.
10245 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10246 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10247 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10248 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10249 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10250 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10251 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10252 * config/m88k/delta88.mh (XDEPFILES): Delete.
10253 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10254 * config/m88k/m88k.mh (XDEPFILES): Delete.
10255 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10256 * config/mips/linux.mh (XDEPFILES): Delete.
10257 * config/mips/irix6.mh (XDEPFILES): Delete.
10258 * config/mips/irix5.mh (XDEPFILES): Delete.
10259 * config/mips/irix4.mh (XDEPFILES): Delete.
10260 * config/mips/irix3.mh (XDEPFILES): Delete.
10261 * config/mips/decstation.mh (XDEPFILES): Delete.
10262 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10263 (NATDEPFILES): Move core-aout.o to here.
10264 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10265 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10266 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10267 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10268 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10269 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10270 * config/pa/hpux11.mh (XDEPFILES): Delete.
10271 * config/powerpc/aix.mh (XDEPFILES): Delete.
10272 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10273 * config/powerpc/linux.mh (XDEPFILES): Delete.
10274 * config/romp/rtbsd.mh: Rename XDEPFILES.
10275 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10276 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10277 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10278 * config/s390/s390.mh (XDEPFILES): Delete.
10279 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10280 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10281 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10282 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10283 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10284 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10285 * config/sparc/linux.mh (XDEPFILES): Delete.
10286 * config/vax/vaxult.mh (XDEPFILES): Delete.
10287 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10288 * Makefile.in (DEPFILES): Remove XDEPFILES.
10290 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10292 * utils.c (internal_verror): Fix comments, default is yes not no.
10293 Update queries to match. Default to quit and dump core.
10295 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10297 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10299 * defs.h, event-top.c, gdbcmd.h: Ditto.
10300 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10301 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10302 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10303 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10304 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10305 * mi/mi-main.c:Ditto.
10307 * stack.c, symfile.c: Update copyright.
10309 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10311 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10312 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10313 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10314 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10316 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10318 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10319 * gdbserver/low-lynx.c (myattach): Likewise.
10320 * gdbserver/low-nbsd.c (myattach): Likewise.
10321 * gdbserver/low-sim.c (myattach): Likewise.
10322 * gdbserver/low-sparc.c (myattach): Likewise.
10323 * gdbserver/low-sun3.c (myattach): Likewise.
10325 * gdbserver/low-linux.c (myattach): New function.
10327 * gdbserver/server.c (attach_inferior): New function.
10328 (main): Handle "--attach".
10330 2002-01-16 Andrew Cagney <ac131313@redhat.com>
10332 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10335 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
10337 * c-typeprint.c (is_type_conversion_operator): Add additional
10338 check for non-conversion operators.
10340 2002-01-15 Michael Snyder <msnyder@redhat.com>
10342 * linux-proc.c: Add "info proc" command, a la procfs.c.
10343 (read_mapping): New function, abstract and re-use code.
10344 (linux_find_memory_regions): Use new func read_mapping.
10345 (linux_info_proc_cmd): New function, implement "info proc".
10346 (_initialize_linux_proc): Add new command "info proc".
10348 2002-01-15 Michael Snyder <msnyder@redhat.com>
10350 * symfile.c (generic_load): Use bfd_map_over_sections method
10351 instead of manipulating bfd structure members directly.
10352 (add_section_size_callback): New function, bfd sections callback
10353 used by generic_load.
10354 (load_sections_callback): New function, bfd sections callback
10355 used by generic_load.
10357 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
10359 [Based on work by Jim Blandy]
10360 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10361 (builtin_type_vec128): Export.
10362 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10364 (builtin_type_vec128): New builtin type for 128 bit vector
10366 (build_gdbtypes): Initialize builtin_type_v16qi and
10367 builtin_type_v8hi. Create the vec128 register builtin type
10369 (build_builtin_type_vec128): New function.
10370 (_initialize_gdbtypes): Register builtin_type_v16qi and
10371 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10372 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10373 AltiVec register to new builtin type.
10375 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
10377 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10380 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10382 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10383 CLEAN_UP_REGISTER_VALUE.
10384 * regcache.c (supply_register): Update only call.
10386 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10388 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10389 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10390 a29k-*-vxworks* targets as obsolete.
10392 2002-01-14 Michael Snyder <msnyder@redhat.com>
10394 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10395 until we can resolve portability issues.
10396 * gregset.h: Remove references to fpxregs.
10397 * gcore.c (gcore_command): Initialize note_sec to NULL.
10399 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10401 * signals.c (target_signal_to_name): Rewrite. Only use
10402 signals[].name when in bounds and non-NULL.
10404 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10406 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10407 * signals.c (target_signal_to_name): Verify that SIG is within the
10408 bounds of the signals array.
10410 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10412 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10414 2002-01-13 Keith Seitz <keiths@redhat.com>
10416 * stack.c (print_frame_info_base): Print the frame's pc
10417 only if when print_frame_info_listing_hook is not defined.
10419 2002-01-13 Keith Seitz <keiths@redhat.com>
10421 * varobj.c (varobj_set_value): Make sure that there were no
10422 errors evaluating the object before attempting to set its
10424 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10425 so this offset adjustment is no longer necessary.
10426 (create_child): Don't set the error flag if the child is
10427 a CPLUS_FAKE_CHILD.
10428 (value_of_child): If value_fetch_lazy fails, return NULL
10429 so that callers will be notified that an error occurred.
10430 (c_value_of_variable): Delay check of variable's validity
10431 until later. We actually want all structs and unions to have
10433 Do not return "???" for variables which could not be evaluated.
10434 This error condition must be returned to the caller so that it
10435 can get the error condition from gdb.
10436 (cplus_name_of_child): Adjust index for vptr before figuring
10437 out the name of the child.
10438 (cplus_value_of_child): If a child's (real) parent is not valid,
10439 don't even bother trying to give a value for it. Just return
10440 an error. Change all instances in this function.
10441 (cplus_type_of_child): If our parent is one of the "fake"
10442 parents, we need to get at the type of the real parent, and
10443 derive the child's true type using this information.
10445 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10447 From 2002-01-09 John Marshall <johnm@falch.net>:
10448 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10449 sources.redhat.com, and tweak some related URLs which had
10450 suffered from linkrot.
10452 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10455 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10456 structures passed in registers.
10458 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10460 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10461 white space which prevented compilation. Reported by DSK
10462 <dsk@student.unsw.edu.au>.
10464 2002-01-11 Michael Snyder <msnyder@redhat.com>
10466 * symfile.c (build_section_addr_info_from_section_tab):
10467 Use bfd access method instead of manipulating bfd directly.
10468 (syms_from_objfile): Ditto.
10469 (simple_overlay_update_1): Ditto.
10470 (simple_overlay_update): Ditto.
10471 (generic_load): Ditto.
10472 (overlay_unmapped_address): FIXME comment, bfd access methods.
10473 (sections_overlap): FIXME comment, bfd access methods.
10474 (pc_in_mapped_range): FIXME comment, bfd access methods.
10475 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10476 (section_is_mapped): FIXME comment, bfd access methods.
10477 (section_is_overlay): FIXME comment, bfd access methods.
10479 * symfile.c (generic_load): Whitespace and long line cleanups.
10480 Remove duplicate variable, change several local variables to
10481 more appropriate data types.
10482 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10484 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10486 From Peter Schauer:
10487 * language.c (longest_local_hex_string_custom): Use phex_nz to
10488 convert NUM to a hex string.
10490 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
10492 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10494 Update Copyright year.
10496 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10498 * language.c (longest_raw_hex_string): Delete unused function.
10500 2002-01-11 Petr Sorfa <petrs@caldera.com>
10502 * MAINTAINERS (write-after-approval): Add myself.
10503 * dwarf2read.c (read_tag_string_type): Handling of
10505 (read_tag_string_type): FORTRAN fix to prevent propagation of
10507 (set_cu_language): Handling of DW_LANG_Fortran95
10509 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10511 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10512 GETPID(inferior_ptid).
10513 (store_inferior_registers): Likewise.
10515 2002-01-10 Jason Merrill <jason@redhat.com>
10517 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10520 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10522 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10523 and bfd/elf32-sh-nbsd.c.
10525 2002-01-10 Michael Snyder <msnyder@redhat.com>
10527 * NEWS: Mention --pid and corefile/proc-id behavior change.
10529 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10530 * gcore.c: Include cli/cli-decode.h instead of command.h.
10532 * main.c (captured_main): Add new command line option "--pid".
10533 If the second command line argument (following the symbol-file)
10534 begins with a digit, try to attach to it before trying to open
10536 (print_gdb_help): Document the "--pid" argument.
10538 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10540 * completer.c (command_completer): New function.
10542 * completer.h <command_completer>: Add prototype.
10544 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10545 completer for the "help" command.
10547 2002-01-09 Jason Merrill <jason@redhat.com>
10549 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10551 2002-01-09 Michael Snyder <msnyder@redhat.com>
10553 * i386-linux-nat.c (fill_fpxregset): Make global.
10554 (store_fpxregset): Ditto.
10556 * gregset.h (gdb_fpxregset_t): Define.
10557 (supply_fpxregset): Prototype.
10558 (fill_fpxregset): Prototype.
10560 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10562 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10564 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10565 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10566 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10568 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10570 * MAINTAINERS: Update target maintainer rules so that any
10571 Maintainer can approve a tested patch for a maintenance-only
10574 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10576 * MAINTAINERS (write-after-approval): Add myself.
10578 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10581 2002-01-08 Michael Snyder <msnyder@redhat.com>
10583 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10584 real name of the executable, rather than the /proc name.
10586 2002-01-03 Michael Snyder <msnyder@redhat.com>
10588 Implement a "generate-core-file" command in gdb, save target state.
10589 * gcore.c: New file. Implement new command 'generate-core-file'.
10590 Save a corefile image of the current state of the inferior.
10591 * linux-proc.c: Add linux-specific code for saving corefiles.
10592 * target.h (struct target_ops): Add new target vectors for saving
10593 corefiles; to_find_memory_regions and to_make_corefile_notes.
10594 (target_find_memory_regions): New macro.
10595 (target_make_corefile_notes): New macro.
10596 * target.c (update_current_target): Inherit new target methods.
10597 (dummy_find_memory_regions): New place-holder method.
10598 (dummy_make_corefile_notes): New place-holder method.
10599 (init_dummy_target): Initialize new dummy target vectors.
10600 * exec.c (exec_set_find_memory_regions): New function.
10601 Allow the exec_ops vector for memory regions to be taken over.
10602 (exec_make_note_section): New function, target vector method.
10603 * defs.h (exec_set_find_memory_regions): Export prototype.
10604 * procfs.c (proc_find_memory_regions): New function, corefile method.
10605 (procfs_make_note_section): New function, corefile method.
10606 (init_procfs_ops): Set new target vector pointers.
10607 (find_memory_regions_callback): New function.
10608 (procfs_do_thread_registers): New function.
10609 (procfs_corefile_thread_callback): New function.
10610 * sol-thread.c (sol_find_memory_regions): New function.
10611 (sol_make_note_section): New function.
10612 (init_sol_thread_ops): Initialize new target vectors.
10613 * inftarg.c (inftarg_set_find_memory_regions): New function.
10614 Allow to_find_memory_regions vector to be taken over.
10615 (inftarg_set_make_corefile_notes): New function.
10616 Allow to_make_corefile_notes vector to be taken over.
10617 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10618 interface layer if not target_has_execution (may be a corefile).
10619 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10620 * config/sparc/sun4sol2.mh: Ditto.
10621 * config/alpha/alpha-linux.mh: Ditto.
10622 * config/arm/linux.mh: Ditto.
10623 * config/i386/x86-64linux.mh: Ditto.
10624 * config/ia64/linux.mh: Ditto.
10625 * config/m68k/linux.mh: Ditto.
10626 * config/mips/linux.mh: Ditto.
10627 * config/powerpc/linux.mh: Ditto.
10628 * config/sparc/linux.mh: Ditto.
10630 2002-01-07 Michael Snyder <msnyder@redhat.com>
10632 * arm-linux-nat.c: Remove references to regcache.c internal data
10633 (registers[] and register_valid[]).
10635 2002-01-07 Michael Snyder <msnyder@redhat.com>
10637 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10638 so that attaching to a pid will automatically read the process's
10639 symbol file and shlibs.
10640 * Makefile.in: Add rule for linux-proc.o.
10641 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10642 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10643 * config/arm/linux.mh: Ditto.
10644 * config/i386/linux.mh: Ditto.
10645 * config/i386/x86-64linux.mh: Ditto.
10646 * config/ia64/linux.mh: Ditto.
10647 * config/m68k/linux.mh: Ditto.
10648 * config/mips/linux.mh: Ditto.
10649 * config/powerpc/linux.mh: Ditto.
10650 * config/sparc/linux.mh: Ditto.
10652 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10654 * win32-nat.c: Add i386-tdep.h dependency.
10656 2002-01-07 Michael Snyder <msnyder@redhat.com>
10658 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10659 instead of bfd_get_arch_size. Don't bail out just because
10660 there's no exec_bfd.
10662 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10663 * p-valprint.c (pascal_object_print_value): Ditto.
10664 * somread.c (som_symtab_read): Ditto.
10665 * symfile.c (simple_free_overlay_region_table): Ditto.
10666 * valops.c (value_assign): Ditto.
10668 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10669 use tilde_expand and strerror for opening save-tracepoints file.
10671 * thread-db.c (thread_db_new_objfile): Indendation fix.
10673 * infptrace.c (GDB_MAX_ALLOCA): New define.
10674 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10675 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10676 can be overridden with whatever value is appropriate to the host).
10677 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10678 alloca to allocate potentially large buffer.
10679 * rs6000-nat.c (child_xfer_memory): Ditto.
10680 * symm-nat.c (child_xfer_memory): Ditto.
10681 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10683 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10685 From Nick Clifton <nickc@redhat.com>
10686 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10688 2002-01-07 Michael Snyder <msnyder@redhat.com>
10690 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10691 Don't use exec_bfd if it's NULL.
10693 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10695 * valops.c (value_arg_coerce): Fix formatting.
10697 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10699 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10700 * gnu-nat.c: Ditto.
10702 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10704 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10705 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10706 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10707 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10708 z8k-coff have not been multi-arched. Update z8k-coff build
10711 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10713 * MAINTAINERS: Mark a29k target as obsolete.
10714 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10715 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10717 * NEWS: Note that a29k targets are obsolete.
10718 * a29k-tdep.c: Mark as obsolete.
10719 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10720 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10721 a29k-*-vxworks* targets as obsolete.
10722 * remote-adapt.c: Obsolete.
10723 * remote-eb.c: Obsolete.
10724 * remote-mm.c: Obsolete.
10725 * remote-udi.c: Obsolete.
10726 * config/a29k/a29k-udi.mt: Obsolete.
10727 * config/a29k/a29k.mt: Obsolete.
10728 * config/a29k/tm-a29k.h: Obsolete.
10729 * config/a29k/tm-vx29k.h: Obsolete.
10730 * config/a29k/vx29k.mt: Obsolete.
10732 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10734 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10735 with BFD_ENDIAN_BIG.
10737 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10739 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10740 * configure, config.in: Re-generate.
10741 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10742 * defs.h: Do not include <endian.h>.
10744 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10746 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10747 * config.in: Regenerate.
10748 * configure.in: Update copyright years.
10749 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10750 * configure: Regenerate.
10751 * i386bsd-nat.c: Update copyright years.
10752 (fill_gregset): Use regcache_collect.
10753 (fetch_inferior_registers): Only fetch integer registers
10754 if requested to do so. Add support for XMM registers
10755 using PT_GETXMMREGS.
10756 (store_inferior_registers): Only store integer registers
10757 if requested to do so. Add support for XMM registers
10758 using PT_SETXMMREGS.
10759 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10760 (store_inferior_registers): Remove.
10761 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10762 (fetch_elfcore_registers): New function.
10763 (i386nbsd_elfcore_fns): New.
10764 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10765 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10767 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10768 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10769 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10770 * config/i386/tm-nbsd.h: Update copyright years.
10771 (HAVE_SSE_REGS): Define.
10772 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10773 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10774 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10775 (SIGCONTEXT_PC_OFFSET): Remove.
10776 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10778 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10780 * configure.tgt: Remove powerpc-*-macos* target.
10781 * config/m68k/xm-mpw.h: Delete file.
10782 * config/xm-mpw.h: Delete file.
10783 * ser-mac.c: Delete file.
10784 * mpw-make.sed: Delete file.
10785 * mpw-config.in: Delete file.
10786 * mac-xdep.c: Delete file.
10787 * mac-gdb.r: Delete file.
10788 * mac-defs.h: Delete file.
10789 * mac-nat.c: Delete file.
10790 * config/powerpc/macos.mh: Delete file.
10791 * config/powerpc/macos.mt: Delete file.
10792 * config/powerpc/nm-macos.h: Delete file.
10793 * config/powerpc/tm-macos.h: Delete file.
10794 * source.c (openp, open_source_file): Remove obsolete code.
10795 * top.c (gdb_readline): Ditto.
10796 * utils.c (query): Ditto.
10797 * event-top.c (display_gdb_prompt): Ditto.
10798 * Makefile.in (ser-mac.o): Delete obsolete target.
10801 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10803 * defs.h (BIG_ENDIAN): Delete macro definition.
10804 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10805 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10806 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10807 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10808 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10809 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10810 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10811 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10812 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10813 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10814 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10815 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10816 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10817 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10818 * gdbarch.c: Re-generate.
10820 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10822 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10825 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10827 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10829 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10831 * value.h (value_ptr): Delete typedef.
10833 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10835 * i386nbsd-nat.c: Update copyright years.
10836 Include i386-tdep.h.
10838 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10840 * stabsread.c: Update copyright years.
10842 From Debashis Mahata <debashis.mahata@wipro.com>:
10843 (read_struct_fields): Deal with Sun C compiler erroneous stab
10844 output for structs and unions.
10847 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10849 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10852 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10854 * cp-abi.c: Fix whitespace.
10855 (baseclass_offset): New wrapper function.
10856 * cp-abi.h (baseclass_offset): Add prototype.
10857 (struct cp_abi_ops): Add baseclass_offset pointer.
10859 * valops.c (vb_match): Move to...
10860 * gnu-v2-abi.c (vb_match): here.
10861 * valops.c (baseclass_offset): Move to...
10862 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10864 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10866 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10867 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10868 * hpacc-abi.c (init_hpacc_ops): Likewise.
10870 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10872 * valops.c (find_overload_match): Accept obj as a
10873 reference parameter. Update it before returning.
10874 * value.h (find_overload_match): Update prototype.
10875 * eval.c (evaluate_subexp_standard): Pass object to
10876 find_overload_match by reference.
10878 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10880 * valarith.c: Replace value_ptr with struct value pointer. Remove
10881 register attribute from value declarations.
10884 * scm-lang.c (scm_lookup_name): Ditto.
10886 2002-01-03 Michael Snyder <msnyder@redhat.com>
10888 Abstract the functionality of iterating over mapped memory
10889 regions into a general purpose iterator function.
10890 * procfs.c (iterate_over_mappings): New function, general purpose
10891 iterator for memory sections.
10892 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10893 (solib_mappings_callback): New function, callback for above.
10894 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10895 (info_mappings_callback): New function, callback for above.
10897 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10899 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10901 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10902 * i386-tdep.c: Include "elf-bfd.h".
10903 (process_note_abi_tag_sections): New function.
10904 (i386_gdbarch_init): Add code to recognize various OS/ABI
10907 * maint.c (_initialize_maint_cmds): Add missing \ in
10910 For older changes see ChangeLog-2001
10916 version-control: never