3 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
4 instead of FIVE_ARG_PTRACE.
6 * inflow.c (O_NOCTTY): Define to zero if not already defined.
7 (new_tty): Use O_NOCTTY unconditionally.
11 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
12 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
17 * xcoff_symfile_finish: Replace last call to xmfree by call
22 * main.c (captured_main): Delete call to init_malloc.
23 * defs.h (init_malloc): Delete declaration.
24 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
25 (init_malloc): Delete functions.
27 * defs.h (xmfree): Delete.
28 * utils.c (xmfree): Delete function.
29 (xfree): Inline calls to xmfree and mfree.
30 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
31 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
32 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
33 * somread.c (som_symfile_finish): Ditto.
34 * objfiles.c (allocate_objfile, free_objfile):
35 * nlmread.c (nlm_symfile_finish): Ditto.
36 * hpread.c (hpread_symfile_finish): Ditto.
37 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
38 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
39 * coffread.c (coff_symfile_finish): Ditto.
41 * defs.h (xmcalloc): Delete declaration.
42 * utils.c (xmcalloc): Delete.
43 (xcalloc): Inline calls to xmcalloc and mcalloc.
44 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
46 * symtab.c (create_demangled_names_hash): Ditto.
48 * defs.h (xmrealloc): Delete.
49 * utils.c (xmrealloc): Delete.
50 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
51 * symmisc.c (extend_psymbol_list): Use xrealloc.
52 * source.c (find_source_lines): Ditto.
53 * hpread.c (hpread_lookup_type): Ditto.
54 * dbxread.c (add_bincl_to_list): Ditto.
56 * utils.c (xmmalloc): Delete.
57 (xmalloc): Inline xmmalloc and mmalloc calls.
58 (msavestring): Use xmalloc.
59 * defs.h (xmmalloc): Delete declaration.
60 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
62 * symmisc.c (extend_psymbol_list): Ditto.
63 * symfile.c (init_psymbol_list): Ditto.
64 * source.c (find_source_lines): Ditto.
65 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
66 * elfread.c (elf_symtab_read): Ditto.
67 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
68 * coffread.c (coff_symfile_init): Ditto.
72 * MAINTAINERS: Remove David Carlton from c++ testsuite
77 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
78 print a line feed before the prompt.
82 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
86 General cleanup of the AIX xm include file:
87 * config/xm-aix4.h (fd_set): Remove undefine.
88 Remove include of <sys/select.h>.
89 (HAVE_TERMIO): Remove define.
91 (NULL): Remove redefine.
92 (alloca): Remove #pragma.
93 (vfork): Remove define.
95 (SIGWINCH_HANDLER): Remove.
96 (SIGWINCH_HANDLER_BODY): Remove.
100 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
101 GDB_OSABI_OPENBSD_ELF.
105 * bsd-kvm.c: Check for nlist.h before including it.
109 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
110 sigcontext' offset consistency checks for ancient BSD.
112 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
114 * configure.in: Check for <sys/types.h>. Check return and
115 argument types of ptrace.
116 * configure, config.in: Regenerate.
120 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
121 rs6000_register_sim_regno): Doc fixes.
125 * mips-tdep.c: Include "floatformat.h".
126 (n32n64_floatformat_always_valid): New function.
127 (floatformat_n32n64_long_double_big): New constant.
128 (mips_gdbarch_init): Set size and format of long double
129 for N32 and N64 ABIs.
130 * Makefile.in (mips-tdep.o): Update dependencies.
134 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
135 print. Improve script's error messages.
136 * gdbarch.h: Re-generate.
138 * gdbarch.sh (pformat): New function.
139 (float_format, double_format, long_double_format): List with bit
140 members. Use pformat when printing.
141 * gdbarch.c, gdbarch.h: Re-generate.
145 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
146 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
147 (ppcnbsd_supply_pcb): New function.
148 (_initialize_ppcnbsd_nat): New prototype and function.
149 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
150 (LOADLIBES): New variable.
151 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
155 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
156 (builtin_type_ieee_double, builtin_type_ia64_quad)
157 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
158 BE/LE floating-point types.
159 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
160 (builtin_type_ieee_double, builtin_type_ia64_quad)
161 (builtin_type_ia64_spill): Declare.
162 * doublest.c (_initialize_doublest, floatformat_ieee_single)
163 (floatformat_ieee_double, floatformat_arm_ext)
164 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
165 of LE/BE floatformats.
166 * doublest.h: (struct floatformat, floatformat_ieee_single)
167 (floatformat_ieee_double, floatformat_arm_ext)
168 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
172 * i386gnu-nat.c (gnu_store_registers): Fix typo.
174 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
175 instead of regcache_raw_supply when storing the registers.
177 * i386gnu-nat.c: Update copyright year.
178 (gnu_store_registers): Don't use deprecated_registers and
179 deprecated_registers_valid. Use regcache_valid_p and
180 regcache_raw_supply instead.
182 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
185 * procfs.c (procfs_pid_to_str): Remove redundant and unused
186 variables. Incapitalized "process".
188 * configure.in: Add cursesX to the list of possible curses libs.
189 Add cursesX.h to the list of possible curses headers.
190 * configure, config.in: Regenerate.
194 * configure.in: Test for struct lwp in <sys/lwp.h>.
195 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
196 the offset of l_addr in struct lwp.
200 * bsd-kvm.c: Include "gdbcore.h"
201 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
205 * gdbtypes.c (build_flt, build_complex): New functions.
206 (gdbtypes_post_init): Use.
208 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
210 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
211 through to builtin_type_uint128.
213 * c-exp.y: Use builtin_type function to obtain builtin types.
215 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
217 * gdbtypes.c (gdbtypes_post_init): Update.
218 (build_gdbtypes): Move initialization of builtin_type_int0
219 through to builtin_type_uint128 from here ...
220 (_initialize_gdbtypes): ... to here.
221 * d10v-tdep.c (d10v_register_type): Update.
223 * doublest.c: Update copyright.
224 (floatformat_from_length): Call error when floatformat is NULL.
225 (extract_floating_by_length): Remove NULL fmt check.
226 (store_floating_by_length): Ditto.
230 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
231 that the register is valid.
235 * i386-linux-tdep.c (i386_linux_sigtramp_start)
236 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
237 struct frame_info *. Use safe_frame_unwind_memory instead of
238 deprecated_read_memory_nobpt.
239 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
240 changed signature of i386_linux_sigtramp_start and
241 i386_linux_rt_sigtramp_start.
243 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
244 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
245 instead of deprecated_read_memory_nobpt.
246 (i386nbsd_sigtramp_p): Adjust for changed signature of
247 i386nbsd_sigtramp_offset.
249 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
250 safe_frame_unwind_memory instead of target_read_memory.
252 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
254 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
255 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
256 (_initialize_kernel_u_addr): Remove prototype and function.
257 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
259 * xcoffread.c: Likewise.
263 * vax-nat.c: New file.
264 * vaxbsd-nat.c: Tweak comment.
265 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
267 (vax-nat.o): New dependency.
268 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
269 (vax-*-ultrix2*): Remove.
270 * config/vax/vax.mh: New file.
271 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
272 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
273 (vax_register_u_addr): New prototype.
274 (REGISTER_U_ADDR): Define using vax_register_u_addr.
275 * config/vax/vaxult2.mh: Remove file.
276 * config/vax/vaxult.mh: Remove file.
277 * config/vax/vaxbsd.mh: Remove file.
278 * config/vax/vax.mt (TM_FILE): Remove.
279 * config/vax/tm-vaxbsd.h: Remove file.
283 * aix-thread.c (get_signaled_thread): New function.
284 (iter_trap): Delete, no longer used.
285 (iter_tid): New function.
286 (pd_update): Find the thread that received the SIGTRAP signal
287 by first locating the kernel thread, and then finding its
292 * lin-lwp.c (child_wait): Continue inferior after processing
293 PTRACE_EVENT_CLONE event.
297 * MAINTAINERS: Add self to Write-After-Approval.
301 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
302 libunwind-xxxx.so" where xxxx is UNW_TARGET.
306 * config/xm-sysv4.h: Delete file.
307 * config/mips/xm-irix5.h: Delete file.
308 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
309 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
310 * config/ia64/xm-aix.h: Delete file.
311 * config/ia64/aix.mh (XM_FILE): Delete.
312 * config/pa/xm-hppah.h: Delete file.
313 * config/pa/hpux11w.mh (XM_FILE): Delete.
314 * config/pa/hpux11.mh (XM_FILE): Delete.
315 * config/pa/hpux1020.mh (XM_FILE): Delete.
316 * config/pa/hppahpux.mh (XM_FILE): Delete.
318 * config/alpha/xm-alphalinux.h: Delete file.
319 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
320 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
321 * config/alpha/xm-alphaosf.h: Delete file.
322 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
323 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
324 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
325 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
327 * config/i386/xm-i386v.h: Delete file.
328 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
329 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
330 * config/i386/xm-i386sco.h: Delete file.
331 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
332 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
333 * config/i386/xm-i386v4.h: Delete file.
334 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
335 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
336 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
337 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
339 * config/vax/xm-vax.h: Delete file.
340 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
341 * config/vax/xm-vaxult2.h: Delete file.
342 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
343 * config/vax/vaxult2.mh (XM_FILE): Delete.
344 * config/vax/xm-vaxult.h: Delete file.
345 * config/vax/vaxult.mh (XM_FILE): Delete.
346 * config/vax/xm-vaxbsd.h: Delete file.
347 * config/vax/vaxbsd.mh (XM_FILE): Delete.
349 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
350 * gdbarch.h, gdbarch.c: Re-generate.
351 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
352 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
353 * frame.h: Delete deprecated_read_fp from comments.
354 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
355 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
359 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
360 trampoline in OpenBSD 3.5-current.
362 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
365 * Makefile.in: Remove embedded page breaks.
369 * regcache.c (regcache_raw_read): Assert that, after calling
370 target_fetch_registers, the register we're reading is cached.
372 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
373 a call to 'internal_error', with a more helpful error message.
374 * rs6000-tdep.c (e500_pseudo_register_read,
375 e500_pseudo_register_write, rs6000_store_return_value): Same.
379 * Makefile.in: Update dependencies.
383 Change the layout of the PowerPC E500 raw register cache to allow
384 the lower 32-bit halves of the GPRS to be their own raw registers,
386 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
387 add ppc_ev0_upper_regnum flag.
388 * rs6000-tdep.c: #include "reggroups.h".
389 (spe_register_p): Recognize the ev upper half registers as SPE
391 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
393 (e500_move_ev_register): New function.
394 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
395 vector registers are the pseudo-registers now, formed by splicing
396 together the gprs and the upper-half registers.
397 (e500_register_reggroup_p): New function.
400 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
401 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
403 (registers_e500): Rearrange register set so that the raw register
404 set contains 32-bit GPRs and upper-half registers, and the SPE
405 vector registers become pseudo-registers.
406 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
407 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
408 register numbers are now the same for the E500 as they are for
409 other PowerPC variants. Register e500_register_reggroup_p as the
410 register group function for the E500.
411 * Makefile.in (rs6000-tdep.o): Update dependencies.
413 Adapt PPC E500 native support to the new raw regcache layout.
414 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
415 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
416 (fetch_spe_register, store_spe_register): Handle fetching/storing
417 all the SPE registers at once, if regno == -1. These now take
418 over the job of fetch_spe_registers and store_spe_registers.
419 (fetch_spe_registers, store_spe_registers): Deleted.
420 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
421 unconditionally; they're always raw. Fetch/store SPE upper half
422 registers, if present, instead of ev registers.
423 (fetch_register, store_register): Remove sanity checks: gprs are
424 never pseudo-registers now, so we never need to even mention any
425 registers that are ever pseudoregisters.
427 Use a fixed register numbering when communicating with the PowerPC
429 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
430 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
431 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
433 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
434 init_sim_regno_table.
435 * Makefile.in (gdb_sim_ppc_h): New variable.
436 (rs6000-tdep.o): Update dependencies.
440 * cris-tdep.c (cris_register_size): Restore function, still used
443 * gdbarch.sh (deprecated_target_read_fp)
444 (deprecated_frame_locals_address, deprecated_frame_args_address)
445 (deprecated_frame_chain_valid, deprecated_frame_chain)
446 (deprecated_init_extra_frame_info, deprecated_pop_frame)
447 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
448 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
449 * gdbarch.h, gdbarch.c: Re-generate.
450 * regcache.c (deprecated_read_fp): Do not call
451 DEPRECATED_TARGET_READ_FP_P.
452 * infcmd.c (default_print_registers_info): Do not call
453 DEPRECATED_DO_REGISTERS_INFO.
454 * frame-base.c (default_frame_locals_address): Do not call
455 DEPRECATED_FRAME_LOCALS_ADDRESS.
456 (default_frame_args_address): Do not call
457 DEPRECATED_FRAME_ARGS_ADDRESS.
459 * gdbarch.sh (deprecated_register_raw_size)
460 (deprecated_register_virtual_size:int): Delete.
461 * gdbarch.h, gdbarch.c: Re-generate.
462 * cris-tdep.c (cris_register_size): Delete.
463 (cris_gdbarch_init): Update.
464 * alpha-tdep.c (alpha_register_raw_size)
465 (alpha_register_virtual_size): Delete.
466 (alpha_gdbarch_init): Update.
468 * gdbarch.sh (deprecated_register_virtual_type)
469 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
470 (deprecated_dummy_write_sp): Delete.
471 * gdbarch.h, gdbarch.c: Re-generate.
473 * gdbarch.sh (deprecated_register_bytes): Delete.
474 * gdbarch.h, gdbarch.c: Re-generate.
475 * regcache.c (deprecated_register_bytes): New function.
476 * regcache.h (deprecated_register_bytes): Declare.
477 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
478 * v850-tdep.c (v850_gdbarch_init): Update.
479 * sh64-tdep.c (sh64_gdbarch_init): Update.
480 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
481 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
482 * mcore-tdep.c (mcore_gdbarch_init): Update.
483 * cris-tdep.c (cris_gdbarch_init): Update.
484 * arm-tdep.c (arm_gdbarch_init): Update.
485 * remote.c (init_remote_state): Update.
486 * remote-vx.c (vx_prepare_to_store): Update.
487 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
488 * irix5-nat.c (fetch_core_registers): Update.
489 * cris-tdep.c (cris_register_bytes_ok): Update.
490 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
492 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
493 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
494 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
495 (mips_insn16_frame_base_address, mips_insn16_frame_base)
496 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
497 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
498 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
499 (mips_insn32_frame_base_address, mips_insn32_frame_base)
500 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
501 with mips_insn16 and mips_insn32.
503 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
504 * rs6000-tdep.c (rs6000_push_dummy_call)
505 (rs6000_extract_return_value): Use register_size.
506 * xstormy16-tdep.c (xstormy16_get_saved_register)
507 (xstormy16_extract_return_value): Ditto.
508 * valops.c (value_assign): Ditto.
509 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
510 * v850-tdep.c (v850_extract_return_value): Ditto.
511 * tracepoint.c (collect_symbol): Ditto.
512 * target.c (debug_print_register): Ditto.
513 * stack.c (frame_info): Ditto.
514 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
515 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
516 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
517 (store_register_using_P): Ditto.
518 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
519 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
520 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
521 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
522 * regcache.c (deprecated_read_register_bytes)
523 (deprecated_write_register_bytes, read_register)
524 (write_register): Ditto.
525 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
526 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
527 * monitor.c (monitor_supply_register, monitor_fetch_register)
528 (monitor_store_register): Ditto.
529 * mn10300-tdep.c (mn10300_pop_frame_regular)
530 (mn10300_print_register): Ditto.
531 * mipsv4-nat.c (fill_fpregset): Ditto.
532 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
533 (mips64_fill_fpregset): Ditto.
534 * mi/mi-main.c (register_changed_p, get_register)
535 (mi_cmd_data_write_register_values): Ditto.
536 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
537 * irix5-nat.c (fill_gregset, fetch_core_registers):
538 * infrun.c (write_inferior_status_register): Ditto.
539 * infptrace.c (fetch_register, store_register): Ditto.
540 * infcmd.c (default_print_registers_info): Ditto.
541 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
542 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
543 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
544 * hpux-thread.c (hpux_thread_fetch_registers)
545 (hpux_thread_store_registers): Ditto.
546 * hppah-nat.c (store_inferior_registers, fetch_register):
547 * findvar.c (value_from_register): Ditto.
548 * dve3900-rom.c (fetch_bitmapped_register):
549 * cris-tdep.c (cris_gdbarch_init): Ditto.
550 * alpha-tdep.h: Ditto.
551 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
553 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
554 DEPRECATED_REGISTER_RAW_SIZE from comments.
555 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
556 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
557 DEPRECATED_REGISTER_RAW_SIZE.
558 * findvar.c (value_of_register): Simplify by assuming that the
559 registers raw and virtual sizes are identical.
560 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
562 * arch-utils.c (generic_register_size): Simplify by assuming
565 * regcache.c (legacy_read_register_gen, real_register)
566 (legacy_write_register_gen): Delete, not used.
568 * regcache.c (struct regcache_descr): Delete legacy_p.
569 (init_legacy_regcache_descr): Delete function.
570 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
571 Do not use deprecated register functions.
572 (regcache_raw_read, deprecated_write_register_gen):
573 (deprecated_read_register_gen, regcache_raw_write): Delete code
574 predicated on legacy_p.
575 (register_size): Delete check against register raw size.
577 * cris-tdep.c (cris_register_type): Replace
578 cris_register_virtual_type.
579 (cris_gdbarch_init): Update, set register_type.
581 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
582 * gdbarch.h, gdbarch.c: Re-generate.
583 * arm-tdep.c (arm_frameless_function_invocation): Delete.
584 (arm_gdbarch_init) Do not set frameless function invocation.
585 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
586 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
587 * frv-tdep.c (frv_frameless_function_invocation): Delete.
588 (frv_gdbarch_init): Do not set frameless function invocation.
589 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
590 * sh-tdep.c (sh_gdbarch_init): Ditto.
591 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
592 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
593 * avr-tdep.c (avr_gdbarch_init): Ditto.
595 * blockframe.c (legacy_frame_chain_valid): Delete function.
597 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
598 and pc. Update comments.
599 (pc_in_dummy_frame): Delete function.
600 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
602 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
603 call_hi, top and pc, use the id.
604 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
606 * dummy-frame.c: Include "gdb_string.h".
607 (generic_save_call_dummy_addr, generic_push_dummy_frame)
608 (generic_save_dummy_frame_tos): Delete.
609 (dummy_frame_push): New function, replaces above.
610 * dummy-frame.h: Update copyright.
611 (dummy_frame_push): Declare.
612 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
613 (generic_save_call_dummy_addr): Delete declarations.
614 * infcall.c: Include "dummy-frame.h".
615 (call_function_by_hand): Add locals caller_regcache,
616 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
617 with call to frame_save_as_regcache plus cleanup. Delete calls to
618 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
619 Move clear_proceed_status to just before the resume, add call to
620 dummy_frame_push (discard cleanup).
621 * Makefile.in (infcall.o): Add $(dummy_frame_h).
622 (dummy-frame.o): Add $(gdb_string_h).
626 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
627 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
628 * dummy-frame.c (find_dummy_frame): Delete.
629 (struct dummy_frame_cache, dummy_frame_sniffer)
630 (dummy_frame_prev_register, dummy_frame_this_id)
631 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
632 frame unwinder using a dummy_frame_cache.
636 * frame.h (frame_save_as_regcache): Declare.
637 * frame.c (frame_save_as_regcache): New function.
638 (do_frame_read_register): Replace do_frame_unwind_register.
639 (frame_pop): Use frame_save_as_regcache.
640 * dummy-frame.c (generic_push_dummy_frame): Use
641 frame_save_as_regcache.
645 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
646 file as included until we record the first line in the linetable.
650 * frame.h (deprecated_pop_dummy_frame)
651 (deprecated_read_register_dummy)
652 (deprecated_generic_find_dummy_frame): Delete.
653 * dummy-frame.c (deprecated_generic_find_dummy_frame)
654 (deprecated_read_register_dummy)
655 (deprecated_find_dummy_frame_regcache)
656 (discard_innermost_dummy)
657 (deprecated_pop_dummy_frame): Delete.
658 (dummy_frame_this_id): Simplify.
659 (struct dummy_frame): Delete "fp" and "sp".
660 (find_dummy_frame): Simplify.
661 (generic_push_dummy_frame): Do not set "fp" or "sp".
662 (fprint_dummy_frames): Do not print "fp" and "sp"
666 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
667 (struct i386_insn): New structure.
668 (i386_match_insn): New function.
669 (i386_frame_setup_skip_insns): New variable.
670 (i386_analyze_frame_setup): Change to use i386_match_insn and the
671 array i386_frame_setup_insns of instructions that should be
672 skipped inside the frame setup sequence.
676 * frame.h (deprecated_frame_xmalloc_with_cleanup)
677 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
678 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
679 * stack.c (frame_info): Delete references to
680 DEPRECATED_FRAME_INIT_SAVED_REGS and
681 deprecated_get_frame_saved_regs.
682 * frame.c (struct frame_info): Delete saved_regs and extra_info.
683 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
684 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
685 (frame_unwind_register_signed)
686 (frame_unwind_register_unsigned)
687 (frame_unwind_unsigned_register): Use register_size.
688 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
689 (deprecated_frame_xmalloc_with_cleanup)
690 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
691 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
693 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
694 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
695 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
696 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
698 * infcall.c (call_function_by_hand): Do not use
699 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
700 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
701 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
702 DEPRECATED_STACK_ALIGN.
706 Committed by Andrew Cagney.
707 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
711 * mips-tdep.c (mips16_frame_cache)
712 (mips16_frame_this_id, mips16_frame_prev_register)
713 (mips16_frame_unwind, mips16_frame_sniffer)
714 (mips16_frame_base_address, mips16_frame_base)
715 (mips16_frame_base_sniffer, mips32_frame_cache)
716 (mips32_frame_this_id, mips32_frame_prev_register)
717 (mips32_frame_unwind, mips32_frame_sniffer)
718 (mips32_frame_base_address, mips32_frame_base)
719 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
720 separate heuristic mips16 and mips32 unwinders.
721 (mips_stub_frame_cache, mips_stub_frame_this_id)
722 (mips_stub_frame_prev_register)
723 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
724 (mips_stub_frame_base_address, mips_stub_frame_base)
725 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
726 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
727 match true mdebug frames.
728 (non_heuristic_proc_desc): Add forward declaration.
732 * config/mips/tm-irix6.h: Delete file.
733 * config/mips/tm-irix5.h: Delete file.
734 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
735 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
737 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
738 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
739 * config/nm-gnu.h (NO_CORE_OPS): Delete.
740 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
741 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
742 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
743 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
744 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
745 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
746 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
747 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
748 (TARGET_SIGNAL_RAW_VALUES): Delete.
749 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
751 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
752 (TARGET_HW_WATCH_LIMIT): Delete.
753 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
754 * minimon.h: Delete file.
756 * trad-frame.c (trad_frame_get_this_base)
757 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
759 * trad-frame.h (trad_frame_set_this_base)
760 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
764 * trad-frame.c (trad_frame_get_prev_register): Rename
765 trad_frame_get_prev_register.
766 * vax-tdep.c (vax_frame_prev_register): Update.
767 * trad-frame.h: Update.
768 * trad-frame.c (trad_frame_get_register): Update.
769 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
770 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
772 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
773 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
775 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
777 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
779 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
781 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
783 * s390-tdep.c (s390_frame_prev_register)
784 (s390_stub_frame_prev_register)
785 (s390_sigtramp_frame_prev_register): Update.
786 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
787 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
788 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
789 * m88k-tdep.c (m88k_frame_prev_register)
790 * m68hc11-tdep.c (m68hc11_frame_prev_register)
791 * m32r-tdep.c (m32r_frame_prev_register): Update.
792 * hppa-tdep.c (hppa_frame_prev_register_helper)
793 * frv-tdep.c (frv_frame_prev_register): Update.
794 * d10v-tdep.c (d10v_frame_prev_register): Update.
795 * cris-tdep.c (cris_frame_prev_register): Update.
796 * avr-tdep.c (avr_frame_prev_register): Update.
797 * arm-tdep.c (arm_prologue_prev_register)
798 (arm_sigtramp_prev_register): Update.
802 * frame.h (legacy_saved_regs_unwind)
803 (legacy_frame_chain_valid, legacy_frame_p)
804 (enum frame_type): Delete UNKNOWN_FRAME.
805 * dummy-frame.c (dummy_frame_this_id): Simplify.
806 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
807 * frame.c (struct frame_info): Delete the field "type".
808 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
809 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
810 (legacy_saved_regs_unwind, legacy_frame_p)
811 (frame_type_from_pc): Delete.
812 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
813 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
817 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
820 * mips-nat.c: Remove file.
821 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
822 (mips-nat.o): Remove dependency.
824 * infptrace.c: Update copyright year.
825 (fetch_register): Pass NULL in regcache_raw_supply call instead of
826 explicitly setting the buffer to all zeroes.
828 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
829 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
833 * GDB 6.2 released from gdb_6_2-branch.
837 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
839 * exec.c (exec_file_attach):
840 * nto-tdep.c (nto_find_and_open_solib):
841 * pa64solib.c (pa64_solib_sizeof_symbol_table):
842 * solib.c (solib_open):
843 * somsolib.c (som_solib_sizeof_symbol_table):
844 * source.c (is_regular_file, openp, open_source_file):
845 * symfile.c (symfile_bfd_open):
846 * wince.c (upload_to_device): Differentiate between the search for
847 binary and source files.
851 * complaints.c (_initialize_complaints): Pass NULL to
852 add_setshow_zinteger_cmd for help_doc.
853 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
858 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
859 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
860 $(PACKAGE).pot and update-po.
861 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
862 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
863 (update-po): New rules.
864 (localedir): Define using autoconf.
865 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
866 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
867 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
868 * configure.in: Generate CATALOGS and LINGUAS from contents of
869 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
870 * configure: Re-generate.
871 * po/gdbtext: New file
875 * MAINTAINERS: Reorder Write After Approval list in alphabetical
880 * dwarf2read.c (read_file_scope): Set producer if attribute
882 (struct dwarf2_cu): Added new member producer.
886 * inflow.c (kill_command): release file handles in BFD.
887 * exec.c (exec_file_attach): Ditto.
888 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
892 * PROBLEMS (mips-irix): Note that it is broken.
896 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
897 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
899 * config/xm-nbsd.h: Delete file.
900 * config/arm/xm-nbsd.h: Delete file.
901 * config/i386/xm-nbsd.h: Delete file.
902 * config/ns32k/xm-nbsd.h: Delete file.
903 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
904 * config/i386/nbsdelf.mh (XM_FILE): Delete.
905 * config/i386/nbsdaout.mh (XM_FILE): Delete.
906 * config/arm/nbsdelf.mh (XM_FILE): Delete.
907 * config/arm/nbsdaout.mh (XM_FILE): Delete.
909 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
910 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
911 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
912 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
913 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
914 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
916 * config/powerpc/xm-linux.h: Delete empty file.
917 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
918 * config/powerpc/linux.mh (XM_FILE): Delete.
919 * config/m68k/xm-linux.h: Delete empty file.
920 * config/m68k/linux.mh (XM_FILE): Delete.
921 * config/ia64/xm-linux.h: Delete empty file.
922 * config/ia64/linux.mh (XM_FILE): Delete.
923 * config/arm/xm-linux.h: Delete empty file.
924 * config/arm/linux.mh (XM_FILE): Delete.
926 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
927 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
928 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
929 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
930 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
931 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
932 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
933 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
935 * config/m68k/xm-m68k.h: Delete file.
936 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
938 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
939 * config/pa/xm-linux.h: Delete empty file.
940 * config/pa/linux.mh (XM_FILE): Delete.
941 * config/i386/xm-i386.h: Delete empty file.
942 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
944 * config/i386/obsdaout.mh (XM_FILE): Delete.
945 * config/i386/obsd64.mh (XM_FILE): Delete.
946 * config/i386/fbsd64.mh (XM_FILE): Delete.
947 * config/i386/nto.mh (XM_FILE): Delete.
948 * config/i386/obsd.mh (XM_FILE): Delete.
949 * config/i386/linux64.mh (XM_FILE): Delete.
950 * config/i386/linux.mh (XM_FILE): Delete.
951 * config/i386/i386sol2.mh (XM_FILE): Delete.
952 * config/i386/i386gnu.mh (XM_FILE): Delete.
953 * config/i386/fbsd.mh (XM_FILE): Delete.
954 * config/i386/nbsd64.mh (XM_FILE): Delete.
958 * config/pa/xm-linux.h: Do not include "floatformat.h".
959 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
960 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
961 * config/i386/xm-i386.h: Do not include "floatformat.h".
962 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
963 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
964 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
965 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
966 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
967 GDB_HOST_LONG_DOUBLE_FORMAT instead.
968 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
969 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
970 * configure, config.in: Regenerate.
971 * configure.host (gdb_host_float_format, gdb_host_double_format)
972 (gdb_host_long_double_format): Set according to the host.
976 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
980 * PROBLEMS: Mention threads/1650.
981 * NEWS: Mention the NPTL fix.
985 * cli/cli-decode.c (add_setshow_cmd): Delete function.
986 (add_setshow_cmd_full): Make static.
987 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
988 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
989 * cli/cli-decode.c (add_setshow_filename_cmd)
990 (add_setshow_string_cmd): New functions.
991 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
992 * mips-tdep.c (_initialize_mips_tdep): Update.
993 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
994 * cli/cli-logging.c (_initialize_cli_logging): Update.
995 * complaints.c (_initialize_complaints): Update.
996 * remote.c (_initialize_remote): Update.
1000 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1001 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1002 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1003 print parameters. Make string parameters constant.
1004 * command.h: Update. Update copyright.
1005 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1006 * observer.c (_initialize_observer): Ditto.
1007 * frame.c (_initialize_frame): Ditto.
1008 * complaints.c (_initialize_complaints): Ditto.
1009 * maint.c (_initialize_maint_cmds): Ditto.
1010 * target.c (initialize_targets): Ditto.
1011 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1012 * infcall.c (_initialize_infcall): Ditto.
1013 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1014 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1015 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1016 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1017 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1021 * gdbtypes.c (lookup_primitive_typename): Delete function.
1022 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1023 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1024 * gdbtypes.c (lookup_typename): Ditto.
1025 * f-exp.y (yylex): Ditto.
1026 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1028 * scm-lang.c (c_builtin_types): Delete extern declaration.
1029 (scm_language_defn): Replace
1030 string_char_type and primitive_type_vector with
1031 la_language_arch_info.
1032 * jv-lang.c (java_language_defn): Replace
1033 string_char_type and primitive_type_vector with
1034 la_language_arch_info.
1035 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1036 c_builtin_types in comment.
1037 * c-lang.h (struct language_arch_info): Declare opaque.
1038 (c_language_arch_info): Declare.
1039 (c_builtin_types): Delete declaration.
1040 * c-lang.c (c_language_arch_info): Set string_char_type to
1041 builtin_char, not builtin_true_char. Make global.
1042 (c_builtin_types): Delete array.
1043 (asm_language_defn, minimal_language_defn): Replace
1044 string_char_type and primitive_type_vector with
1045 la_language_arch_info.
1049 * gdbtypes.h (struct builtin_type): Rename true_char to
1051 * gdbtypes.c (gdbtypes_post_init): Update.
1052 * c-lang.c (arch_info): New function.
1053 (enum c_primitive_types): New enum.
1054 (c_language_defn): Instead of string_char_type and
1055 primitive_type_vector set la_language_arch_info.
1059 * language.h (struct language_arch_info): Fix typo
1060 s/primative/primitive/.
1061 * gdbtypes.c (lookup_primitive_typename): Ditto.
1062 * language.c (language_lookup_primitive_type_by_name)
1063 (unknown_language_arch_info): Ditto.
1067 * defs.h (enum language): Add nr_languages.
1068 * language.h (struct language_arch_info): Define.
1069 (struct language_defn): Add la_language_arch_info.
1070 (language_lookup_primative_type_by_name): Declare.
1071 (language_string_char_type): Declare.
1072 * language.c (_initialize_language, language_gdbarch_post_init)
1073 (struct language_gdbarch, language_gdbarch_data): Implement
1074 per-architecture language information.
1075 (unknown_language_arch_info, language_string_char_type)
1076 (language_lookup_primative_type_by_name): New functions.
1077 (unknown_language_defn, auto_language_defn)
1078 (local_language_defn): Set la_language_arch_info to
1079 unknown_language_arch_info.
1080 (unknown_builtin_types): Delete.
1081 * gdbtypes.c (lookup_primitive_typename): Use
1082 language_lookup_primative_type_by_name.
1083 (create_string_type): Use language_string_char_type.
1084 * values.c (value_from_string): Use language_string_char_type.
1085 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1086 * p-lang.c (pascal_language_defn): Ditto.
1087 * m2-lang.c (m2_language_defn): Ditto.
1088 * jv-lang.c (java_language_defn): Ditto.
1089 * objc-lang.c (objc_language_defn): Ditto.
1090 * f-lang.c (f_language_defn): Ditto.
1091 * c-lang.c (c_language_defn, cplus_language_defn)
1092 (asm_language_defn, minimal_language_defn): Ditto.
1096 * gdbtypes.h (struct builtin_type): Declare.
1097 (builtin_type): Declare.
1098 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1099 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1100 (gdbtypes_post_init): New function.
1101 (builtin_type): New function.
1105 * remote-m32r-sdi.c: Fix breakpoint bug.
1106 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1107 recv_char_data, recv_long_data): New functions to replace communication
1112 Document PR threads/1650.
1113 * PROBLEMS (Threads): Document problem with many threads
1117 * gdb-mi.el: Move from here ...
1118 * mi/gdb-mi.el: ... to here.
1123 * main.c (captured_main): When in batch mode always detach.
1127 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1128 and h8300 as broken.
1129 * NEWS: END-OF-LIFE frame compatibility module.
1130 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1135 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1136 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1137 * wince.c (_initialize_wince): Update.
1138 * win32-nat.c (_initialize_win32_nat): Update.
1139 * varobj.c (_initialize_varobj): Update.
1140 * valops.c (_initialize_valops): Update.
1141 * utils.c (initialize_utils, initialize_utils): Update.
1142 * tui/tui-win.c (_initialize_tui_win): Update.
1143 * top.c (init_main): Update.
1144 * symfile.c (_initialize_symfile): Update.
1145 * source.c (_initialize_source): Update.
1146 * somsolib.c (_initialize_som_solib): Update.
1147 * solib.c (_initialize_solib): Update.
1148 * solib-frv.c (_initialize_frv_solib): Update.
1149 * serial.c (_initialize_serial): Update.
1150 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
1151 * remote.c (_initialize_remote, _initialize_remote): Update.
1152 * remote-vx.c (_initialize_vx): Update.
1153 * remote-utils.c (_initialize_sr_support): Update.
1154 * remote-sds.c (_initialize_remote_sds): Update.
1155 * remote-mips.c (_initialize_remote_mips): Update.
1156 * remote-e7000.c (_initialize_remote_e7000): Update.
1157 * proc-api.c (_initialize_proc_api): Update.
1158 * printcmd.c: Update.
1159 * parse.c (_initialize_parse): Update.
1160 * pa64solib.c (_initialize_pa64_solib): Update.
1161 * p-valprint.c (_initialize_pascal_valprint): Update.
1162 * monitor.c (_initialize_remote_monitors): Update.
1163 * mips-tdep.c (_initialize_mips_tdep): Update.
1164 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1165 * maint.c (_initialize_maint_cmds): Update.
1166 * lin-lwp.c (_initialize_lin_lwp): Update.
1167 * language.c (_initialize_language): Update.
1168 * kod.c (_initialize_kod): Update.
1169 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
1170 * i386-tdep.c (_initialize_i386_tdep): Update.
1171 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
1172 * gdbarch.sh: Update.
1173 * gdbarch.c: Re-generate.
1174 * gdb-events.sh: Update.
1175 * gdb-events.c: Re-generate.
1176 * frame.c (_initialize_frame): Update.
1178 * demangle.c (_initialize_demangler): Update.
1179 * dcache.c (_initialize_dcache): Update.
1180 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
1181 * cp-valprint.c (_initialize_cp_valprint): Update.
1182 * corefile.c (_initialize_core): Update.
1183 * command.h: Update.
1184 * cli/cli-decode.h: Update.
1185 * cli/cli-cmds.c (init_cli_cmds): Update.
1186 * charset.c (_initialize_charset): Update.
1187 * breakpoint.c (_initialize_breakpoint): Update.
1188 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
1189 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1190 * aix-thread.c (_initialize_aix_thread): Update.
1194 Partial fix for PR backtrace/1718.
1195 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
1196 that GCC migrates into the prolugue. Don't handle any
1197 instructions that clobber %ebx.
1201 Use regcache_raw_collect instead of regcache_collect.
1202 * regcache.h (regcache_collect): Delete declaration.
1203 * regcache.c (regcache_colect): Delete function.
1204 * win32-nat.c (do_child_store_inferior_registers): Update.
1205 * sol-thread.c (sol_thread_store_registers): Update.
1206 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
1207 * rs6000-nat.c (store_register): Update.
1208 * remote.c (store_register_using_P, remote_store_registers): Update.
1209 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
1210 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
1211 (fill_vrregset, store_spe_registers, fill_gregset)
1212 (fill_gregset): Update.
1213 * nto-procfs.c (procfs_store_registers): Update.
1214 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
1215 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
1216 * m68klinux-nat.c (store_register, fill_gregset): Update.
1217 * m68k-tdep.c (fill_gregset): Update.
1218 * infptrace.c (store_register): Update.
1219 * i386-nto-tdep.c (i386nto_regset_fill): Update.
1220 * i386-linux-nat.c (store_register, fill_gregset): Update.
1221 * hppa-linux-nat.c (fill_gregset): Update.
1222 * go32-nat.c (store_register): Update.
1223 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
1224 (store_fp_regs): Update.
1225 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
1226 (store_nwfpe_extended, store_fpregister, store_fpregs)
1227 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
1228 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
1229 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
1230 (store_regs_user_thread, store_regs_kernel_thread): Update.
1234 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
1235 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
1237 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
1238 member of `struct comp_unit'.
1242 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
1243 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
1248 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
1249 alignment was being added to the offset instead of multiplied.
1253 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
1254 changed signal trampoline in OpenBSD 3.5-current.
1256 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
1257 <machine/pcb.h> and "bsd-kvm.h".
1258 (sparc64nbsd_supply_pcb): New function.
1259 (_initialize_sparc64nbsd_nat): Renamed from
1260 _initialize_sparcnbsd_nat. Enable libkvm interface.
1261 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
1262 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
1263 (LOADLIBES): New variable.
1265 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
1267 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
1271 Use regcache_raw_supply instead of supply_register.
1272 * regcache.h (supply_register): Delete declaration.
1273 * regcache.c (supply_register): Delete function.
1274 * wince.c (do_child_fetch_inferior_registers): Update.
1275 * win32-nat.c (do_child_fetch_inferior_registers)
1276 (fetch_elf_core_registers): Update.
1277 * v850ice.c (v850ice_fetch_registers): Update.
1278 * thread-db.c (thread_db_store_registers): Update.
1279 * sol-thread.c (sol_thread_store_registers): Update.
1280 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
1281 * rs6000-nat.c (fetch_register): Update.
1282 * rom68k-rom.c (rom68k_supply_one_register): Update.
1283 * remote.c (remote_wait, remote_async_wait): Update.
1284 * remote-st.c (get_hex_regs): Update.
1285 * remote-sim.c (gdbsim_fetch_register): Update.
1286 * remote-sds.c (sds_fetch_registers): Update.
1287 * remote-rdp.c (remote_rdp_fetch_register): Update.
1288 * remote-rdi.c (arm_rdi_fetch_registers): Update.
1289 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
1290 * remote-m32r-sdi.c (m32r_fetch_register): Update.
1291 * remote-hms.c (init_hms_cmds): Update.
1292 * remote-est.c (init_est_cmds): Update.
1293 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
1294 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
1295 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
1296 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
1297 (fetch_register, supply_vrregset, supply_vrregset)
1298 (fetch_spe_registers): Update.
1299 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
1300 * monitor.c (monitor_supply_register): Update.
1301 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
1302 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
1303 (mipsnbsd_supply_fpreg): Update.
1304 * mips-nat.c (fetch_inferior_registers)
1305 (fetch_core_registers): Update.
1306 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
1307 (supply_fpregset, mips64_supply_gregset)
1308 (mips64_supply_fpregset): Update.
1309 * m68klinux-nat.c (fetch_register, supply_gregset)
1310 (supply_fpregset): Update.
1311 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
1312 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
1313 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
1314 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
1315 * infptrace.c (fetch_register): Update.
1316 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
1317 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
1318 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
1319 (gnu_fetch_registers, gnu_store_registers): Update.
1320 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
1321 * i386-linux-nat.c (fetch_register, supply_gregset)
1322 (dummy_sse_values): Update.
1323 * hpux-thread.c (hpux_thread_fetch_registers): Update.
1324 * hppah-nat.c (fetch_register): Update.
1325 * hppa-linux-nat.c (fetch_register, supply_gregset)
1326 (supply_fpregset): Update.
1327 * go32-nat.c (fetch_register): Update.
1328 * dve3900-rom.c (fetch_bitmapped_register)
1329 (_initialize_r3900_rom): Update.
1330 * cris-tdep.c (supply_gregset): Update.
1331 * abug-rom.c (init_abug_cmds): Update.
1332 * core-aout.c (fetch_core_registers): Update.
1333 * armnbsd-nat.c (supply_gregset, supply_fparegset)
1334 (fetch_register, fetch_fp_register): Update.
1335 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
1336 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
1337 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
1338 * alphanbsd-tdep.c (fetch_core_registers): Update.
1339 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
1340 * alpha-nat.c (fetch_osf_core_registers)
1341 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
1342 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
1343 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
1347 * PROBLEMS: Mention breakpoints/1702.
1348 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
1349 that is known to work.
1353 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
1354 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
1355 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
1356 (handle_inferior_event): Wrap call to deprecated
1357 IGNORE_HELPER_CALL in #ifdef.
1358 * config/mips/tm-nbsd.h: Update.
1362 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
1363 bfd_mach_ppc has no segment registers.
1365 Include PowerPC SPR numbers for special-purpose registers.
1366 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
1367 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
1368 new member in initializer.
1369 (S, S4, SN4, S64): New macros for defining special-purpose
1371 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
1372 registers_403, registers_403GC, registers_505, registers_860,
1373 registers_601, registers_602, registers_603, registers_604,
1374 registers_750, registers_e500): Use them.
1376 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
1377 replace references with expression used to initialize variable.
1381 * breakpoint.c (deprecated_read_memory_nobpt): Rename
1383 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
1384 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
1385 (s390_sigtramp_frame_sniffer): Update.
1386 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
1387 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
1388 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1389 (mips32_fetch_instruction): Update.
1390 * mcore-tdep.c (get_insn): Update.
1391 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
1392 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
1393 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
1394 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1395 (i386_linux_rt_sigtramp_start): Update.
1396 * i386-linux-nat.c (child_resume): Update.
1397 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
1398 * hppa-linux-tdep.c (insns_match_pattern): Update.
1399 * gdbcore.h: Update.
1400 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
1401 * frame.c (safe_frame_unwind_memory): Update.
1402 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
1403 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
1404 * alpha-tdep.c (alpha_read_insn): Update.
1408 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
1409 containing both bytes and mask. Add "frame_type".
1410 * tramp-frame.c (tramp_frame_start): Update.
1411 (tramp_frame_prepend_unwinder): Update.
1412 * mips-linux-tdep.c (mips_linux_o32_sigframe)
1413 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
1414 (mips_linux_n64_rt_sigframe): Update. Make "static const".
1415 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
1419 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
1420 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
1421 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
1422 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
1426 * NEWS, PROBLEMS: Update for 6.2.
1428 * README: Update to 6.2.
1430 * utils.c (xvasprintf): Call xstrvprintf.
1432 * parse.c: Update copyright.
1433 (null_post_parser): Eliminate ARGSUSED.
1435 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
1436 * tui/tui-win.c (tui_get_cmd_list): Ditto.
1437 * symfile-mem.c (_initialize_symfile_mem): Ditto.
1439 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
1440 * ppc-linux-nat.c: Use "Linux kernel".
1441 * hppa-linux-tdep.c: Use GNU/Linux.
1442 * hppa-linux-nat.c: Use GNU/Linux.
1443 * dwarfread.c: Add [sic] to use of Linux.
1445 * hppa-linux-nat.c: Do not include <string.h>.
1446 (supply_fpregset): Remove "register" attribute.
1448 * solib-frv.c (fetch_loadmap): Use xfree, not free.
1452 * configure.in: Define _MSE_INT_H on Solaris 9 too.
1453 * configure, config.in: Regenerated.
1455 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
1457 (vaxbsd_supply_pcb): New function.
1458 (_initialize_vaxbsd_nat): New prototype and function.
1459 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
1461 (LOADLIBES): New variable.
1462 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1463 (LOADLIBES): New variable.
1464 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1465 (LOADLIBES): New variable.
1466 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1470 * defs.h (event_loop_p): Replace variable declaration with macro,
1472 * main.c (captured_main): Delete options "-async" and "-noasync".
1473 (event_loop_p): Delete variable.
1474 * NEWS: Mention that "-async" and "-noasync" were removed.
1478 * remote-m32r-sdi.c: Re-indent.
1482 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
1483 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
1484 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
1485 missing MPC823 SPRs.
1486 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
1487 incorrect. (This was corrected in GDB's register name tables on
1490 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
1491 should be "esasrr" ("ESA Save and Restore Register").
1495 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
1496 calls, no longer applicable. Update comments and rename parameter
1497 "step_frame" to "return_frame".
1501 * frame.c (fprint_field): New function.
1502 (fprint_frame_id): Use fprint_field.
1506 * ada-lang.c (ada_language_defn): Remove commented out code.
1510 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
1511 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
1515 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
1517 * ppc-tdep.h (ppc_num_vrs): New enum constant.
1519 * ppc-tdep.h (ppc_num_srs): New enum constant.
1521 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
1522 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
1523 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
1524 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
1525 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
1526 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
1527 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
1528 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
1529 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
1530 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
1531 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
1532 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
1533 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
1534 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
1535 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
1536 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
1537 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
1538 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
1539 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
1540 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
1541 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
1542 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
1543 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
1544 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
1545 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
1546 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
1547 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
1548 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
1549 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
1550 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
1551 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
1552 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
1553 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
1554 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
1555 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
1556 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
1557 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
1558 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
1559 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
1560 special-purpose register numbers.
1562 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
1563 manual mentions 'md_twb', but many mention 'm_twb', and at that
1564 point in the register list.)
1568 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
1569 instead of "internal-error".
1573 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
1574 that was inserted inside a comment.
1578 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
1580 (hppa_hpux_push_dummy_code): New function.
1581 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
1582 Set find_global_pointer method.
1586 * NEWS: Mention BSD libkvm interface.
1590 * symfile.c (generic_load): Comment typo.
1591 * stack.c (get_selected_block): Ditto.
1592 * regcache.c (regcache_cooked_read): Ditto.
1593 * monitor.c (monitor_debug): Ditto.
1594 * mips-tdep.c (mips_read_pc): Ditto.
1595 * i386-linux-nat.c (ps_get_thread_area): Ditto.
1596 * gdb_mbuild.sh: Ditto.
1597 * gdbarch.sh: Ditto.
1602 * ada-tasks.c: Remove file.
1604 Remove ARI problems:
1606 * ada-exp.y (write_var_from_sym): Reformat to put operator at
1609 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
1611 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
1612 (MIN_OF_SIZE): Rename min_of_size. Add comment.
1613 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
1614 (UMIN_OF_SIZE): Remove.
1615 (max_of_type): New function to replace orphan macro in gdbtypes.h
1616 (min_of_type): Ditto.
1617 (discrete_type_high_bound): Use max_of_type.
1618 (discrete_type_low_bound): Use min_of_type.
1619 (possible_user_operator_p): Move operator to beginning of line.
1620 (ada_is_variant_part): Ditto.
1621 (ensure_lval): Rewrite to avoid deprecated operations.
1622 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
1623 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
1624 (ada_enum_name): Remove assignments in 'if' statements.
1625 (build_ada_types): Add gdbarch parameter.
1626 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
1627 with gdbarch_data_register_post_init.
1628 Use add_setshow_uinteger_cmd rather than add_set_cmd and
1631 * ada-valprint.c (inspect_it): Remove declaration.
1632 (repeat_count_threshold): Remove declaration.
1633 (ada_print_floating): Remove assignments in 'if' statements.
1634 (print_str): Move operator to beginning of line.
1638 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
1642 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
1646 * language.h (struct_language_defn): Add new function pointer:
1647 la_class_name_from_physname. Also add new prototype for
1648 language_class_name_from_physname.
1649 * language.c (language_class_name_from_physname): New function.
1650 (unk_lang_class_name): Ditto.
1651 (unknown_language_defn, auto_language_defn): Change
1652 to add unk_lang_class_name function pointer for
1653 la_class_name_from_physname.
1654 (local_language_defn): Ditto.
1655 * dwarf2read.c (guess_structure_name): Change to call
1656 language_class_name_from_physname.
1657 (determine_class_name): Ditto.
1658 * cp-support.c (class_name_from_physname): Renamed.
1659 (cp_class_name_from_physname): New name of function.
1660 * cp-support.h: Ditto.
1661 * c-lang.c (c_language_defn): Change to add NULL
1662 for class_name_from_physname function pointer.
1663 (cplus_language_defn): Change to add cp_class_name_from_physname.
1664 * jv-lang.c (java_class_name_physname): New function.
1665 (java_find_last_component): New static routine.
1666 (java_language_defn): Add java_class_name_from_physname pointer.
1667 * ada-lang.c (ada_language_defn): Change to add NULL
1668 for class_name_from_physname function pointer.
1669 * f-lang.c (f_language_defn): Ditto.
1670 * m2-lang.c (m2_language_defn): Ditto.
1671 * objc-lang.c (objc_language_defn): Ditto.
1672 * p-lang.c (pascal_language_defn): Ditto.
1673 * scm-lang.c (scm_language_defn): Ditto.
1677 Patch from Bart Robinson.
1678 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
1679 (O_LARGEFILE): Define to 0, if not defined.
1683 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
1684 <machine/pcb.h> and "bsd-kvm.h".
1685 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
1686 (m68kbsd_supply_pcb): New function.
1687 (_initialize_m68kbsd_nat): New prototype and function.
1688 * Makefile.in (m68kbsd-nat.o): Update dependencies.
1689 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1690 (LOADLIBES): New variable.
1691 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1692 (LOADLIBES): New variable.
1694 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
1698 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
1700 (bsd_kvm_cmdlist): New variable.
1701 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
1702 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
1703 command and "kvm proc" command.
1704 * Makefile.in (bsd-kvm.o): Update dependencies.
1708 * osabi.c: Update copyright year.
1709 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
1710 notes if EI_OSABI is set to ELFOSABI_HPUX.
1714 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
1715 that seems to have gotten whacked out of line.
1719 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
1724 * ada-lang.c (decode_packed_array): Minor change to comment.
1725 (ada_value_slice_ptr): New function.
1726 (ada_value_slice): New function.
1727 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
1728 test. Don't know why it is there.
1729 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
1730 to avoid dereferencing huge arrays from which one is slicing.
1731 (empty_array): Correct to return an array rather than
1733 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
1734 on empty arrays (let'em use 'FIRST instead).
1738 Address complaints from gdb_ari.sh:
1740 * ada-exp.y: Include gdb_string.h rather than string.h.
1741 (convert_char_literal): Reformat declaration.
1742 * ada-lang.h: Include opaque struct declaration for struct frame_info.
1743 * ada-lex.l: Change use of free to xfree (the macro would do so
1744 anyway, but this is harmless).
1745 Include gdb_string.h rather than string.h.
1746 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
1748 * ada-lang.c (parse): Remove K&Rism in parameter list.
1749 (is_name_suffix): Correct Linux => GNU/Linux in comment.
1753 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
1758 * alphabsd-nat.c: Update copyright year.
1759 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
1763 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
1764 (i386_cygwin_in_solib_call_trampoline): New function.
1765 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
1766 and skip_trampoline_code gdbarch methods.
1770 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
1771 name actually used in the dependency lists.
1775 * NEWS (New native configurations): Mention GNU/Linux/hppa.
1779 * win32-nat.c (child_pid_to_exec_file): New function.
1780 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
1785 * defs.h (xstrvprintf): Declare.
1786 * utils.c (xstrvprintf): New function.
1787 (internal_vproblem, xstrprintf, xasprintf)
1788 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
1789 * serial.c (serial_printf): Ditto.
1790 * complaints.c (vcomplaint): Ditto.
1794 * infcmd.c (attach_command): Move call to target_terminal_inferior
1795 behind loading symbol table.
1799 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
1800 change - add back extern deprecated_ui_loop_hook declaration.
1804 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
1806 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
1807 (c_value_of_variable): Ditto.
1808 * utils.c (internal_vproblem): Ditto.
1809 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
1810 * remote.c (add_packet_config_cmd): Ditto.
1811 * remote-rdp.c (rdp_set_command_line): Ditto.
1812 * regcache.c (regcache_dump): Ditto.
1813 * frv-tdep.c (new_variant, new_variant): Ditto.
1814 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
1815 (fbsd_find_memory_regions): Ditto.
1816 * breakpoint.c (create_thread_event_breakpoint)
1817 (create_breakpoints): Ditto.
1818 * aix-thread.c (aix_thread_pid_to_str): Ditto.
1819 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
1823 * ada-lang.c: Re-indent file, with some massaging to help indent
1824 a bit when the result is otherwise really too ugly.
1828 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
1829 code_addr_p and special_addr_p to 'unsigned int'.
1833 * i386v4-nat.c: Update copyright year and tweak comment.
1834 (regmap): Remove trailing comma.
1835 (supply_gregset): Rename local variable i to regnum. Call
1836 regcache_raw_supply instead of supply_register.
1837 (fill_gregset): Rename argument regno to regnum. Call
1838 regcache_raw_collect instead of regcache_collect.
1842 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
1844 (frame_id_build, frame_id_build_special): Update comments.
1845 (frame_id_build_wild): New prototype.
1846 * frame.c (frame_id_build, frame_id_build_special): Fill in new
1847 struct frame_id fields.
1848 (frame_id_build_wild): New function.
1849 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
1853 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
1858 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
1862 * ada-lang.c: Re-indent file.
1866 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
1867 (no_symtab_msg): Likewise.
1871 * source.c: Fix whitespace.
1875 * configure.in: Include <sys/param.h> for td_pcb test.
1876 * configure: Regenerated.
1878 * i386nbsd-nat.c: New file.
1879 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
1880 i386obsd-nat.c and i386obsd-tdep.c.
1881 (i386nbsd-nat.o): New dependency.
1882 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
1884 (LOADLIBES): New variable.
1885 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
1887 (LOADLIBES): New variable.
1889 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
1890 (LOADLIBES): New variable.
1892 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
1893 fetching from BSD_KVM_PADDR. Correctly lookup address for
1896 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
1898 (amd64fbsd_supply_pcb): New funcion.
1899 (_initialize_amd64fbsd_nat): Enable libkvm interface.
1903 Partial fix for PR cli/1056.
1904 * valarith.c: Check for zero in division and remainder
1909 * i387-tdep.c: Remove excessive whitespace.
1913 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
1914 * gdb-events.h, gdb-events.c: Re-generate.
1915 * tui/tui-hooks.c (tui_install_hooks): Update.
1916 (tui_remove_hooks): Update.
1917 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
1921 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
1922 (gregset_t, fpregset_t): Remove typedefs.
1923 (REG_OFFSET): Rename argument.
1924 (amd64bsd_r_reg_offset): Rename from reg_offset.
1925 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
1927 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
1929 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
1931 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
1933 * vax-tdep.c: Tweak comment.
1935 Add OpenBSD/hppa support.
1936 * NEWS (New native configurations): Mention OpenBSD/hppa.
1937 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
1938 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
1940 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
1941 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
1942 * configure.host: Add hppa*-*-openbsd*.
1943 * configure.tgt: Add hppa*-*-openbsd*.
1947 * defs.h (deprecated_ui_loop_hook): Deprecated.
1948 * wince.c (child_wait): Update.
1949 * win32-nat.c (child_wait): Update.
1950 * v850ice.c (v850ice_wait): Update.
1951 * top.c (deprecated_ui_loop_hook): Update.
1953 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
1954 (do_unix_readchar): Update.
1955 * ser-tcp.c (net_open): Update.
1956 * remote-sim.c (gdb_os_poll_quit): Update.
1957 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
1961 * defs.h (deprecated_pre_add_symbol_hook)
1962 (deprecated_post_add_symbol_hook): Deprecated.
1963 * symfile.c (symbol_file_add_with_addrs_or_offsets)
1964 (symbol_file_add_with_addrs_or_offsets): Update references.
1968 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
1969 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
1970 * wince.c (ui_loop_hook): Delete extern declaration.
1971 * win32-nat.c (ui_loop_hook): Delete extern declaration..
1972 * v850ice.c (ui_loop_hook): Delete extern declaration..
1973 * ser-unix.c (ui_loop_hook): Delete extern declaration..
1974 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
1975 * remote-sim.c (ui_loop_hook): Delete extern declaration..
1976 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
1977 ui_loop_hook declaration.
1981 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
1982 entry_func_highpc fields.
1983 * objfiles.c (init_entry_point_info): Do not clear
1984 entry_func_lowpc and entry_func_highpc.
1985 (objfile_relocate): Do not relocate entry_func_lowpc and
1987 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
1989 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
1991 * blockframe.c (legacy_frame_chain_valid): Replace tests against
1992 entry_func_lowpc and entry_func_highpc with call to
1997 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
1998 quad-precision floating point arguments in registers.
2003 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2008 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2010 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2011 untriggered watchpoints to a separate if clause. Update function
2012 comment regarding STOPPED_BY_WATCHPOINT argument.
2016 * gdbarch.sh: Doc fix.
2021 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2022 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2023 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2024 to set_gdbarch_sp_regnum(). Use cooked register number.
2025 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2029 * gdbarch.sh: When the macro field is empty, do not generate a
2030 macro definition. When the macro field is "=", generate the macro
2031 name from the upper-case function name.
2032 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2033 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2034 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2035 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2036 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2037 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2038 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2039 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2040 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2041 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2042 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2043 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2044 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2045 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2046 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2047 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2048 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2049 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2050 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2051 (DEPRECATED_USE_STRUCT_CONVENTION)
2052 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2053 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2054 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2055 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2056 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2057 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2058 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2059 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2060 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2061 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2062 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2063 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2064 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2065 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2066 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2067 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2068 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2069 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2073 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2074 macro name, and the function rather than macro value. Only wrap
2075 macro print statements in #ifdef. Move format logic to where it
2077 * gdbarch.c: Re-generate.
2079 * gdbarch.sh (read): Delete "print_p" and "description", add
2080 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2081 Delete references to print_p.
2082 (TARGET_ARCHITECTURE): Delete print predicate.
2083 * gdbarch.c: Re-generate.
2085 * gdbarch.sh: Check that multi-arch methods do not provide a
2087 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2088 (print_registers_info, print_float_info, print_vector_info)
2089 (adjust_breakpoint_address, remote_translate_xfer_address)
2090 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2091 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2092 name from the multi-arch definition.
2096 * gdbarch.sh: Sort by the function, instead of macro name.
2097 * gdbarch.c: Re-generate.
2101 * gdbarch.sh: Use the function, instead of macro name in
2102 errors and the log file.
2103 (return_value): Remove stray ":" in spec.
2105 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2106 * gdbarch.h, gdbarch.c: Re-generate.
2107 * Makefile.in (arch-utils.o): Update dependencies.
2108 * values.c (using_struct_return): Move code calling
2109 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2110 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2111 to legacy_return_value, simplify.
2112 * infcmd.c (print_return_value): Move code calling
2113 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2114 to legacy_return_value, simplify.
2115 * infcall.c (call_function_by_hand): Move code calling
2116 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2117 * arch-utils.c: Update copyright. Include "gdbcore.h".
2118 (legacy_return_value): New function.
2119 * arch-utils.h: Update copyright.
2120 (legacy_return_value): Declare.
2124 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2125 * gdbarch.h, gdbarch.c: Re-generate.
2126 * values.c (using_struct_return): Update call.
2127 * mcore-tdep.c: Update comment.
2128 * infcall.c (call_function_by_hand): Update comment.
2129 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2130 * arch-utils.h (always_use_struct_convention): Update.
2131 * v850-tdep.c (v850_gdbarch_init): Update.
2132 * sh64-tdep.c (sh64_gdbarch_init): Update.
2133 * sh-tdep.c (sh_gdbarch_init): Update.
2134 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2135 * mips-tdep.c (mips_gdbarch_init): Update.
2136 * mcore-tdep.c (mcore_gdbarch_init): Update.
2137 * m32r-tdep.c (m32r_gdbarch_init): Update.
2138 * ia64-tdep.c (ia64_gdbarch_init): Update.
2139 * h8300-tdep.c (h8300_gdbarch_init): Update.
2140 * frv-tdep.c (frv_gdbarch_init): Update.
2141 * cris-tdep.c (cris_gdbarch_init): Update.
2142 * arm-tdep.c (arm_gdbarch_init): Update.
2143 * alpha-tdep.c (alpha_gdbarch_init): Update.
2147 * PROBLEMS: Add more specific information, and a work-around,
2152 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
2153 * gdbarch.h, gdbarch.c: Re-generate.
2154 * ada-lang.c (ada_finish_decode_line_1): Update.
2155 * infrun.c (handle_inferior_event): Update.
2156 * infcall.c (find_function_addr): Update.
2157 * linespec.c (minsym_found): Update.
2158 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
2160 * blockframe.c (legacy_frameless_look_for_prologue): Update.
2161 * cli/cli-cmds.c (disassemble_command): Update.
2162 * vax-tdep.c (vax_gdbarch_init): Update.
2166 * i386-tdep.c (i386_collect_fpregset): Fix comment.
2170 GDB 6.1.1 released from the GDB 6.1 branch.
2171 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
2177 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
2178 operation as a uleb128. Found by Michael Coulter.
2182 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
2184 * ada-lang.h (task_control_block): declaration moved from ada-task.c
2185 to ada-lang.h; this is needed to be able to implement the kill command
2188 (task_entry): Ditto.
2190 (ada_build_task_list): Ditto.
2192 * ada-lang.c: Conditionalize routines and data structures related
2193 to breakpoints, exceptions, completion, and symbol caching on
2194 GNAT_GDB, since these are not yet used in the submitted public sources.
2195 (ada_main_name): Editorial: Move definition out of exception-related
2200 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
2201 deprecated_pc_in_call_dummy.
2205 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
2206 bfd_get_section_size_before_reloc or _raw_size.
2207 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2208 * dwarf2read.c (dwarf2_locate_sections): Likewise.
2209 (dwarf2_read_section): Likewise.
2210 * elfread.c (elf_locate_sections): Likewise.
2211 * gcore.c (derive_heap_segment): Likewise.
2212 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2213 * remote-e7000.c (e7000_load): Likewise.
2214 * remote-m32r-sdi.c (m32r_load): Likewise.
2215 * remote-mips.c (mips_load_srec): Likewise.
2216 (pmon_load_fast): Likewise.
2217 * remote.c (compare_sections_command): Likewise.
2218 * symfile.c (add_section_size_callback): Likewise.
2219 (load_section_callback): Likewise.
2220 (pc_in_unmapped_range): Likewise.
2221 (pc_in_mapped_range): Likewise.
2222 (sections_overlap): Likewise.
2223 (list_overlays_command): Likewise.
2224 (simple_overlay_update_1): Likewise.
2225 (simple_overlay_update): Likewise.
2226 * tracepoint.c (remote_set_transparent_ranges): Likewise.
2227 * win32-nat.c (core_section_load_dll_symbols): Likewise.
2231 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
2232 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
2234 (hppa_hpux_inferior_created): New function.
2235 (hppa_hpux_init_abi): Register observer.
2236 * symfile.c (hp_cxx_exception_support_initialized)
2237 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
2238 (symbol_file_add_main_1, symbol_file_clear): Likewise.
2242 * MAINTAINERS (Write After Approval): Alphabetize my entry
2247 * MAINTAINERS (testsuite): List Michael Chastain as the lead
2248 testsuite maintainer.
2252 * infcmd.c (print_return_value): Fix logic, allow
2253 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
2255 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
2256 defining any macros.
2257 * gdbarch.h: Re-generate.
2259 * gdbarch.sh: Delete "level" attribute. Only check for a macro
2260 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
2261 * gdbarch.h: Re-generate.
2263 * values.c (generic_use_struct_convention): Don't check gcc_p.
2265 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2266 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
2267 * gdbarch.h, gdbarch.c: Regenerate.
2268 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
2269 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
2270 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2271 deprecated_max_register_raw_size and
2272 deprecated_max_register_virtual_size.
2273 * v850-tdep.c (v850_gdbarch_init): Ditto.
2274 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2275 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2276 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2277 * cris-tdep.c (cris_gdbarch_init): Ditto.
2279 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
2280 * gdbarch.h, gdbarch.c: Re-generate.
2281 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
2282 (m68hc11_use_struct_convention): Delete function.
2283 (m68hc11_extract_struct_value_address): Delete function.
2284 (m68hc11_return_value): New function.
2285 (m68hc11_gdbarch_init): Instead of store_return_value,
2286 extract_return_value, return_value_on_stack,
2287 deprecated_extract_struct_value_address and use_struct_convention,
2289 * values.c (using_struct_return): Do not call
2290 RETURN_VALUE_ON_STACK.
2291 * arch-utils.h (generic_return_value_on_stack_not): Delete
2293 * arch-utils.c (generic_return_value_on_stack_not): Delete
2298 * values.c (register_value_being_returned): Delete function.
2299 * infcmd.c (legacy_return_value): Delete function.
2300 * infcall.c (call_function_by_hand): Inline
2301 "register_value_being_returned", simplify.
2302 * values.c (using_struct_return): Update comment, refer to
2303 print_return_value instead of register_value_being_returned.
2304 * infcmd.c (print_return_value): Inline calls to
2305 register_value_being_returned and legacy_return_value. Simplify.
2309 * somread.c (som_symtab_read): Exclude gcc local symbols.
2313 * infrun.c (handle_inferior_event): Handle the case when a
2314 trampoline ends up in the runtime resolver, and if the trampoline
2315 has no name. Rearrange the code so that all the trampoline
2316 processing happens before other step-out-of-range handling.
2320 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
2325 * blockframe.c (legacy_inside_entry_func): Delete.
2326 (legacy_frame_chain_valid): Inline call to
2327 legacy_inside_entry_func, simplify.
2331 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
2332 * dwarf2read.c (partial_die_info): Add dirname field.
2333 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
2334 (read_partial_die): Save away DW_AT_comp_dir.
2335 * defs.h (symtab_to_filename): Removed.
2336 * source.c (find_and_open_source): Added.
2337 (open_source_file): Just calls find_and_open_source.
2338 (symtab_to_filename): Removed.
2339 (symtab_to_fullname, psymtab_to_fullname): Added.
2340 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
2341 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
2343 * symtab.h (partial_symtab): Add dirname field.
2344 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
2345 (mi_cmd_file_list_exec_source_file): Call new function
2346 symtab_to_fullname to find fullname.
2347 (mi_cmd_file_list_exec_source_files): Added.
2348 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
2349 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
2353 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
2354 to generic_use_struct_convention, the default value.
2356 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
2359 * ns32k-tdep.c (ns32k_push_arguments): New function.
2360 (ns32k_gdbarch_init): Set deprecated_push_arguments.
2361 * infcall.c (call_function_by_hand): Call error instead of
2362 legacy_push_arguments.
2363 * value.h (legacy_push_arguments): Delete declaration.
2364 * valops.c (legacy_push_arguments): Delete function.
2365 (value_push): Delete function.
2369 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
2370 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
2372 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
2376 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
2377 * gdbarch.h, gdbarch.c: Re-generate.
2378 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
2380 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
2381 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
2382 deprecated_pc_in_call_dummy instead of
2383 DEPRECATED_PC_IN_CALL_DUMMY.
2384 (arm_skip_prologue): Ditto.
2385 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
2386 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
2387 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
2388 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
2390 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
2391 (sh64_init_extra_frame_info, sh64_get_saved_register)
2392 (sh64_pop_frame): Ditto.
2393 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
2394 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
2395 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
2396 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
2397 (h8300_pop_frame): Ditto.
2398 * blockframe.c (legacy_inside_entry_func)
2399 (legacy_frame_chain_valid): Ditto.
2400 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
2401 to deprecated_pc_in_call_dummy.
2405 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
2406 provide a default value.
2407 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
2408 * gdbarch.h, gdbarch.c: Re-generate.
2409 * arch-utils.c (generic_convert_register_p): Rename
2410 legacy_convert_register_p
2411 (legacy_register_to_value, legacy_value_to_register): Delete
2413 * arch-utils.h (generic_convert_register_p): Rename
2414 legacy_convert_register_p.
2415 (legacy_register_to_value, legacy_value_to_register): Delete
2418 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
2419 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
2420 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
2421 * gdbarch.h, gdbarch.c: Re-generate.
2422 * infcmd.c (default_print_registers_info): Simplify.
2423 * findvar.c (value_of_register): Simplify.
2424 * mi/mi-main.c (get_register): Simplify.
2425 * arch-utils.c (legacy_convert_register_p): Always return 0.
2426 (legacy_register_to_value, legacy_value_to_register): Always call
2429 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
2430 #ifdef CLEAR_INSN_CACHE code.
2431 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
2432 Delete #ifdef CLEAR_DEFERRED_STORES code.
2434 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
2436 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
2438 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
2440 * config/mips/mipsv4.mh: Delete file.
2442 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
2444 (hpread_adjust_stack_address): Delete declaration.
2448 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2449 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
2450 PTRACE_ATTACH / PTRACE_DETACH available call error.
2451 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
2452 * infttrace.c (update_thread_state_after_attach, attach, detach):
2453 Remove #ifdef wrappers.
2454 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
2455 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2456 * config/nm-bsd.h (ATTACH_DETACH): Delete.
2457 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
2458 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
2459 * config/nm-linux.h (ATTACH_DETACH): Delete.
2460 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
2461 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
2462 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
2463 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
2464 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
2468 * configure.in: Set $configdir to the right OS specific value.
2469 Use value when setting $tcldir and $tkdir.
2470 * configure: Regenerate.
2474 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
2479 * ada-lang.c (lookup_symbol_in_language): New function to allow
2480 re-use of another language's symbol lookup code. (Placed here
2481 temporarily while Ada support is being integrated into the public
2483 (restore_language): New auxiliary function for
2484 lookup_symbol_in_language.
2485 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
2486 temporarily while Ada support is being integrated into the public
2491 * Makefile.in (check//%): New.
2493 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
2494 (mn10300_store_return_value): Rewrite.
2495 (mn10300_type_align): New.
2496 (mn10300_use_struct_convention): Rewrite.
2497 (mn10300_return_value): New, using all of the above.
2498 (mn10300_pop_frame_regular): Add saved_regs_size.
2499 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
2501 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
2502 regs if PC is on movm.
2506 Add native Linux support for the PowerPC E500.
2507 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
2508 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
2509 all architectures except the E500.
2510 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
2512 (struct gdb_evrregset_t): New type.
2513 (have_ptrace_getsetevrregs): New variable.
2514 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
2515 fetch_spe_registers): New functions.
2516 (fetch_register): Call fetch_spe_register as appropriate.
2517 Assert that we're only passed raw register numbers.
2518 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
2519 Don't fetch gprs if they're pseudoregisters.
2520 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
2521 store_spe_registers): New functions.
2522 (store_register): Call store_spe_register as appropriate.
2523 Assert that we're only passed raw register numbers.
2524 (store_ppc_registers): Call store_spe_registers as appropriate.
2525 Don't store gprs if they're pseudoregisters.
2529 * thread-db.c (thread_get_info_callback): Fill in the thread_info
2530 struct if one exists, even if we are dealing with a zombie thread.
2534 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
2535 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
2536 Rename PC_REQUIRES_RUN_BEFORE_USE.
2537 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
2542 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
2543 unwinding after sp has been saved to the stack but before the end
2544 of the prologue, and after the fp has been modified but before it has
2545 been saved to the stack.
2546 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
2547 Remove superfluous definitions.
2548 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
2552 Committed by Randolph Chung.
2553 * hppa-linux-nat.c: Include the correct version of the header file
2554 depending on the kernel version.
2558 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
2559 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
2563 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
2564 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
2565 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
2566 * hppa-tdep.c (hppa_symbol_address): New function definition.
2567 * hppa-tdep.h (hppa_symbol_address): New function declaration.
2571 * hppa-tdep.h (struct value): Forward declaration.
2572 (gdbarch_tdep): Define tdep find_global_pointer method.
2573 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
2574 associated with the function we are trying to call, and write it
2576 (hppa32_convert_from_funct_ptr_addr): New function.
2577 (hppa_find_global_pointer): New function.
2578 (hppa_gdbarch_init): Set default find_global_pointer method; set
2579 convert_from_func_ptr_addr method.
2580 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
2581 (hppa_linux_init_abi): Set find_global_pointer method.
2582 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
2586 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
2587 to struct value *function.
2588 * gdbarch.c: Regenerate.
2589 * gdbarch.h: Likewise.
2590 * infcall.c (call_function_by_hand): Pass entire function value
2593 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
2594 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
2595 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
2596 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
2597 * arm-tdep.c (arm_push_dummy_call): Likewise.
2598 * avr-tdep.c (avr_push_dummy_call): Likewise.
2599 * cris-tdep.c (cris_push_dummy_call): Likewise.
2600 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
2601 * frv-tdep.c (frv_push_dummy_call): Likewise.
2602 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2603 * hppa-tdep.c (hppa32_push_dummy_call)
2604 (hppa64_push_dummy_call): Likewise.
2605 * i386-tdep.c (i386_push_dummy_call): Likewise.
2606 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
2607 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
2608 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2609 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
2610 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
2611 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
2612 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
2613 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
2614 (ppc64_sysv_abi_push_dummy_call): Likewise.
2615 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
2616 (ppc64_sysv_abi_push_dummy_call): Likewise.
2617 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
2618 * s390-tdep.c (s390_push_dummy_call): Likewise.
2619 * sh-tdep.c (sh_push_dummy_call_fpu)
2620 (sh_push_dummy_call_nofpu): Likewise.
2621 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
2622 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
2623 * vax-tdep.c (vax_push_dummy_call): Likewise.
2627 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
2628 gdbarch argument to register_size.
2630 * rs6000-tdep.c (rs6000_store_return_value): Use
2631 regcache_cooked_write_part instead of
2632 deprecated_write_register_bytes.
2633 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
2634 not gdbarch_deprecated_store_return_value.
2636 * ppc-linux-nat.c (store_register, fetch_register): Remove
2637 incorrect assertions. Simplify and generalize handling of
2638 transfers whose sizes are not multiples of, or less than, sizeof
2643 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
2644 as a new thread event.
2645 * thread-db.c (thread_get_info_callback): If the thread is a
2646 zombie, return TD_THR_ZOMBIE.
2647 (thread_from_lwp): If thread_get_info_callback returns
2648 TD_THR_ZOMBIE, check if the thread is still on the thread list
2649 and return a -1 ptid if not found.
2650 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
2651 change the status to TARGET_WAITKIND_SPURIOUS.
2655 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
2656 double values in little endian mode.
2660 Committed by Andrew Cagney.
2661 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
2662 after last enum constant to avoid error from IBM C
2667 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
2668 to 'message', and make it local to the lone block that uses it.
2670 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
2674 * ada-exp.y: Update copyright notice.
2677 Replace REGNAME, LAST, INTERNAL_VARIABLE with
2678 SPECIAL_VARIABLE and unify the treatment of these cases.
2680 (write_attribute_call0): Remove.
2681 (write_attribute_call1): Remove.
2682 (write_attribute_calln): Remove.
2683 (save_qualifier): Add missing semicolon.
2685 (simple_exp,exp): Decomment (i.e., reactivate) code that was
2686 temporarily disabled to allow compilation with FSF head version.
2688 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
2689 use individual operators (OP_*) for all attributes.
2690 (exp syntax): Use write_int.
2691 Handle STRING literals with OP_STRING.
2692 (variable syntax): Add limit parameter to calls to
2693 write_object_renaming.
2695 (temp_parse_space): New definition to hold entities that need
2696 only live until the next call to ada_parse.
2697 (string_to_operator): Rename fields of ada_opname_table entries.
2699 (write_var_from_sym): Record block.
2700 (write_var_from_name): Minor reformatting.
2701 Make sure saved name is properly encoded in the case of multiple
2702 matches, and set its language to Ada.
2704 Modify to indicate unresolved name as symbol in the UNRESOLVED
2705 namespace, allocated in temp_parse_space.
2706 (write_int): New function.
2708 (write_object_renaming): Add max_depth parameter to limit
2709 chains of object renamings.
2710 Handle case where root of renaming expression is itself a renaming.
2711 Use temp_parse_space for temporary name buffer.
2712 Handle renamings to dereferenced pointers (___XEXA suffices).
2714 (ada_parse, yyerror, string_to_operator,
2715 write_var_from_sym, write_var_from_name, write_attribute_call0,
2716 write_attribute_call1, write_attribute_calln,
2717 write_object_renaming): Protoize.
2719 (_initialize_ada_exp): New function.
2721 * ada-lang.c: Update copyright notice.
2722 General terminology change to conform to GNAT compiler usage:
2723 mangle => encode, demangle => decode
2724 Include gdb_obstack.h.
2733 (ADA_RETAIN_DOTS): Make sure this is defined.
2734 (TRUNCATION_TOWARDS_ZERO): Define.
2735 (struct string_vector): Define.
2736 (unresolved_names): Remove definition.
2737 (xnew_string_vector): New function.
2738 (string_vector_append): New function.
2739 (extract_string): Make static.
2740 (ada_unqualified_name): New function.
2741 (add_angle_brackets): New function.
2742 (function_name_from_pc): New function.
2743 (place_on_stack): Rename to ensure_lval.
2745 (ensure_lval): Renamed from place_on_stack.
2746 Make identity on lvals.
2748 (is_nonfunction): New interface.
2749 Only symbols in LOC_CONST class can be enumerals.
2750 (fill_in_ada_prototype): Remove; now independent of language.
2751 (add_defn_to_vec): Add obstack and symtab arguments.
2752 Use obstack to hold collected definitions.
2753 (num_defns_collected): New function.
2754 (defns_collected): New function.
2755 (ada_resolve_subexp): Rename to resolve_subexp.
2756 (resolve_subexp): Renamed from ada_resolve_subexp.
2757 (ada_op_name): Return non-const result.
2758 (ada_decoded_op_name): Renamed from ada_op_name, now used for
2761 (to_fixed_array_type): Add declaration.
2762 (coerce_unspec_val_to_type): Remove offset parameter.
2763 (find_sal_from_funcs_and_line): New interface.
2764 (find_line_in_linetable): Ditto.
2766 (all_sals_for_line): Rename to ada_sals_for_line and make
2768 Add new parameter. When set, do not ask the user to choose the
2769 instance, but use the first one found instead.
2770 Use given line number in returned sals.
2772 Skip the prologue if funfirstline is set.
2773 Correct for memory leak when 0 lines found.
2775 (value_pos_atr): Use pos_atr.
2776 (pos_atr): New function.
2777 (standard_lookup): Add block parameter.
2779 (makeTimeStart): Remove declaration and uses.
2780 (makeTimeStop): Remove declaration and uses.
2782 (ada_completer_word_break_characters): Allow for VMS.
2783 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
2784 (raise_sym_name): New constant.
2785 (raise_unhandled_sym_name): New constant.
2786 (raise_assert_sym_name): New constant.
2787 (process_raise_exception_name): New constant.
2788 (longest_exception_template): New constant.
2789 (warning_limit): New variable to limit warnings during expression
2791 (warnings_issued): New variable to keep track of warnings issued.
2792 (known_runtime_file_name_patterns): New constant.
2793 (known_auxiliary_function_name_patterns): New constant.
2794 (symbol_list_obstack): New variable.
2796 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
2797 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
2798 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
2799 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
2800 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
2801 ada_variant_discrim_name, field_alignment, dynamic_template_type,
2802 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
2803 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
2806 (ada_get_field_index): New function.
2807 (lim_warning): New function.
2808 (ada_translate_error_message): New function.
2809 (MAX_OF_SIZE): New function.
2810 (MIN_OF_SIZE): New function.
2811 (UMAX_OF_SIZE): New function.
2812 (UMIN_OF_SIZE): New function.
2813 (discrete_type_high_bound): New function.
2814 (discrete_type_low_bound): New function.
2815 (base_type): New function.
2816 (do_command): Remove.
2818 (ada_update_initial_language): Use language_ada, not language_unknown.
2819 (ada_encode): Renamed from ada_mangle.
2820 Obey ADA_RETAIN_DOTS.
2821 (ada_decode): Renamed from ada_demangle.
2822 Update coding conventions.
2823 (decoded_names_store): New hash table.
2824 (ada_decode_symbol): New function.
2825 (ada_la_decode): New function.
2827 (modify_general_field): Correct computations of offset and bit
2829 (desc_base_type): Handle ref types, too.
2830 (ada_is_direct_array_type): New function.
2832 (ada_is_simple_array): Rename to ada_is_simple_array_type.
2833 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
2834 (ada_is_bogus_array_descriptor,ada_type_of_array,
2835 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
2836 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
2837 ada_is_array_descriptor_type.
2839 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
2840 (ada_is_packed_array_type): Handle pointers or
2841 references to packed arrays as well.
2842 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
2843 (decode_packed_array_type): Search for the packed array type
2844 symbol in the currently selected block and associated
2846 Use lookup_symbol again.
2848 (decode_packed_array): Handle pointers and references.
2849 Update call to coerce_unspec_val_to_type.
2850 (decode_packed_array_type,value_subscript_packed): Limit warnings.
2851 (ada_value_primitive_packed_val): Improve comment.
2853 (ada_index_type): Substitute int type for "undefined".
2854 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
2855 ada_array_langth, ada_is_string_type): Use renamed
2856 ada_is_simple_array_type.
2857 (empty_array): New function.
2859 (ada_resolve): Rename to resolve.
2860 (resolve): Make static.
2861 Call renamed resolve_subexp.
2863 (ada_resolve_subexp): Rename to resolve_subexp.
2864 (resolve_subexp): Update comment.
2865 Decomment disabled code.
2866 Add LOC_COMPUTED* cases.
2867 Modify to use temporary struct symbols (marked as being in
2868 UNDEF_NAMESPACE) to indicate unresolved names, instead of
2869 OP_UNRESOLVED_VALUE.
2870 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
2873 Use SYMBOL_PRINT_NAME instead of ada_demangle.
2874 Use new ada_lookup_symbol_list interface.
2875 Use new ada_resolve_function interface.
2876 Remove OP_TYPE case.
2878 (ada_args_match): Idiot proof against null actuals.
2879 Use intermediate variables to clarify.
2880 (ada_resolve_function): Update comment and interface.
2881 (mangled_ordered_before): Rename to encoded_ordered_before and
2883 (sort_choices): Update comment and interface.
2884 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
2885 (user_select_syms): New interface.
2886 Use new sort_choices interface.
2887 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
2888 (possible_user_operator_p): Idiot-proof against null values.
2889 (ada_simple_renamed_entity): Don't make cleanup; rely on
2890 caller to free result string.
2891 Remove const from return type.
2892 (make_array_descriptor): Rename uses of place_on_stack to
2894 Make sure that arrays are on stack.
2896 (HASH_SIZE): Define.
2897 (struct cache_entry): Define.
2898 (cache_space): Define.
2900 (clear_ada_sym_cache): New function.
2901 (find_entry): New function.
2902 (lookup_cached_symbol): New function.
2903 (defn_vector_size): Define.
2904 (cache_symbol): New function.
2905 (defn_symbols): Remove.
2907 (standard_lookup): Use lookup_symbol_in_language to get effect of
2911 (symbol_completion_match): New function.
2912 (symbol_completion_add): New function.
2913 (ada_make_symbol_completion_list): New function.
2915 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
2916 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
2917 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2918 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
2920 (ada_lookup_simple_minsym): New function.
2921 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
2923 (add_symbols_from_enclosing_procs): New interface.
2924 Conditionalize more helpfully.
2925 Don't bother if program isn't running.
2926 Use new interface to get_frame_block.
2927 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
2929 (remove_extra_symbols): New interface.
2930 (xget_renaming_scope): New function.
2931 (is_package_name): New function.
2932 (renaming_is_visible): New function.
2933 (remove_out_of_scope_renamings): New function.
2935 (ada_lookup_symbol_list): New interface.
2936 Properly reinitialize the symbol list obstack.
2937 Don't call add_symbols_from_enclosing_procs if we start from a
2938 static or global block.
2939 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
2940 add_symbols_from_enclosing_procs.
2941 Add symtab data to cached entries.
2942 Handle symbols prefixed with
2943 "standard__" specially; strip prefix and don't look in local symbols.
2944 Do not include out of scope renaming symbols in list of
2946 Add const to block parameter.
2947 Move check for non-local, non-global symbols earlier.
2948 Remove timing stuff.
2949 (ada_lookup_symbol): New interface.
2950 Find symtab as well.
2951 (ada_lookup_symbol_nonlocal): New function.
2953 (is_name_suffix): Enhance suffix detection to recognize
2954 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
2955 (is_dot_digits_suffix): New function.
2956 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
2958 (ada_add_block_symbols): New interface. Use obstack to return results
2959 in a vector of struct ada_symbol_infos. Add symtab argument.
2960 Use new interface to add_defn_to_vec.
2961 Remove calls to fill_in_ada_prototype.
2962 Use BLOCK_BUCKETS, BLOCK_BUCKET.
2964 (ada_finish_decode_line_1): Add const qualification to local to fix
2966 Start looking in static block for functions to avoid attempts
2967 to search frame chain for up-level variables.
2968 Adapt to new ada_sals_for_line interface.
2969 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
2970 Handle quoting of the function name inside the spec string.
2971 Skip prologue when funfirstline is set and update the
2972 function documentation to that effect.
2974 (debug_print_lines, debug_print_block, debug_print_blocks,
2975 debug_print_symtab): Remove.
2977 (ada_main_name): New function.
2978 (ada_exception_breakpoint_type): New function.
2979 (is_known_support_routine): New function.
2980 (ada_find_printable_frame): Renamed from find_printable_frame and made
2982 Remove level parameter.
2983 Use new interface to select_frame.
2985 (begin_command): Remove.
2986 (ada_adjust_exception_stop): New function.
2987 (ada_print_exception_stop): New function.
2988 (exception_name_from_cond): New function.
2989 (ada_report_exception_break): Replace disabled code with
2990 conditionalization on GNAT_GDB.
2991 Get the exception name from the condition string.
2992 Remove and move functionality into new functions
2993 ada_print_exception_breakpoint_task and
2994 ada_print_exception_breakpoint_nontask.
2995 (error_breakpoint_runtime_sym_not_found): New function.
2996 (is_runtime_sym_defined): New function.
2997 (ada_breakpoint_rewrite): Uncomment suppressed code.
2998 Use symbolic error-message and runtime-symbol names.
2999 Surround runtime symbol names in quotes.
3000 Allow non-specific breakpoints on exceptions and assertions before
3003 (ada_is_tagged_type): Add parameter.
3004 (ada_is_tag_type): New function.
3005 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3006 (ada_variant_discrim_type): Ditto.
3007 (value_tag_from_contents_and_address): New function.
3008 (type_from_tag): New function.
3009 (struct tag_args): New structure used to communicate with
3011 (ada_tag_name_1): New function.
3012 (ada_tag_name): New function.
3014 (ada_scan_number): Update comment.
3015 (find_struct_field): New function.
3016 (ada_search_struct_field): Make static.
3017 (ada_value_struct_elt): New version that returns references when
3018 given pointers or references to structs.
3019 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3020 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3022 (ada_value_ind): Use new ada_to_fixed_value interface.
3023 (ada_coerce_ref): Ditto.
3024 (field_offset): Remove.
3026 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3027 (ada_find_renaming_symbol): New function.
3028 (ada_prefer_type): Prefer named types over unnamed ones.
3029 (variant_field_index): New function.
3030 (contains_variant_part): Removed: subsumed by variant_field_index.
3031 (ada_template_to_fixed_record_type): New function, mostly from
3032 template_to_fixed_record_type.
3033 (template_to_fixed_record_type):
3034 Do not scan the type fields beyond the last one; prevents a
3036 Handle case where variant field is listed BEFORE discriminant it
3038 Fix calculation of record length when bit length is
3039 not evenly divisible by char length.
3040 Move code to ada_template_to_fixed_record_type and call it.
3042 (template_to_static_fixed_type): Revise comment.
3043 Modify to work on ordinary record types as well as templates,
3044 so as to handle fields that use ___XVE or ___XVU encodings.
3045 (to_record_with_fixed_variant_part): Fill out comment.
3046 Initialize C++ stuff in right type.
3047 Allow case where DVAL is null.
3048 Handle case where variant field is not last.
3049 Fix typo concerning record length.
3050 (to_fixed_record_type): Decomment disabled code.
3051 (to_fixed_record_type): Use variant_field_index instead of
3052 contains_variant_part.
3053 (to_fixed_variant_branch_type): Ditto.
3054 (to_fixed_array_type): Decomment disabled code.
3055 (ada_to_fixed_type): Convert tagged types to the specific type.
3056 Deactivate the size-check for array types in order to avoid
3057 some false size alarms.
3058 (to_static_fixed_type): Decomment disabled code.
3059 Modify to call template_to_static_fixed_type
3060 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3061 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3062 Remove valaddr argument, as it is never really used.
3063 (ada_to_fixed_value): Change interface to act on single struct value*
3065 (adjust_pc_past_prologue): New function.
3066 (ada_attribute_name): Modify to take enum exp_opcode argument.
3068 (ada_enum_name): Recognize new homonym-distinguishing convention.
3069 Adjust local variable's type to remove compiler warning.
3070 Fix a small problem in the part that unqualifies the enumeration name.
3071 (ada_value_binop): New function.
3072 (ada_value_equal): New function.
3074 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3075 Don't give error message when not doing normal evaluation
3076 and a tagged type doesn't seem to contain a structure member.
3077 Give error message for packed arrays.
3078 For indexing arrays, handle pointers to packed arrays correctly.
3079 Handle case of 'first and 'last attributes of bare integral type
3080 without encoded subtype info.
3081 Remove some unnecessary casts.
3082 Fix uninitialized value of type in computing 'first, 'last, or 'length
3084 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3085 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3087 Attributes are now exp_opcode values.
3088 Correct treatment of 'modulus.
3089 Better error message for taking 'length of wrong kind of type;
3091 Change EVAL_NORMAL to noside for consistency.
3092 Use ada_value_binop for DIV, MOD, REM.
3093 Make special case out of array of length 0, since an argument
3094 of 0 upsets some platforms' malloc.
3095 Use OP_STRING instead of OP_ARRAY.
3096 For slice, add check that we have an array type before extracting
3097 a slice out of it. Avoids a SEGV.
3098 When evaluating an array slice, if the array type is a reference to
3099 an aligner type, then replace the aligner type by the actual type.
3100 Decomment disabled code.
3101 Remove some dead code.
3102 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3103 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3104 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3105 and UNOP_MBR to UNOP_IN_RANGE.
3106 If an array type has a parallel ___XVE type, then use it.
3107 Turn arrays into pointers for lvalue arrays.
3108 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3109 bounds error and handle 0-length slices.
3111 When selecting fields, apply ada_to_fixed_value (because the fields
3112 might have ___XVU or ___XVE encodings even if not dynamic.)
3113 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3114 (ada_is_system_address_type): New function.
3116 (get_var_value): Use new interface to ada_lookup_symbol_list.
3117 (get_int_var_value): New interface.
3118 (to_fixed_range_type): Allow unknown bound, with warning.
3119 (ada_is_modular_type): Decomment disabled code.
3120 (ADA_OPERATORS): New definition.
3121 (ada_operator_length): New function.
3122 (ada_expr_op_name): New function.
3123 (ada_forward_operator_length): New function.
3124 (ada_dump_subexp_body): New function.
3125 (ada_print_subexp): New function.
3126 (ada_exp_descriptor): New constant.
3127 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3128 (ada_language_defn): Add ada_exp_descriptor entry.
3129 Change ada_parse => parse.
3130 Add post-parser entry.
3131 Use ada-specific non-local symbol lookup.
3132 Don't use C-style arrays.
3133 String lower-bound is 1.
3134 Decomment disabled code.
3135 (parse): New function.
3136 New fields ada_translate_error_message, ada_lookup_symbol,
3137 ada_lookup_minimal_symbol.
3139 * ada-lang.h: Update copyright dates.
3140 Replace the mangle/demangle terminology throughout by the
3141 more appropriate encode/decode one.
3142 Include breakpoint.h.
3143 Forward declare struct partial_symbol, struct block.
3144 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
3145 (EXTRACT_ADDRESS): Remove.
3146 (EXTRACT_INT): Remove.
3147 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
3148 (MAX_ENCLOSING_FRAME_LEVELS): Define.
3149 (MAX_RENAMING_CHAIN_LENGTH): Define.
3150 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
3152 (enum task_states): Remove.
3153 ada_task_states: Remove.
3154 (fat_string): Remove.
3155 (struct entry_call): Remove.
3156 (struct task_fields): Remove.
3157 (struct task_entry): Remove.
3159 (struct ada_symbol_info): Define.
3160 (enum ada_attribute): Remove.
3161 (enum ada_operator): Define.
3163 (ada_get_field_index): Declare.
3164 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
3165 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3166 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3167 (ada_lookup_symbol_list): New interface.
3168 (ada_decode_symbol): Declare.
3169 (ada_decode): Declare.
3170 (ada_lookup_symbol): New interface.
3171 (ada_update_initial_language): Declare.
3172 (ada_lookup_simple_minsym): Declare.
3173 (user_select_syms): New interface.
3174 (ada_sals_for_line): Declare.
3175 (ada_is_tagged_type): New interface.
3176 (ada_tag_name): Declare.
3177 (ada_lookup_struct_elt_type): Remove declaration.
3178 (ada_search_struct_field): Remove declaration.
3179 (ada_attribute_name): New interface.
3180 (ada_is_system_address_type): Declare.
3181 (ada_to_fixed_value): Remove declaration.
3182 (ada_template_to_fixed_record_type_1): Declare.
3183 (get_int_var_value): New interface.
3184 (ada_find_any_symbol): Declare.
3185 (ada_find_renaming_symbol): Declare.
3186 (ada_mangle): Rename to ada_encode.
3187 (ada_simple_renamed_entity): Remove const.
3188 (ada_main_name): Declare.
3189 (get_current_task): Rename to ada_get_current_task.
3190 (get_entry_number): Remove declaration.
3191 (ada_report_exception_break): Remove declaration.
3192 (ada_print_exception_breakpoint_nontask): Declare.
3193 (ada_print_exception_breakpoint_task): Declare.
3194 (ada_find_printable_frame): Declare.
3196 * ada-lex.l: Update copyright notices.
3197 Use xmalloc and xfree instead of malloc and free.
3198 Use new interface to name_lookup.
3199 Use new interface to
3200 ada_mangle=>ada_encode.
3201 Redo handling of '$...' variable to parallel current treatment
3203 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
3204 digit_to_int, strtoulst, processInt, processReal, processId,
3205 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
3208 (processInt): Use cast to remove harmless warning.
3209 (processReal): Modify to get rid of compiler warning on scan formats.
3211 (processId): Replace xmalloc with obstack_alloc for name and remove
3212 call to ada_name_string_cleanup.
3213 Remove obsolete disabled code.
3214 (name_lookup): Ditto.
3216 Use obsavestring on temp_parse_space instead of savestring
3217 on name, and remove call to ada_name_string_cleanup.
3218 Free string returned from ada_simple_renamed_entity.
3219 Use new interface to ada_lookup_symbol_list.
3220 Decomment disabled code.
3221 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
3223 When a type name lookup succeeds as a result of
3224 lookup_primitive_typename, check for regular type entry that has not
3226 Limit length of chain of renamed symbols we are willing to follow.
3227 Do not break names beginning with "standard__" into segments.
3228 (block_lookup): Use new interface to ada_lookup_symbol_list.
3230 * ada-typeprint.c: Update copyright notice.
3231 (demangled_type_name): Rename to decoded_type_name.
3232 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
3233 (print_range_bound): Correct handling of negative
3234 bounds that make the index type looked unsigned under STABS.
3235 (print_dynamic_range_bound): Use new interface to get_int_var_value.
3236 (print_range_type_named): Use the builtin int type if no type
3237 corresponding to the given type name could be found.
3238 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
3239 Add some bullet-proofing.
3240 (print_variant_clauses): Allow for variant branches with ___XVU
3241 encodings that are not dynamic fields.
3242 Use new interface to ada_is_tagged_type.
3243 (print_record_type): Allow for fields with ___XVE encodings that
3244 are not dynamic fields.
3245 Use new interface to ada_is_tagged_type.
3246 (ada_print_type): ada_is_array_descriptor =>
3247 ada_is_array_descriptor_type.
3249 * ada-valprint.c: Update copyright notice.
3250 Include gdb_string.h
3252 (ui_memcpy): New function.
3253 (ada_print_floating): New function.
3254 (ada_print_str): Order arguments correctly.
3255 Correct handling of empty arrays and arrays of 0-length items.
3256 ada_is_array_descriptor => ada_is_array_descriptor_type
3257 Print values of type System.Address in hexadecimal format.
3258 Use ada_print_floating to print floating-point numbers in Ada format.
3259 Print class tag values with type names.
3260 No longer print the address of reference values. Avoids
3261 a potential confusion.
3262 (ada_value_print): Stop printing the object type for reference
3263 values, but preserve that behavior for access types. Avoids
3264 a potential confusion.
3265 Simplify one conditional expression, as the first part is now
3267 ada_is_array_descriptor => ada_is_array_descriptor_type
3268 Add check for arrays for null records, and print them by hand.
3272 * ppc-tdep.h: Delete unused 'regoff' member.
3273 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
3278 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
3279 (hpread_read_struct_type): Likewise.
3283 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
3284 instead of xasprintf.
3285 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
3286 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
3287 (mi_cmd_data_list_register_names)
3288 (mi_cmd_data_list_changed_registers)
3289 (mi_cmd_data_list_register_values)
3290 (get_register, mi_cmd_data_write_register_values)
3291 (mi_cmd_data_write_register_values)
3292 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
3293 (mi_cmd_target_download, mi_cmd_target_select)
3294 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
3295 (mi_execute_cli_command, mi_execute_async_cli_command)
3296 (mi_execute_async_cli_command): Ditto.
3297 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
3298 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
3300 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
3301 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
3302 error_last_message instead of mi_error_last_message.
3303 * mi/mi-main.c (mi_error_last_message): Delete function.
3305 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
3306 "invalid number of columns" error. Delete redundant "out of
3311 * i386bsd-nat.c: Don't include <sys/procfs.h>.
3312 (gregset_t, fpregset_t): Remove typedefs.
3313 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
3314 (REG_OFFSET): Rename argument.
3315 (i386bsd_r_reg_offset): Rename from reg_offset.
3316 (REG_ADDR): Remove macro.
3317 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
3319 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
3320 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
3321 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
3322 instead of supply_gregset.
3323 (store_inferior_registers): Use `struct reg' and `struct fpreg'
3324 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
3325 instead of fill_gregset.
3326 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
3328 * i386bsd-nat.c: Don't include "gregset.h".
3329 (supply_gregset, fill_gregset): Make static.
3330 (supply_fpregset, fill_fpregset): Remove.
3331 * Makefile.in (i386bsd-nat.o): Update dependencies.
3335 * fbsd-proc.c: Include "regcache.h", "regset.h" and
3336 "gdb_assert.h". Con't include "gregset.h".
3337 (fbsd_make_corefile_notes): Use regset-based core file support
3338 instead off fill_gregset and fill_fpregset.
3339 * Makefile.in (fbsd-proc.o): Update dependencies.
3341 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
3343 (m88k_frame_prev_register): Simplify code a bit.
3345 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
3346 (amd64_collect_fpregset): New function.
3347 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
3349 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
3351 * i386-tdep.c (i386_supply_gregset): Adjust comment.
3352 (i386_collect_gregset): New function.
3353 (i386_supply_fpregset): Adjust comment.
3354 (i386_collect_fpregset): New function.
3355 (i386_regset_from_core_section): Use i386_collect_gregset and
3356 i386_collect_fpregset.
3358 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
3359 handle VALUEP being null.
3361 * regset.h (collect_regset_ftype): Unconstify fourth argument.
3365 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
3367 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
3368 assembler in OpenBSD 3.5-current.
3369 (amd64obsd_sigcontext_addr): Likewise.
3373 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
3374 register set, so our regcache isn't declared "legacy" and our E500
3375 pseudoregister read and write functions aren't ignored.
3376 (rs6000_register_byte, rs6000_register_raw_size,
3377 rs6000_register_virtual_type, rs6000_register_convertible,
3378 rs6000_register_convert_to_virtual,
3379 rs6000_register_convert_to_raw): Deleted.
3380 (rs6000_register_type, rs6000_convert_register_p,
3381 rs6000_register_to_value, rs6000_value_to_register): New
3383 (rs6000_gdbarch_init): Don't register
3384 gdbarch_deprecated_register_size,
3385 gdbarch_deprecated_register_bytes,
3386 gdbarch_deprecated_register_byte,
3387 gdbarch_deprecated_register_raw_size,
3388 gdbarch_deprecated_register_virtual_type,
3389 gdbarch_deprecated_register_convertible,
3390 gdbarch_deprecated_register_convert_to_virtual, or
3391 gdbarch_deprecated_register_convert_to_raw methods. Instead,
3392 register gdbarch_register_type, gdbarch_convert_register_p,
3393 gdbarch_register_to_value, and gdbarch_value_to_register methods.
3397 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
3398 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
3399 functions, updated to match the register numberings used in GCC.
3400 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
3401 rs6000_dwarf2_reg_to_regnum as register number conversions
3402 functions for STABS and Dwarf2.
3406 * infttrace.h (target_waitkind): Forward declare type instead of pulling
3411 * NEWS: Document new "start" command.
3415 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
3420 * hppa-hpux-tdep.c (offsetof): Define.
3421 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
3422 (hppa32_hpux_frame_base_before_sigtramp)
3423 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
3424 (hppa64_hpux_frame_saved_pc_in_sigtramp)
3425 (hppa64_hpux_frame_base_before_sigtramp)
3426 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
3428 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
3429 (hppa_hpux_sigtramp_frame_unwind_cache)
3430 (hppa_hpux_sigtramp_frame_this_id)
3431 (hppa_hpux_sigtramp_frame_prev_register)
3432 (hppa_hpux_sigtramp_frame_unwind)
3433 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
3434 (hppa_hpux_init_abi): Register sigtramp unwinder.
3435 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
3439 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
3440 and multiple stack unwinds.
3441 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
3445 * symfile.h (symbol_file_add_from_memory): Delete declaration.
3446 * symfile-mem.h: Delete file.
3447 * symfile-mem.c: Do not include "symfile-mem.h".
3448 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
3449 "struct bfd_section". When an error do not bother returning NULL.
3450 (add_symbol_file_from_memory_command): Use "struct bfd" and
3451 "struct bfd_section".
3452 * Makefile.in (symfile_mem_h): Delete.
3453 (symfile-mem.o): Update dependencies.
3457 * gdb-mi.el: New file.
3461 * inftarg.c: Include "observer.h".
3462 (child_attach, child_create_inferior): Notify inferior_created.
3463 * corelow.c: Include "observer.h".
3464 (core_open): Notify inferior_created.
3465 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
3469 * target.h (struct target_ops): Add from_tty to
3471 (target_create_inferior, find_default_create_inferior): Update.
3472 * infcmd.c (run_command): Update.
3473 * wince.c (child_create_inferior): Update.
3474 * win32-nat.c (child_create_inferior): Update.
3475 * uw-thread.c (uw_thread_create_inferior): Update.
3476 * thread-db.c (thread_db_create_inferior): Update.
3477 * target.c (debug_to_create_inferior)
3478 (find_default_create_inferior): Update.
3479 (maybe_kill_then_create_inferior): Update.
3480 * sol-thread.c (sol_thread_create_inferior): Update.
3481 * remote.c (extended_remote_async_create_inferior)
3482 (extended_remote_create_inferior): Update.
3483 * remote-vx.c (vx_create_inferior): Update.
3484 * remote-st.c (st2000_create_inferior): Update.
3485 * remote-sim.c (gdbsim_create_inferior): Update.
3486 * remote-sds.c (sds_create_inferior): Update.
3487 * remote-rdp.c (remote_rdp_create_inferior): Update.
3488 * remote-rdi.c (arm_rdi_create_inferior): Update.
3489 * remote-m32r-sdi.c (m32r_create_inferior): Update.
3490 * remote-e7000.c (e7000_create_inferior): Update.
3491 * procfs.c (procfs_create_inferior): Update.
3492 * ocd.c (ocd_create_inferior): Update.
3493 * ocd.h (ocd_create_inferior): Update.
3494 * nto-procfs.c (procfs_create_inferior): Update.
3495 * monitor.c (monitor_create_inferior): Update.
3496 * lin-lwp.c (lin_lwp_create_inferior): Update.
3497 * inftarg.c (child_create_inferior): Update.
3498 * hpux-thread.c (hpux_thread_create_inferior): Update.
3499 * gnu-nat.c (gnu_create_inferior): Update.
3503 * MAINTAINERS: Update e-mail address.
3507 * thread.c (info_threads_command, thread_apply_all_command)
3508 (thread_apply_command, thread_command, do_captured_thread_select):
3509 Remove HPUXHPPA-specific code.
3513 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
3515 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
3520 * infcmd.c (kill_if_already_running): New function, extracted
3522 (run_command): Replace extracted code by call to
3523 kill_if_already_running().
3524 (start_command): New function.
3525 (_initialize_infcmd): Add "start" command.
3529 Add OpenBSD/m88k support.
3530 * NEWS (New native configurations): Mention OpenBSD/m88k.
3531 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
3532 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
3533 * Makefile.in (m88k_tdep_h): New variable.
3534 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
3535 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
3536 * configure.host: Add m88*-*-openbsd*.
3537 * configure.tgt: Add m88*-*-openbsd*.
3541 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
3546 * symtab.c (fixup_section): Search section table when lookup by
3551 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
3556 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
3557 register number in regcache_raw_collect call.
3558 (m68kbsd_collect_fpregset): Likewise.
3559 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
3561 * regset.h (struct regset): Add back `regset' member.
3565 * configure.in: Check for td_pcb in `struct thread'.
3566 * configure, config.in: Regenerated.
3568 * dpx2-nat.c: Remove file.
3569 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
3570 (dpx2-nat.o): Remove dependencies.
3572 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
3573 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
3574 (amd64obsd_supply_pcb): New function.
3575 (_initialize_amd64obsd_nat): Enable libkvm interface.
3576 * Makefile.in (amd64obsd-nat.o): Update dependencies.
3577 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
3578 (LOADLIBES): New variable.
3580 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
3581 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
3582 (sparc32nbsd_supply_pcb): New function.
3583 (_initialize_sparcnbsd_nat): Enable libkvm interface.
3584 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
3585 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3586 (LOADLIBES): New variable.
3590 * bsd-kvm.c, bsd-kvm.h: New files.
3591 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3593 (i386fbsd_supply_pcb): New function.
3594 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
3595 (i386fbsd-nat.o): Update dependencies.
3596 (bsd_kvm_h): New variable.
3597 (bsd-kvm.o): New dependency.
3598 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3599 (LOADLIBES): New variable.
3601 * regset.c: Tweak comment.
3602 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
3604 * regset.h: Update copyright year.
3605 (struct regset): Remove `descr' member, add `gdbarch' member.
3606 (regset_alloc): Adjust prototype and comment.
3607 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
3608 (i386_supply_fpregset): Likewise.
3609 (i386_regset_from_core_section): Update call to regset_alloc.
3610 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
3612 (i386obsd_aout_regset_from_core_section): Update call to
3614 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
3616 (i386nbsd_aout_regset_from_core_section): Update call to
3618 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
3620 (amd64_regset_from_core_section): Update call to regset_alloc.
3621 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
3623 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
3624 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
3625 &sparc32nbsd_gregset in sparc32_supply_gregset call.
3626 (sparc32nbsd_init_abi): Update call to regset_alloc.
3627 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
3628 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
3629 (sparc64obsd_init_abi): Update call to regset_alloc.
3630 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
3631 &sparc64nbsd_gregset in sparc64_supply_gregset call.
3632 (sparc64nbsd_init_abi): Update call to regset_alloc.
3633 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
3634 &sparc64fbsd_gregset in sparc64_supply_gregset call.
3635 (sparc64fbsd_init_abi): Update call to regset_alloc.
3639 * ppc-tdep.h (spe_register_p): New declaration.
3640 (struct gdbarch_tdep): New members: ppc_acc_regnum and
3642 * rs6000-tdep.c (spe_register_p): New function.
3643 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
3645 (rs6000_gdbarch_init): Initialize the new members of the tdep
3650 * ppc-linux-nat.c (fetch_register): Move code back to be next
3651 to the comment that describes it. (Moved code, instead of
3652 comment, for symmetry with store_register.)
3654 Allocate regset structures in the gdbarch's obstack, not using
3656 * regset.c (regset_alloc): Renamed from regset_xmalloc.
3657 Add 'arch' argument. Allocate the regset on arch's obstack, not
3659 * regset.h (regset_alloc): Update declaration.
3660 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
3662 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3663 * i386-tdep.c (i386_regset_from_core_section): Same.
3664 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3665 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3666 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3667 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3668 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3669 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3673 * config/djgpp/fnchange.lst: Undo previous change, was useless.
3677 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
3678 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
3682 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
3686 * regset.h: Make prototype const-correct.
3687 * regset.c (regset_xmalloc): Make const-correct.
3691 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
3692 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
3693 (symbol_search_name): Declare.
3695 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
3696 (iter_name_next_hashed): Ditto.
3697 (iter_name_next_linear): Ditto.
3698 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
3700 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
3701 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
3702 (symbol_search_name): New function.
3704 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
3706 * minsyms.c (build_minimal_symbol_hash_tables): Change
3707 test for adding to demangled hash table to check for difference
3708 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
3712 Use a constructor function to create regset structures.
3713 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
3714 (struct regset): Use supply_regset_ftype. Add new
3715 'collect_regset' member.
3716 (regset_xmalloc): New declaration.
3717 * regset.c: New file.
3718 * am64-tdep.c (amd64_regset_from_core_section): Use
3719 regset_xmalloc to construct regset structures.
3720 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3721 * i386-tdep.c (i386_regset_from_core_section): Same.
3722 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3723 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3724 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3725 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3726 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3727 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3728 * Makefile.in (COMMON_OBS): Add regset.o.
3729 (regset.o): New rule.
3733 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
3734 and pthread_cond_wait.c.
3738 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
3739 before the mach-specific switch, and then let the individual cases
3740 override the defaults, rather than leaving them uninitialized
3741 until the switch and then setting them in each case.
3745 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
3746 millicode functions.
3750 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
3751 references to dld_flags_buffer consistent.
3755 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
3756 it for unwinding the stack.
3760 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
3761 Undefine these so we can overide them using gdbarch.
3765 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
3766 handling for 64-bit HPUX (elf).
3770 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
3772 * amd64-tdep.c (amd64_skip_prologue): Likewise.
3773 * ia64-tdep.c (examine_prologue): Likewise.
3774 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
3775 * v850-tdep.c (v850_fix_call_dummy): Likewise.
3779 * vax-tdep.c (vax_return_value): Implement
3780 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3784 * vax-tdep.c (vax_return_value): Fix typo.
3788 * MAINTAINERS: Mark Salter was also responsible for
3791 * NEWS: Mention signal fixes.
3795 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
3796 check to see if we are unwinding an export stub. Export stubs clobber
3797 the %rp in the call path and stores the original rp in a stack slot.
3801 * MAINTAINERS: Update address for J.T. Conklin.
3805 * hppa-tdep.c: Remove superfluous #include's.
3806 * Makefile.in (hppa-tdep.o): Update dependencies.
3810 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
3811 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
3812 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
3813 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
3814 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
3815 Remove static function declarations.
3819 * alphabsd-nat.c: Update copyright year.
3820 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
3822 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
3825 * m68k-tdep.c (m68k_svr4_return_value): Implement
3826 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3830 * sol-thread.c Update copyright year. Fix various coding
3831 standards violations. Tweak a few comments.
3832 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
3837 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
3838 as pointer instead of array reference since HPUX compiler does
3839 not accept unsized array arguments.
3840 * somsolib.c (dld_flags_buffer): Use constant array size.
3844 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
3845 offset with decimal offset.
3846 (amd64obsd_sigcontext_addr): Return correct address for entire
3849 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
3850 instead of get_frame_base.
3852 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
3853 (fill_gregset): Use regcache_raw_collect.
3855 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
3858 * config/sparc/tm-nbsd64.h: Remove file.
3859 * config/tm-sunos.h: Remove file.
3863 * rs6000-tdep.c (store_param_on_stack_p): New function,
3864 an improved version of some code extracted from skip_prologue().
3865 (skip_prologue): Use store_param_on_stack_p() to detect
3866 instructions saving a parameter on the stack. Detect when r0
3867 is used to save a parameter.
3868 Do not mark "li rx, SIMM" instructions as part of the prologue,
3869 unless the following instruction is also part of the prologue.
3873 * infrun.c (handle_inferior_event): Simplify
3874 STEP_OVER_UNDEBUGGABLE.
3876 * infrun.c (handle_step_into_function): Delete function.
3877 (handle_inferior_event): Inline calls to
3878 handle_step_into_function.
3882 * rs6000-nat.c: Fix a comment.
3887 * regcache.c (struct regcache_descr): fix comment spelling.
3891 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
3892 Fixes a link link failure.
3896 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
3897 error that was causing the build to fail.
3901 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
3902 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
3906 * infrun.c (handle_inferior_event): Check for
3907 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
3908 calls. Update comments.
3912 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
3913 (fetch_regs_user_thread, fetch_regs_kernel_thread)
3914 (store_regs_user_thread, store_regs_kernel_thread): Use
3915 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
3916 * ppc-linux-nat.c (fill_gregset): Same.
3917 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
3918 (ppc_linux_sigtramp_cache): Same.
3919 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
3920 (ppcnbsd_sigtramp_cache_init): Same.
3921 * rs6000-nat.c (fetch_core_registers): Same.
3922 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
3923 (rs6000_frame_cache): Same.
3925 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
3926 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
3927 of assuming that the gprs are numbered starting with zero.
3928 * ppc-linux-nat.c (fill_gregset): Same.
3929 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
3930 * ppcnbsd-nat.c (getregs_supplies): Same.
3931 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
3932 * rs6000-nat.c (fetch_core_registers): Same.
3933 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
3937 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
3938 LOC_COMPUTED_ARG, and LOC_INDIRECT.
3942 * infrun.c (handle_inferior_event): Use frame_unwind_id.
3946 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
3947 base_address for shared libraries.
3951 * MAINTAINERS (write after approval): Add myself.
3955 * breakpoint.c (bpstat_stop_status): Add new argument
3956 STOPPED_BY_WATCHPOINT. Use it instead of testing
3957 target_stopped_data_address agaist 0 to check whether
3958 or not we stopped due to a hardware watchpoint.
3959 * breakpoint.h (bpstat_stop_status): Adapt prototype.
3960 * infrun.c (handle_inferior_event): Call bpstat_stop_status
3965 * configure.in: When checking whether we should use the -bbigtoc
3966 option, don't forget to restore the original value of LDFLAGS.
3967 * configure: Regenerated.
3971 * thread.c (load_infrun_state): Delete step_sp.
3972 * infrun.c (context_switch): Ditto.
3973 * inferior.h (step_sp): Ditto.
3974 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
3975 * gdbthread.h (struct thread_info, save_infrun_state)
3976 (restore_infrun_state): Ditto.
3980 * MAINTAINERS (write after approval): Add myself.
3984 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
3985 eliminate reference to step_sp.
3986 (struct execution_control_state, init_execution_control_state)
3987 (handle_inferior_event, keep_going): Delete update_step_sp and
3989 * infcmd.c (step_sp): Note that variable is unused.
3993 * infrun.c (step_over_function): Delete function.
3994 (handle_step_into_function): Use insert_step_resume_breakpoint.
3995 (insert_step_resume_breakpoint): Fix assertion.
3999 * utils.c (defaulted_query): Just use the normal query input type
4000 when printing the annotations.
4004 * infrun.c (handle_inferior_event): Simplify code handling
4005 step-into or return-from a signal trampoline.
4009 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4010 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4014 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4015 with a call to internal_error.
4017 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4018 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4019 processor variant lacks those registers.
4020 (ppc_floating_point_unit_p): Change description to make it clear
4021 that this returns info about the ISA, not the ABI.
4022 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4023 return true or false by checking tdep->ppc_fp0_regnum and
4024 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4025 arch/mach switching done in rs6000_gdbarch_init; it's better to
4026 keep that logic there, and just check the results here.
4027 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4028 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4029 floating-point registers.
4030 (ppc_supply_fpregset, ppc_collect_fpregset)
4031 (rs6000_push_dummy_call, rs6000_extract_return_value)
4032 (rs6000_store_return_value): Assert that we have floating-point
4034 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4035 (rs6000_frame_cache): Don't note the locations at which
4036 floating-point registers were saved if we have no fprs.
4037 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4039 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4040 (store_regs_user_thread, store_regs_kernel_thread): Only call
4041 supply_fprs / fill_fprs if we actually have floating-point
4043 (special_register_p): Check ppc_fpscr_regnum before matching
4045 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4046 supply / collect fpscr if we don't have it.
4047 * ppc-bdm.c: #include "gdb_assert.h".
4048 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4049 have floating-point registers, since I can't test this code on
4050 FP-free systems to adapt it.
4051 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4052 fpscr and floating point register numbers if they don't exist.
4053 (fetch_register): Assert that we have floating-point registers
4054 before we reach the code that handles them.
4055 (store_register): Same. And use tdep instead of calling
4057 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4059 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4060 fprs and fpscr if we don't have them.
4061 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4063 * ppcnbsd-nat.c: #include "gdb_assert.h".
4064 (getfpregs_supplies): Assert that we have floating-point registers.
4065 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4066 * ppcobsd-tdep.c: #include "gdb_assert.h".
4067 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4068 have floating-point registers.
4069 * rs6000-nat.c (regmap): Don't match against the fpscr and
4070 floating point register numbers if they don't exist.
4071 (fetch_inferior_registers, store_inferior_registers,
4072 fetch_core_registers): Only fetch / store / supply the
4073 floating-point registers and the fpscr if we have them.
4074 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4075 (ppcobsd-tdep.o): Update dependencies.
4079 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4080 (context_switch): Do not switch through_sigtramp_breakpoint.
4081 * gdbthread.h (save_infrun_state, load_infrun_state)
4082 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4083 and structure member.
4084 * thread.c (load_infrun_state, save_infrun_state): Update.
4088 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4092 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4094 * aclocal.m4: Regenerate.
4098 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4102 * infrun.c (check_sigtramp2): Delete function.
4103 (handle_inferior_event): When single stepping, and taking a
4104 signal, set a breakpoint at the signal return address. Delete
4105 redundant calls to check_sigtramp2.
4106 (insert_step_resume_breakpoint): New function.
4107 (through_sigtramp_breakpoint, handle_inferior_event)
4108 (follow_exec, wait_for_inferior, fetch_inferior_event)
4109 (currently_stepping, keep_going): Delete most uses of
4110 through_sigtramp_breakpoint, not that it should be deleted.
4111 (delete_breakpoint_current_contents): Delete function.
4115 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4117 * config/pa/tm-linux.h: New file.
4121 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4122 of prefixes. Don't print the prefix twice in the CLI.
4126 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4127 collect all the gprs.
4129 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4130 loop collecting gprs.
4134 * remote-vx.c (net_step): Delete step-range code.
4135 * remote.c (remote_resume, init_all_packet_configs)
4136 (set_remote_protocol_E_packet_cmd)
4137 (show_remote_protocol_E_packet_cmd)
4138 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4139 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4140 (show_remote_protocol_e_packet_cmd): Ditto.
4144 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
4146 * hppa-tdep.h: Update copyright year.
4147 (struct trad_frame_saved_reg): Add opaque declaration.
4149 * amd64-tdep.c (amd64_return_value): Implement
4150 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4152 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
4153 (m68k_value_to_register): New functions.
4154 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
4157 * defs.h (enum return_value_convention): Add
4158 RETURN_VALUE_ABI_RETURNS_ADDRESS and
4159 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
4160 * infcmd.c (legacy_return_value): New function.
4161 (print_return_value): Rwerite to implement
4162 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4163 * values.c (using_struct_return): Check for inequality to
4164 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
4165 RETURN_VALUE_STRUCT_CONVENTION.
4166 * i386-tdep.c (i386_return_value): Implement
4167 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4169 * vax-tdep.c: Tweak comments. Reorder include files. Don't
4170 include "symtab.h", "opcode/vax.h" and "inferior.h".
4171 (vax_skip_prologue): Replace calls to read_memory_integer by calls
4172 to read_memory_unsigned_integer.
4173 (vax_gdbarch_init): Reorder.
4174 (_initialize_vax_tdep): Spell out prototype.
4175 * Makefile.in (vax-tdep.o): Update dependencies.
4179 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
4180 * target.c (target_detach, target_disconnect): Ditto.
4182 * infcall.c (call_function_by_hand): When no
4183 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
4184 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
4185 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
4186 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4187 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4189 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
4190 * gdbarch.h, gdbarch.c: Re-generate.
4191 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4192 deprecated_fix_call_dummy.
4193 * v850-tdep.c (v850_gdbarch_init): Ditto.
4194 * infcall.c (call_function_by_hand): Do not call
4195 DEPRECATED_FIX_CALL_DUMMY.
4197 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
4198 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
4199 * gdbarch.h, gdbarch.c: Re-generate.
4200 * arm-linux-tdep.c (arm_linux_call_dummy_words)
4201 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
4202 deprecated_sizeof_call_dummy_words.
4203 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
4204 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4205 * v850-tdep.c (v850_gdbarch_init): Ditto.
4206 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4207 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
4208 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4209 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4210 * arch-utils.h (legacy_call_dummy_words)
4211 (legacy_sizeof_call_dummy_words): Delete declarations.
4212 * arch-utils.c (legacy_call_dummy_words)
4213 (legacy_sizeof_call_dummy_words): Delete variables.
4215 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
4216 * gdbarch.h, gdbarch.c: Re-generate.
4217 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
4218 * infcall.c (call_function_by_hand): Eliminate call to
4219 DEPRECATED_PUSH_DUMMY_FRAME.
4220 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4222 (ns32k_push_dummy_frame): Delete function.
4224 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4225 deprecated_call_dummy_breakpoint_offset or
4226 deprecated_call_dummy_start_offset.
4227 * dummy-frame.c, arm-tdep.c: Update comments.
4228 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
4229 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
4230 * gdbarch.h, gdbarch.c: Re-generate.
4232 * infcall.c (legacy_push_dummy_code): Delete function.
4233 (push_dummy_code): Delete call.
4235 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
4236 * gdbarch.h, gdbarch.c: Re-generate.
4237 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
4238 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
4239 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
4240 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
4242 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
4243 (struct frame_info): Delete opaque declaration.
4244 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
4245 * frame.c (get_frame_type): Delete call.
4247 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4249 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
4250 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
4254 * alphanbsd-tdep.c: Include "gdb_string.h".
4255 * armnbsd-tdep.c: Update copyright year.
4256 Include "gdb_string.h".
4257 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
4260 * delta68-nat.c: Remove file.
4261 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
4262 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
4263 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
4264 (delta68-nat.o): Remove dependency.
4266 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
4268 (m68k_gdbarch_init): Don't set
4269 deprecated_frameless_function_invocation.
4273 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
4274 read_memory_nobpt for code reading when doing frame unwinding.
4275 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
4279 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
4280 instead of sp, handle sigaltstack case.
4281 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
4282 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
4283 signal handler and not that of the caller.
4284 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
4285 hppa_linux_sigtramp_find_sigcontext.
4289 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
4291 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
4292 * hppa-linux-nat.c (fetch_register, store_register): Define.
4293 (fetch_inferior_registers, store_inferior_registers): Define.
4294 (supply_gregset): Add comment and clean up some unneeded code.
4295 (fill_gregset): Add comment and fix so that it saves registers in
4296 the right place in the gregset.
4297 (fill_fpregset): Fix buffer overrun problem.
4298 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4302 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
4303 do common handling of the pcoqt register.
4304 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
4305 to use helper function.
4306 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
4307 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
4308 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
4309 generic fallback unwinder when all else fails.
4310 (hppa_gdbarch_init): Add fallback sniffer.
4311 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
4312 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
4313 to use helper function.
4317 * config/djgpp/fnchange.lst: Add translation rules for
4318 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
4322 * frame.c (get_prev_frame_1): Work around GCC bug.
4323 * frame.h: Add comment about GCC bug.
4327 * observer.c: Include "commands.h" and "gdbcmd.h".
4328 (observer_debug, _initialize_observer): Add the
4329 command "set/show debug observer".
4330 * observer.sh: When observer debugging, log notify calls.
4331 * Makefile.in (observer.o): Update dependencies.
4335 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
4339 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
4340 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
4341 to recognize gpr regnums, instead of assuming that
4342 tdep->ppc_fp0_regnum marks the end of the general-purpose
4345 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
4346 the given architecture has floating-point registers.
4350 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
4352 * gdbarch.h, gdbarch.c: Re-generate.
4353 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4354 deprecated_use_generic_dummy_frames.
4358 * NEWS: Mention Cygwin DWARF 2 support.
4362 * objfiles.h (struct entry_info): Delete unused fields
4363 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
4364 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
4365 * mipsread.c (mipscoff_symfile_read): Update.
4366 * mdebugread.c (parse_partial_symbols): Update.
4367 * dwarfread.c (read_file_scope): Update.
4368 * dwarf2read.c (read_file_scope): Update.
4369 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
4370 * coffread.c (complete_symtab): Update.
4374 * infcall.c (_initialize_infcall): Fix typo.
4378 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
4379 * command.h (add_setshow_zinteger_cmd): Declare.
4383 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
4384 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
4385 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
4386 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
4387 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
4388 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
4389 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
4391 * hppa-tdep.h: ... to here, with HPPA_ prefix.
4392 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
4393 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
4394 (hppa64_hpux_frame_find_saved_regs_in_sig)
4395 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
4396 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
4397 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
4398 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
4399 (hppa_linux_sigtramp_frame_prev_register): Likewise.
4400 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
4401 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
4402 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
4403 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
4404 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
4405 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
4406 (hppa32_register_type, hppa_cannot_store_register)
4407 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
4408 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
4409 * hpread.c (hpread_process_one_debug_symbol): Likewise.
4410 * pa64solib.c (pa64_solib_have_load_event)
4411 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
4412 (pa64_solib_unloaded_library_pathname): Likewise.
4413 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
4414 (som_solib_library_pathname): Likewise.
4418 * breakpoint.c (create_breakpoints): Copy the ignore count and
4419 thread id over from the pended breakpoint to the actual
4424 * gdbarch.sh (PARM_BOUNDARY): Delete.
4425 gdbarch.h, gdbarch.c: Re-generate.
4426 * valops.c (PARM_BOUNDARY): Delete macro.
4427 (value_push): Delete PARM_BOUNDARY code.
4428 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
4432 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
4433 Don't assume that the gprs, fprs, and UISA sprs are
4434 contiguous, start at register number zero, and end with fpscr.
4435 Instead, use the numbers from the tdep structure.
4437 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
4438 should no longer be used in code specific to the RS6000 and its
4440 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
4441 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
4442 tdep->ppc_fp0_regnum.
4443 (ppc_supply_fpregset, ppc_collect_fpregset)
4444 (rs6000_push_dummy_call, rs6000_extract_return_value)
4445 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
4446 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
4448 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
4449 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
4451 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
4452 bdm_ppc_store_registers): Same.
4453 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
4454 (store_register, fill_fpregset): Same.
4455 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
4456 (ppc_linux_supply_fpregset): Same.
4457 * ppcnbsd-nat.c (getfpregs_supplies): Same.
4458 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
4460 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
4461 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
4462 ppc64_sysv_abi_return_value): Same.
4463 * rs6000-nat.c (regmap, fetch_inferior_registers)
4464 (store_inferior_registers, fetch_core_registers): Same.
4468 * m68knbsd-nat.c: Remove file.
4469 * m68knbsd-tdep.c: Remove file.
4470 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
4472 * configure.host: Add m68k-*-netbsdelf*.
4473 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
4474 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
4475 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
4477 * config/m68k/nbsdelf.mh: New file.
4478 * config/m68k/nbsd.mt: New file.
4479 * config/m68k/nbsdaout.mt: Remove file.
4480 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
4481 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
4482 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
4483 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
4484 (use_struct_convention): Remove prototype.
4485 (USE_STRUCT_CONVENTION): Remove define.
4486 * config/m68k/xm-nbsd.h: Remove file.
4490 * m68k-tdep.c (m68k_gdbarch_init): Default to using
4491 reg_struct_return method (as gcc usually does for cross targets).
4495 Committed by Andrew Cagney.
4496 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
4497 alignment padding when accessing ucontext struct members.
4501 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
4502 'ppc_gplast_regnum' member.
4503 (ppc_num_gprs): New enum constant.
4504 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
4505 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
4506 * rs6000-nat.c (regmap, fetch_inferior_registers,
4507 store_inferior_registers): Same.
4508 * rs6000-tdep.c (e500_pseudo_register_read)
4509 (e500_pseudo_register_write): Same.
4510 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
4512 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
4513 * ppc-tdep.h (ppc_num_fprs): New enum constant.
4514 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
4515 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
4517 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
4519 * ppc-linux-nat.c (ppc_register_u_addr): Same.
4520 * rs6000-nat.c (regmap, fetch_inferior_registers)
4521 (store_inferior_registers): Same.
4523 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
4528 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
4529 failure detected by recent versions of GCC.
4530 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
4531 to be consistent with the usage in dwarf2_create_include_psymtab.
4535 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
4536 (heuristic_proc_start): Whitespace cleanup.
4540 * sun3-nat.c: Remove file.
4541 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
4543 (ALLDEPFILES): Remove sun3-nat.c.
4544 (sun3-nat.o): Remove dependencies.
4546 * i386-interix-nat.c, i386-interix-tdep.c,
4547 config/i386/nm-interix.h, config/i386/interix.mh,
4548 config/i386/interix.mt: Remove files.
4549 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
4554 * m68k-tdep.h (struct gdbarch_tdep): Add member
4555 struct_value_regnum.
4556 (m68k_svr4_init_abi): New prototype.
4557 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
4558 different calling conventions.
4559 (m68k_extract_return_value): Remove code dealing with single-field
4561 (m68k_store_return_value): Remove code dealing with single-field
4562 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
4563 (m68k_extract_struct_value_address): Remove function.
4564 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
4565 (m68k_reg_struct_return_p, m68k_return_value)
4566 (m68k_svr4_return_value): New functions.
4567 (m68k_use_struct_convention): Remove function.
4568 (m68k_push_dummy_call): Use new struct_value_regnum member of
4569 `struct gdbarch_tdep' instead of hardcoded register number to
4571 (m68k_svr4_init_abi): New function.
4572 (m68k_gdbarch_init): Don't set extract_return_value,
4573 store_return_values, deprecated_extract_struct_value_address and
4574 use_struct_convention. Set return_value instead. Initialize new
4575 struct_value_regnum member of `struct gdbarch_tdep'.
4576 * m68klinux-tdep.c: Update copyright year.
4577 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
4578 (m68k_linux_extract_struct_value_address): Remove function.
4579 (m68k_linux_init_abi): Don't set extract_return_value,
4580 store_return_values, deprecated_extract_struct_value_address and
4581 use_struct_convention. Call m68k_svr4_init_abi but override the
4582 new struct_value_regnum member of `struct gdbarch_tdep'.
4583 * Makefile.in (m68k-tdep.o): Update dependencies.
4587 * dwarf2read.c (line_header): Add new included_p field in
4589 (partial_die_info): New field has_stmt_list. New field line_offset.
4590 (dwarf2_create_include_psymtab): New function.
4591 (dwarf2_build_include_psymtabs): New function.
4592 (add_file_name): Add forward declaration. Initialize new field.
4593 (dwarf_decode_lines): Add new parameter. Enhance this procedure
4594 to be able to determine the list of files included by the
4595 given unit, and build their associated psymtabs.
4596 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
4598 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
4599 (read_file_scope): Update call to dwarf_decode_lines.
4600 (read_partial_die): Handle DW_AT_stmt_list attributes.
4605 * configure.in: Revert special case for osf5.*.
4606 * configure: Regenerate.
4610 Move the symbol-file-from-memory functions into their own file.
4611 * symfile-mem.c, symfile-mem.h: New files.
4612 * symfile.c (symbol_file_add_from_bfd): New function.
4613 (symbol_file_add): Call symbol_file_add_from_bfd.
4614 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
4615 Moved to symfile-mem.c.
4616 (_initialize_symfile): Move definition of
4617 add-symbol-file-from-memory command to symfile-mem.c.
4618 * symfile.h (symbol_file_add_from_bfd): New declaration.
4619 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
4620 * config/powerpc/linux.mt (TDEPFILES): Same.
4621 * Makefile.in (SFILES): Add symfile-mem.c.
4622 (symfile_mem_h): New variable.
4623 (HFILES_NO_SRCDIR): Add symfile-mem.h.
4624 (symfile-mem.o): New rule.
4628 * breakpoint.c (insert_bp_location): Use get_frame_id, and
4629 frame_find_by_id instead of frame_relative_level.
4630 (do_enable_breakpoint): Ditto.
4631 * thread.c: Update copyright.
4632 (info_threads_command): Ditto, simplify.
4634 * frame.c (deprecated_generic_get_saved_register): Delete
4635 function, moved to "xstormy16-tdep.c".
4636 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
4637 deprecated_generic_get_saved_register from "frame.c".
4638 (xstormy16_frame_saved_register): Call
4639 xstormy16_get_saved_register.
4640 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
4642 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
4643 * frame.h (deprecated_generic_get_saved_register): Delete.
4647 * dwarfread.c: Update documentation on the state of dwarf-1.
4651 * stack.c (select_frame_command): Delete call to
4652 frame_relative_level.
4653 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
4655 (frame_info): Do not print FRAMELESS.
4656 (print_block_frame_labels): Replace DEPRECATED_STREQ.
4657 (catch_info): Delete #if0 code.
4659 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
4660 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
4661 of frame_relative_level.
4662 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
4664 * frame.h (enum frame_type): Add SENTINEL_FRAME.
4665 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
4666 frame_relative_level.
4668 * frame.h (deprecated_set_frame_type): Delete declaration.
4669 * frame.c (deprecated_set_frame_type): Delete function, update
4672 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
4673 * gdbarch.h, gdbarch.c: Re-generate.
4674 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
4675 (shnbsd_pc_in_sigtramp): Delete.
4676 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
4678 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
4680 * frame.h: Update comments.
4681 * ppc-linux-tdep.c: Update comments.
4682 * breakpoint.c (bpstat_what): Update comments.
4684 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
4685 m68klinux-tdep.o's dependencies, were previously added to
4688 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
4689 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
4690 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
4691 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
4692 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
4694 * Makefile.in (m68klinux-nat.o): Update dependencies.
4695 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4696 (m68k_linux_sigtramp_frame_cache)
4697 (m68k_linux_sigtramp_frame_this_id)
4698 (m68k_linux_sigtramp_frame_prev_register)
4699 (m68k_linux_sigtramp_frame_unwind)
4700 (m68k_linux_sigtramp_frame_sniffer)
4701 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
4702 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
4703 names, use trad-frame.h.
4704 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
4705 (struct m68k_sigtramp_info): Delete.
4706 * m68k-tdep.c (m68k_sigtramp_frame_cache)
4707 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
4708 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
4709 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
4712 * infrun.c (check_sigtramp2): Delete check for
4713 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
4717 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
4721 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4722 (frv_linux_sigtramp_frame_cache)
4723 (frv_linux_sigtramp_frame_this_id)
4724 (frv_linux_sigtramp_frame_prev_register)
4725 (frv_linux_sigtramp_frame_unwind)
4726 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
4727 include "linux" in function and variable names, directly call
4728 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
4729 the latest trad-frame code.
4730 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
4731 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
4732 * Makefile.in (frv-linux-tdep.o): Update dependencies.
4733 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
4734 * frv-tdep.c (frv_sigtramp_frame_cache)
4735 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
4736 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
4738 (frv_gdbarch_init): Do not append a sigtramp sniffer.
4739 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
4740 (frv_set_sigcontext_reg_addr): Delete function.
4742 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
4743 (DEPRECATED_SIGTRAMP_END): Delete.
4744 * gdbarch.h, gdbarch.c: Re-generate.
4745 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
4746 * config/vax/tm-vaxbsd.h: Update copyright.
4747 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4748 (DEPRECATED_IN_SIGTRAMP): Define.
4749 * config/m68k/tm-nbsd.h: Update copyright.
4750 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4751 (DEPRECATED_IN_SIGTRAMP): Define.
4755 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
4756 encondings. Fixes PR gdb/1628.
4758 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
4759 DW_CFA_restore state without a matching DW_CFA_remember_state
4760 instead of aborting. Fixes PR backtrace/1589.
4764 * MAINTAINERS: Add self as AIX maintainer.
4765 Update my e-mail address in write-after-approval section.
4769 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
4770 (legacy_get_prev_frame): Ditto.
4772 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
4773 (mips_gdbarch_init): Do not set pc_in_sigtramp.
4774 * mipsread.c (sigtramp_address): Delete extern variable.
4775 (mipscoff_new_init): Delete reference.
4776 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
4777 (fixup_sigtramp): Delete function.
4778 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
4779 (fixup_sigtramp): Delete declarations.
4781 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
4782 deprecated_pc_in_sigtramp.
4783 (ppcnbsd_pc_in_sigtramp): Delete function.
4787 * config/m68k/nm-nbsd.h: Tweak comments.
4788 * config/m68k/nm-nbsdaout.h: Likewise.
4792 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
4793 legacy_pc_in_sigtramp.
4794 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
4798 Add OpenBSD/m68k support.
4799 * NEWS (New native configurations): Mention OpenBSD/m68k.
4800 * m68kbsd-tdep.c: New file.
4801 * m68kbsd-nat.c: New file.
4802 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
4803 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
4804 * configure.host: Add m68k-*-openbsd.
4805 * configure.tgt: Add m68k-*-openbsd.
4806 * config/m68k/tm-obsd.h: New file.
4807 * config/m68k/obsd.mt: New file.
4808 * config/m68k/obsd.mh: New file.
4809 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
4814 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
4815 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
4819 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
4820 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
4824 Revert 2004-04-16 change.
4825 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
4826 (i386_coff_init_abi): Remove.
4827 * i386-tdep.h (i386_coff_init_abi): Remove.
4828 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
4832 * blockframe.c (find_pc_partial_function): Delete use of
4833 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
4834 DEPRECATED_SIGTRAMP_END.
4836 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
4837 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
4838 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
4839 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
4840 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
4842 * defs.h (deprecated_inside_entry_file): Delete declaration.
4843 * blockframe.c (deprecated_inside_entry_file): Delete function.
4844 (legacy_frame_chain_valid): Delete call.
4845 * sh64-tdep.c (sh64_frame_chain): Delete call.
4846 * objfiles.h: Update comments.
4847 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
4849 * frame.c (get_prev_frame): Delete call, update comments.
4853 * MAINTAINERS (Write After Approval): Add myself.
4857 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
4858 * gdbarch.h, gdbarch.c: Re-generate.
4859 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
4864 * gdb-events.sh (selected_thread_changed)
4865 (selected_frame_level_changed, target_changed): Delete.
4866 * gdb-events.h, gdb-events.c: Re-generate.
4867 * valops.c (value_assign): Update.
4868 * stack.c (select_frame_command, up_silently_base)
4869 (down_silently_base): Update.
4873 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
4874 registers correctly.
4875 (print_gp_register_row, mips32_heuristic_proc_desc)
4876 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
4877 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
4878 references to mips_isa_regsize.
4882 * mips-tdep.c (struct gdbarch_tdep): Delete
4883 mips_fp_register_double.
4884 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
4886 (mips_gdbarch_init): Do not set mips_fp_register_double.
4887 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
4891 Committed by Andrew Cagney.
4892 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
4897 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
4898 gdbarch, use mips_abi, update callers.
4899 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
4900 mips_abi_regsize, update callers.
4901 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
4902 mips_default_abi_regsize.
4903 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
4904 mips_default_abi_regsize.
4908 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
4909 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
4910 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
4911 mips_default_abi_regsize.
4912 (mips_isa_regsize): Rename mips_regisze.
4913 * mipsnbsd-tdep.c: Update.
4914 * mips-linux-tdep.c: Update.
4915 * irix5-nat.c: Update.
4916 * mips-tdep.h (mips_isa_regsize): Update.
4918 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
4919 Delete all disabled code.
4920 * gdb-events.h, gdb-events.c: Re-generate.
4925 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
4926 the function begins with a branch instruction.
4930 * i386-tdep.c: Fix spelling mistakes.
4935 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
4937 * acconfig.h: Provide default _KMEMUSER value.
4938 * config.in, configure: Re-generate.
4939 * NEWS: Mention fix.
4943 * configure.host (hppa*-*-linux*): New target.
4944 * configure.tgt (hppa*-*-linux*): Likewise.
4945 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
4946 gdbarch_init_osabi() call earlier so that osabi-specific frame
4947 unwinders can be registered first.
4948 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
4950 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
4951 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
4952 * config/pa/linux.mh: New file.
4953 * config/pa/linux.mt: New file.
4954 * config/pa/nm-linux.h: New file.
4955 * config/pa/xm-linux.h: New file.
4956 * hppa-linux-nat.c: New file.
4957 * hppa-linux-tdep.c: New file.
4961 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
4963 (hppa32_push_dummy_call): Fix small struct and floating point argument
4964 passing, and make sure the stack frame is properly aligned.
4968 * stack.c (print_stack_frame): Fix description.
4970 * NEWS: Mention gdb/gdbserver/configure execute permission
4971 changed. PR server/519.
4975 * stack.c (print_stack_frame_stub): Delete declaration.
4976 (struct print_stack_frame_args, print_stack_frame)
4977 (print_frame_info, print_frame): Replace "source" with print what.
4978 Replace "print" with "print_level". Replace "args" with
4980 * frame.h (show_and_print_stack_frame, print_stack_frame)
4981 (print_frame_info): Update declarations.
4982 * stack.c (select_and_print_frame, frame_command)
4983 (current_frame_command, up_command, down_command): Update calls -
4984 use get_selected_frame, pass "enum print_what" for source, do not
4985 call frame_relative_level.
4986 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
4987 * remote-rdp.c (remote_rdp_open): Ditto.
4988 * remote-mips.c (common_open): Ditto.
4989 * remote-e7000.c (e7000_start_remote): Ditto.
4990 * ocd.c (ocd_start_remote): Ditto.
4991 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
4992 * infrun.c (normal_stop): Ditto.
4993 * inflow.c (kill_command): Ditto.
4994 * infcmd.c (finish_command): Ditto.
4995 * corelow.c (core_open): Ditto.
4996 * tracepoint.c (finish_tfind_command): Ditto.
4997 * thread.c (info_threads_command, info_threads_command)
4998 (restore_current_thread, do_captured_thread_select): Ditto.
4999 * ada-tasks.c (task_command): Ditto.
5003 * frame.c: Include "observer.h".
5004 (frame_observer_target_changed): New function.
5005 (_initialize_frame): Attach target_changed observer.
5006 * regcache.c: Include "observer.h".
5007 (regcache_observer_target_changed): New function.
5008 (_initialize_regcache): Attach target_changed observer.
5009 * valops.c: Include "observer.h".
5010 (value_assign): Notify target_changed event when modifying register.
5011 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5016 * breakpoint.c (free_valchain): New function.
5017 (insert_bp_location, delete_breakpoint): Use free_valchain.
5018 (remove_breakpoint): Do not remove the valchain.
5019 (bpstat_stop_status): If not stopped by watchpoint, skip
5020 watchpoints when generating stop status list.
5021 * infrun.c (handle_inferior_event): Make
5022 stepped_after_stopped_by_watchpoint a global variable.
5023 * remote.c (remote_stopped_data_address): Return watch data
5024 address rather than zero if stepped_after_stopped_by_watchpoint is
5030 * configure.in: Check for curses after termcap.
5031 On osf5.*, do not check for ncurses.
5032 * configure: Regenerate.
5036 * ppcobsd-nat.c: Include "ppc-tdep.h".
5037 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5039 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5040 Fixes PR tdep/1623 and PR tdep/1624.
5044 * xmodem.h, xmodem.c: Remove files.
5045 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5049 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5050 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5051 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5052 for handling stackless frames.
5053 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5057 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5058 starts at a pc before the frame is created.
5062 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5066 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5067 use convert_typed_floating to get the appropriate format.
5071 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5072 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5073 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5074 (hppa_sign_extend): Add prototype.
5075 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5076 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5077 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5078 hppa targets will also use these functions.
5079 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5080 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5081 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5082 (hppa_gdbarch_init): Remove gdbarch setting of
5083 skip_trampoline_code, in_solib_call_trampoline and
5084 in_solib_return_trampoline.
5085 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5086 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5087 hppa_in_solib_call_trampoline.
5088 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5089 Moved from hppa-tdep.c.
5090 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5091 in_solib_call_trampoline and in_solib_return_trampoline.
5095 * hppa-tdep.c (hppa_debug): New variable.
5096 (find_unwind_entry, hppa_frame_cache): Add debug output.
5097 (_initialize_hppa_tdep): Add command to set debug flag.
5101 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5103 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5104 signal trampoline unwinder.
5105 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5109 Add OpenBSD/powerpc support.
5110 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5111 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5112 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5113 (ppc_collect_fpregset): New prototypes.
5114 * ppcobsd-nat.c: New file.
5115 * ppcobsd-tdep.c: New file.
5116 * ppcobsd-tdep.h: New file.
5117 * rs6000-tdep.c: Include "regset.h".
5118 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5119 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5121 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5122 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5123 (rs6000-tdep.o): Update dependencies.
5124 * configure.host: Add powerpc-*-openbsd.
5125 * configure.tgt: Add powerpc-*-openbsd.
5126 * config/powerpc/obsd.mh: New file.
5127 * config/powerpc/nm-obsd.h: New file.
5128 * config/powerpc/obsd.mt: New file.
5132 * frame.h (show_frame_info): Delete declaration.
5134 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5135 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5136 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5137 * frv-tdep.c (frv_frame_this_id): Ditto.
5138 * avr-tdep.c (avr_frame_this_id): Ditto.
5142 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5146 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
5147 register number zero.
5151 * mips-tdep.c (heuristic_proc_start):
5152 Warning() already prefixes "Warning: ".
5156 * annotate.h (deprecated_annotate_starting_hook)
5157 (deprecated_annotate_stopped_hook)
5158 (deprecated_annotate_exited_hook)
5159 (deprecated_annotate_signal_hook)
5160 (deprecated_annotate_signalled_hook): Deprecate.
5161 * tracepoint.h (deprecated_create_tracepoint_hook)
5162 (deprecated_delete_tracepoint_hook)
5163 (deprecated_modify_tracepoint_hook)
5164 (deprecated_trace_find_hook)
5165 (deprecated_trace_start_stop_hook): Deprecate.
5166 * target.h (deprecated_target_new_objfile_hook): Deprecate.
5167 * remote.h (deprecated_target_resume_hook)
5168 (deprecated_target_wait_loop_hook): Deprecate.
5169 * gdbcore.h (deprecated_exec_file_display_hook)
5170 (deprecated_file_changed_hook): Deprecate.
5171 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
5172 * defs.h (deprecated_modify_breakpoint_hook)
5173 (deprecated_command_loop_hook, deprecated_show_load_progress)
5174 (deprecated_print_frame_info_listing_hook)
5175 (deprecated_query_hook, deprecated_warning_hook)
5176 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
5177 (deprecated_delete_breakpoint_hook)
5178 (deprecated_interactive_hook, deprecated_registers_changed_hook)
5179 (deprecated_readline_begin_hook, deprecated_readline_hook)
5180 (deprecated_readline_end_hook, deprecated_register_changed_hook)
5181 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
5182 (deprecated_context_hook, deprecated_target_wait_hook)
5183 (deprecated_attach_hook, deprecated_detach_hook)
5184 (deprecated_call_command_hook, deprecated_set_hook)
5185 (deprecated_error_hook, deprecated_error_begin_hook)
5186 (deprecated_ui_load_progress_hook): Deprecate.
5187 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
5188 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
5189 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
5190 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
5191 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
5192 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
5193 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
5194 * annotate.c, aix-thread.c: Update.
5198 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
5199 * vaxnbsd-tdep.c: Include "gdb_string.h".
5201 * symfile.c (symbol_file_add_from_memory): #if 0 function.
5202 (add_symbol_file_from_memory_command): #if 0 function body, call
5207 * gdbcore.h: Update copyright.
5208 (deprecated_add_core_fns): Rename add_core_fns.
5209 * win32-nat.c (_initialize_core_win32): Update.
5210 * sun3-nat.c (_initialize_core_sun3): Update.
5211 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
5212 * rs6000-nat.c (_initialize_core_rs6000): Update.
5213 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
5214 * nto-tdep.c (_initialize_nto_tdep): Update.
5215 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
5216 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
5217 * mips-nat.c (_initialize_core_mips): Update.
5218 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5219 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
5220 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
5221 * lynx-nat.c (_initialize_core_lynx): Update.
5222 * irix5-nat.c (_initialize_core_irix5): Update.
5223 * i386-interix-nat.c (_initialize_core_interix): Update.
5224 * cris-tdep.c (_initialize_cris_tdep): Update.
5225 * corelow.c (deprecated_add_core_fns): Update.
5226 * core-regset.c (_initialize_core_regset): Update.
5227 * core-aout.c (_initialize_core_aout): Update.
5228 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
5229 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
5230 * alpha-nat.c (_initialize_core_alpha): Update.
5234 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
5238 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
5240 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
5241 (read_attribute_value): Update calls to dwarf_alloc_block.
5242 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
5244 (psymtab_to_symtab_1): Likewise. Clean up using
5245 free_stack_comp_unit.
5246 (add_to_cu_func_list): Use the comp_unit_obstack.
5250 * dwarf2read.c (dwarf2_flag_true_p): New function.
5251 (die_is_declaration): Use the function above. Add some comments.
5255 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
5256 architecture when registering sparcnbsd_core_osabi_sniffer.
5261 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
5265 * i386-tdep.c: Correct register numbering scheme comments
5267 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
5268 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
5269 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
5270 (i386_gdb_arch_init): Likewise.
5272 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
5273 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
5276 * m68k-tdep.h: Tweak comments.
5277 * m68k-tdep.c: Tweak comment.
5281 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
5282 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
5283 (hppa_hpux_som_init_abi): Set is_elf to 0.
5284 (hppa_hpux_elf_init_abi): Set is_elf to 1.
5285 * hppa-tdep.c (low_text_segment_address): Remove global.
5286 (record_text_segment_lowaddr): Pass in low address as parameter. Use
5287 section offset to calculate segment address.
5288 (internalize_unwinds): Define low_text_segment_address as local and
5289 pass to record_text_segment_lowaddr for ELF targets.
5290 (hppa_gdbarch_init): Zero fill tdep structure.
5291 (hppa_dump_tdep): Print tdep structure.
5292 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
5296 * hppa-tdep.c (hppa_pseudo_register_read): Define.
5297 (hppa_gdbarch_init): Set pseudo_register_read.
5298 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
5299 * regcache.c (supply_register): Remove check for
5300 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
5304 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
5305 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
5306 (hpread_adjust_stack_address): Move to hpread.c.
5307 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5308 obj_private_struct): Move from tm-hppa.h.
5309 * hpread.c (hppa-tdep.h): Include.
5310 (hpread_adjust_stack_address): Move from hppa-tdep.c.
5311 (hpread_read_function_type, hpread_read_doc_function_type)
5312 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
5314 * pa64solib.c (hppa-tdep.h): Include.
5315 * somsolib.c (hppa-tdep.h): Include.
5316 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
5317 inferior_status): Remove unused forward declarations.
5318 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
5319 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5320 obj_private_struct): Move to hppa-tdep.h.
5321 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
5325 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
5326 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
5327 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
5328 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
5329 Remove forward declaration and make static.
5330 (hppa_reg_struct_has_addr): Remove.
5334 * observer.sh: Move comments in sed command to first column.
5338 * frame.c: Minor typeo corrections in comments.
5342 * observer.c (observer_test_first_notification_function): Update
5344 (observer_test_second_notification_function): Likewise.
5345 (observer_test_third_notification_function): Likewise.
5350 * i386-tdep.c (i386_coff_init_abi): New function.
5351 * i386-tdep.h (i386_coff_init_abi): New prototype.
5352 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
5353 register number translation functions for DWARF and DWARF 2.
5357 * dwarf2read.c: Back out my previous change, it was incorrect.
5361 * dwarf2read.c: Include "hashtab.h".
5362 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
5364 (struct partial_die_info): Add comments. Use bitfields to reduce
5365 memory footprint. Add scope, scope_set, has_specification,
5366 spec_offset, die_parent, die_child, and die_sibling.
5367 (peek_die_abbrev): Add prototype.
5368 (partial_read_comp_unit_head): New function, broken out from
5369 dwarf2_build_psymtabs_hard.
5370 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
5371 Use partial_read_comp_unit_head. Initialize the CU and
5372 comp_unit_obstack. Update calls to read_partial_die and
5373 scan_partial_symbols. Use free_stack_comp_unit and
5375 (scan_partial_symbols): Change PDI to a pointer. Use the child and
5376 sibling pointers to walk partial DIEs. Call fixup_partial_die.
5377 Update calls to helper functions. Remove NAMESPACE argument.
5379 (partial_die_parent_scope, partial_die_full_name): New functions.
5380 (add_partial_symbol): Remove namespace argument. Update call to
5381 pdi_needs_namespace. Use partial_die_full_name. Handle
5382 DW_TAG_namespace. Check has_namespace_info flag.
5383 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
5384 tag. Handle namespaces.
5385 (add_partial_namespace, add_partial_enumeration): Simplify.
5386 (guess_structure_name): New function, derived from
5387 add_partial_structure.
5388 (add_partial_structure): Remove.
5389 (determine_class_name): Update comment.
5390 (dwarf2_read_abbrevs): Set has_namespace_info flag.
5391 (is_type_tag_for_partial, load_partial_dies): New functions.
5392 (read_partial_die): Pass abbrev and abbrev_len as arguments.
5393 Record specifications instead of following them immediately.
5394 (find_partial_die_in_comp_unit, find_partial_die)
5395 (fixup_partial_die, free_stack_comp_unit)
5396 (hashtab_obstack_allocate, dummy_obstack_deallocate)
5397 (partial_die_hash, partial_die_eq): New functions.
5398 * Makefile.in (hashtab_h): Define.
5399 (dwarf2read.o): Update dependencies.
5400 (observer_inc, observer_h): Move to the correct section.
5404 * dwarf2read.c (dwarf2_attribute_true_p): New function.
5405 (die_is_declaration): Use the function above. Add comment.
5409 * dwarf2read.c (read_structure_scope): Identify stub types
5410 using die_is_declaration() only.
5414 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
5415 argument instead of NAME.
5416 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
5417 in call to symbol_file_add_with_addrs_or_offsets.
5418 (build_addr_info): New function, helper for ...
5419 (symbol_file_add_from_memory): New function.
5420 (add_symbol_file_from_memory_command): New function using that.
5421 (_initialize_symfile): Register it for add-symbol-file-from-memory.
5422 (pre_add_symbol_hook): Add const to argument type.
5423 * symfile.h (symbol_file_add_from_memory): Declare it.
5427 * NEWS (New native configurations): Mention OpenBSD/vax.
5428 * configure.host: Add vax-*-openbsd*.
5429 * config/vax/obsd.mh: New file.
5430 * config/vax/nm-obsd.h: New file.
5432 * vax-tdep.c: Include "regset.h".
5433 (vax_supply_gregset): New function.
5434 (vax_gregset): New variable.
5435 (vax_regset_from_core_section): New function.
5436 (vax_gdbarch_init): Set regset_from_core_section.
5437 * Makefile.in (vax-tdep.o): Update dependencies.
5441 * observer.c (normal_stop_subject, observer_notify_normal_stop)
5442 (observer_normal_stop_notification_stub)
5443 (observer_attach_normal_stop, observer_detach_normal_stop):
5444 Delete, replaced by #include "observer.inc".
5445 * infrun.c (normal_stop): Pass "stop_bpstat" to
5446 observer_notify_normal_stop.
5447 * Makefile.in (observer_inc): Define.
5448 (observer.o): Update dependencies.
5449 (observer.h, observer.inc): New rules.
5450 * observer.h: Delete file.
5451 * observer.sh: New file.
5455 * vax-tdep.c (vax_frame_cache): Fix typo.
5459 * NEWS (New native configurations): Mention NetBSD/vax.
5460 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
5461 * config/vax/nbsdelf.mh: New file.
5462 * config/vax/nbsdaout.mh: New file.
5463 * config/vax/nm-nbsd.h: New file.
5464 * config/vax/nm-nbsdaout.h: New file.
5466 * vaxnbsd-tdep.c: New file.
5467 * Makefile.in (vaxnbsd-tdep.o): New dependency.
5468 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
5469 * config/vax/nbsd.mt: New file.
5470 * config/vax/tm-nbsd.h: New file.
5472 * Makefile.in (vaxbsd-nat.o): New dependency.
5474 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
5475 * vax-tdep.c (vax_store_arguments): Remove struct_return and
5476 struct_addr arguments. Don't push return value address.
5477 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
5478 arguments to vax_store_arguments. Store return value address in
5480 (vax_store_struct_return, vax_extract_return_value)
5481 (vax_store_return_value): Remove functions.
5482 (vax_return_value): New function.
5483 (vax_gdbarch_init): Set return value. Don't set
5484 deprecated_store_struct_return, deprecated_extract_struct_return
5485 and deprecated_store_return_value.
5489 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
5491 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
5495 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
5496 (vax_unwind_dummy_id): New functions.
5497 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
5498 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
5500 (vax_fix_call_dummy): Remove function.
5501 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
5502 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
5503 call_dummy_location, deprecated_call_dummy_words,
5504 deprecated_sizeof_call_dummy_words,
5505 deprecated_call_dummy_breakpoint_offset,
5506 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
5507 and deprecated_dummy_write_sp.
5511 * MAINTAINERS: Move myself to "paper trail" section.
5515 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
5517 (vax_frame_init_saved_regs): Remove function.
5518 (vax_sigtramp_saved_pc): Remove function.
5519 (vax_frame_saved_pc): Remove function.
5520 (vax_frame_args_address): Remove function.
5521 (vax_frame_num_args): Rewrite.
5522 (vax_frame_chain): Remove function.
5523 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
5525 (vax_pop_frame): Likewise.
5526 (vax_saved_pc_after_call): Remove function.
5527 (struct vax_frame_cache): New structure.
5528 (vax_frame_cache): New function.
5529 (vax_frame_this_id): New function.
5530 (vax_frame_prev_register): New function.
5531 (vax_frame_unwind): New variable.
5532 (vax_frame_sniffer): New function.
5533 (vax_frame_base_address): New function.
5534 (vax_frame_args_address): New function.
5535 (vax_frame_base): New variable.
5536 (vax_unwind_pc): New function.
5537 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
5538 deprecated_fp_regnum, deprecated_saved_pc_after_call,
5539 deprecated_frame_chain, deprecated_frame_saved_pc,
5540 deprecated_frame_args_address and
5541 deprecated_frame_init_saved_regs.
5542 * Makefile.in (vax-tdep.o): Update dependencies.
5544 * vaxbsd-nat.c: New file.
5546 * vax-tdep.h: Update copyright year. Adjust comments.
5547 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
5548 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
5549 (vax_regnum): New enum. Replacing...
5550 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
5551 (VAX_PS_REGNUM): ... these removed macros.
5552 * vax-tdep.c (vax_register_name): Remove prototype.
5553 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
5554 (vax_register_byte, vax_register_raw_size,
5555 vax_register_virtual_size, vax_register_virtual_type): Remove
5557 (vax_register_type): New function.
5558 (vax_breakpoint_from_pc): Reorganize.
5559 (vax_gdbarch_init): Set register_type. Don't set
5560 deprecated_register_size, deprecated_register_bytes,
5561 deprecated_register_byte, deprecated_register_raw_size,
5562 deprecated_max_register_raw_size,
5563 deprecated_register_virtual_size,
5564 deprecated_max_register_virtual_size and
5565 deprecated_register_virtual_type. Add comment on stack direction.
5569 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
5570 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
5571 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
5575 * MAINTAINERS (write after approval): Add myself.
5579 * hppa-tdep.c (hppa_inner_than): Remove.
5580 (is_pa_2): Remove unused static variable.
5581 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
5585 * language.h (language_defn): Add new la_post_parser field.
5586 * parser-defs.h (null_post_parser): New declaration (default for
5589 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
5590 insert call to that function.
5591 (parse_exp_in_context): New function, including code formerly in
5592 parse_exp_1. Calls language-dependent post-parser after
5594 (parse_expression_in_context): New exported function.
5595 (null_post_parser): New definition.
5596 * expression.h (parse_expression_in_context): Add declaration.
5598 * p-lang.c (pascal_language_defn): Add trivial post-parser.
5599 * c-lang.c (c_language_defn): Ditto.
5600 (cplus_language_defn): Ditto.
5601 (asm_language_defn): Ditto.
5602 (minimal_language_defn): Ditto.
5603 * f-lang.c (f_language_defn): Ditto.
5604 * jv-lang.c (java_language_defn): Ditto.
5605 * language.c (unknown_language_defn): Ditto.
5606 (auto_language_defn): Ditto.
5607 (local_language_defn): Ditto.
5608 * m2-lang.c (m2_language_defn): Ditto.
5609 * scm-lang.c (scm_language_defn): Ditto.
5610 * obj-lang.c (objc_language_defn): Ditto.
5614 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
5615 (amd64nbsd_mcontext_addr): New function.
5616 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
5617 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
5618 with amd64nbsd_r_reg_offset, instead of building it on the fly.
5620 * corelow.c (core_xfer_partial): Fix coding standards violation.
5621 Add support for TARGET_OBJECT_WCOOKIE.
5623 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
5624 deprecated_pc_in_sigtramp.
5625 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
5626 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
5627 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
5628 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
5629 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
5630 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
5631 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
5633 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
5634 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
5637 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
5638 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
5639 (amd64_collect_fxsave): Likewise.
5641 * i386-sol2-tdep.c: Include "gdb_string.h".
5642 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
5644 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5648 * i386-sol2-tdep.c: Include "solib-svr4.h".
5649 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5650 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5651 * config/i386/tm-i386sol2.h: Include :solib.h".
5652 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
5653 solib-svr4.o and solib-legacy.o.
5654 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
5659 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
5660 whether a register is supplied by PTRACE_GETFPREGS.
5661 (store_inferior_registers): Likewise.
5662 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
5663 whether a register is supplied by PT_GETFPREGS.
5664 (store_inferior_registers): Likewise.
5666 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
5667 * config/i386/linux64.mt (TDEPFILES): Likewise.
5669 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
5671 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
5672 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5673 the program counter is in the range specified by `struct
5675 * amd64-linux-tdep.c: Include "symtab.h".
5676 (amd64_linux_pc_in_sigtramp): Remove function.
5677 (amd64_linux_sigtramp_p): New function.
5678 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5679 deprecated_pc_in_sigtramp.
5680 * amd64nbsd-tdep.c: Include "symtab.h".
5681 (amd64nbsd_sigtramp_p): New function.
5682 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5683 deprecated_pc_in_sigtramp.
5684 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
5686 (amd64obsd_pc_in_sigtramp): Remove function.
5687 (amd64obsd_sigtramp_p): New function.
5688 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5689 deprecated_pc_in_sigtramp.
5690 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
5691 (i386bsd_pc_ins_sigtramp): Remove prototype.
5692 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
5693 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
5694 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5695 the program counter is in the range specified by `struct
5697 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
5698 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
5699 (i386_go32_pc_in_sigtramp): Remove function.
5700 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
5701 Initialize TDEP->sigtramp_p.
5702 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
5703 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
5704 deprecated_pc_in_sigtramp.
5705 * i386-linux-tdep.c: Adjust comments.
5706 (i386_linux_pc_in_sigtramp): Remove function.
5707 (i386_linux_sigtramp_p): New function.
5708 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5709 deprecated_pc_in_sigtramp.
5710 * i386-nto-tdep.c: Update copyright year.
5711 (i386nto_pc_in_sigtramp): Remove function.
5712 (i386nto_sigtramp_p): New function.
5713 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
5715 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
5716 deprecated_pc_in_sigtramp.
5717 * i386-sol2-tdep.c: Update copyright year.
5718 (i386_sol2_pc_in_sigtramp): Remove function.
5719 (i386_sol2_sigtramp_p): New function.
5720 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
5721 deprecated_pc_in_sigtramp.
5722 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
5723 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
5724 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5725 deprecated_sigtramp_start and deprecated_sigtramp_end.
5726 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
5727 (i386nbsd_pc_in_sigtramp): Remove function.
5728 (i386nbsd_sigtramp_p): New function.
5729 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5730 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5731 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
5732 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
5733 (i386obsd_pc_in_sigtramp): Remove function.
5734 (i386obsd_sigtramp_p): New function.
5735 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
5737 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5738 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5740 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
5741 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
5744 * config/i386/i386aout.mt: Remove file.
5746 * configure.tgt: Remove i[34567]86-*-go32*,
5747 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
5748 and i[34567]86-*-isc*. Set gdb_target to i386 for
5749 i[34567]86-*-netware* and i[34567]86-*-*.
5750 * config/i386/i386.mt: New file.
5751 * config/i386/embed.mt: Remove file.
5752 * config/i386/go32.mt: Remove file.
5753 * config/i386/i386nw.mt: Remove file.
5754 * config/i386/i386v.mt: Remove file.
5755 * config/i386/tm-go32.h: Remove file.
5757 * tui/tui-hooks.c: Include "readline/readline.h" after
5758 "gdb_curses.h" instead of before.
5759 * tui/tui-io.c: Likewise.
5761 * tui/tui.c: Fix typo in comment.
5763 * sparc64-tdep.c (sparc_address_from_register): Remove function.
5767 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
5768 (deprecated_exception_support_initialized): Declare.
5769 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
5770 (initialize_hp_cxx_exception_support)
5771 (child_enable_exception_callback): Update.
5772 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
5773 (deprecated_exception_support_initialized): Rename
5774 deprecated_exception_catchpoints_are_fragile and
5775 deprecated_exception_support_initialized.
5776 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
5778 * symtab.c (deprecated_hp_som_som_object_present): Rename
5779 hp_som_som_object_present.
5780 * symtab.h (deprecated_hp_som_som_object_present): Declare.
5781 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
5782 Update. Delete extern declaration.
5783 * valops.c (hp_som_som_object_present): Ditto.
5784 * parse.c (deprecated_hp_som_som_object_present)
5785 (parse_nested_classes_for_hpacc): Ditto.
5786 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
5787 * hppa-hpux-tdep.c (hp_som_som_object_present)
5788 (initialize_hp_cxx_exception_support): Ditto.
5789 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
5790 * cp-valprint.c (hp_som_som_object_present)
5791 (cp_print_class_method): Ditto.
5792 * c-typeprint.c (hp_som_som_object_present):
5793 (c_type_print_base): Ditto.
5794 * c-exp.y (hp_som_som_object_present): Ditto.
5798 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
5799 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
5800 (frame_unwind_find_by_frame): Re-implement the unwind code so
5801 that it can both prepend and append sniffers. Replace
5802 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
5803 * tramp-frame.c (tramp_frame_append): Use
5804 frame_unwind_prepend_unwinder.
5805 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
5806 frame_unwind_register_unwinder.
5807 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
5809 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
5810 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
5811 (mips_linux_init_abi): Update.
5815 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
5816 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
5821 * ia64-tdep.c (elf.h): Don't include.
5822 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
5826 * frame.h: Typeo corrections in comments.
5830 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
5835 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
5836 * config/sparc/linux64.mt (TDEPFILES): Likewise.
5837 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
5838 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
5840 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
5842 * config/sparc/tm-sol2.h: Update copyright year. Include
5845 * sparc-sol2-tdep.c: Update copyright year. Include
5847 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5848 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
5849 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5850 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
5855 * infttrace.c: Include "infttrace.h".
5856 * infttrace.h: Include "target.h".
5857 * Makefile.in (infttrace_h): Update.
5858 (infttrace.o): Update.
5862 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
5863 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
5864 move extern declarations from here ...
5865 * infttrace.h: ... to here.
5866 * Makefile.in (hppah-nat.o): Update dependencies.
5868 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
5869 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
5870 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
5871 (hppa_breakpoint_from_pc): Delete.
5873 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
5877 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
5878 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
5883 Committed by Andrew Cagney (mechanical change).
5884 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
5885 exception_catchpoints_are_fragile, find_stub_with_shl_get,
5886 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
5887 child_enable_exception_callback, current_ex_event,
5888 null_symtab_and_line, child_get_current_exception_event,
5889 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
5890 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
5891 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
5892 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
5893 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
5894 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
5895 Move hpux-specific definitions ...
5896 * hppa-hpux-tdep.c: ... to here.
5900 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
5901 skip_prologue_using_sal.
5905 * config/i386/tm-i386.h: Delete file.
5906 * config/i386/tm-vxworks.h: Update copyright, do not include
5908 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
5909 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
5910 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
5911 * config/i386/ncr3000.mt (TM_FILE): Delete.
5912 * config/i386/interix.mt (TM_FILE): Delete.
5913 * config/i386/i386v.mt (TM_FILE): Delete.
5914 * config/i386/i386nw.mt (TM_FILE): Delete.
5915 * config/i386/i386gnu.mt (TM_FILE): Delete.
5916 * config/i386/i386aout.mt (TM_FILE): Delete.
5917 * config/i386/embed.mt (TM_FILE): Delete.
5921 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
5922 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
5923 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
5924 (accg7_regnum): New constants.
5925 (last_spr_regnum, last_pseudo_regnum): Update.
5926 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
5927 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
5928 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
5930 (frv_register_sim_regno): Update spr_map[].
5934 * config/mips/xm-riscos.h: Delete.
5935 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
5936 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
5937 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
5938 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
5939 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
5940 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
5941 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
5942 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
5943 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
5944 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
5945 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
5946 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
5947 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
5948 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
5949 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
5950 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
5951 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
5952 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
5953 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
5954 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
5955 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
5956 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
5957 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
5958 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
5959 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
5960 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
5962 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
5963 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
5964 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
5965 * configure.host: Remove m680[01]0-sun-sunos3*,
5966 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
5967 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
5968 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
5969 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
5971 * NEWS: Mention removed systems.
5975 GDB 6.1 release created from 6.1 branch.
5979 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
5980 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
5981 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
5983 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
5984 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
5985 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
5989 * MAINTAINERS: Chris Faylor has changed employers; add him to
5990 "paper trail" section, and update his E-mail address.
5994 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
5995 generic dummy frames.
5996 * dummy-frame.c: Update copyright.
5997 (dummy_frame_sniffer): Delete check for generic dummy frames.
5999 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
6000 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
6001 (REG_PARM_STACK_SPACE): Delete.
6002 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6003 Inline reference to REG_PARM_STACK_SPACE.
6005 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6006 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6007 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6008 (FRAME_BASE_BEFORE_SIGTRAMP)
6009 (hppa32_hpux_frame_base_before_sigtramp)
6010 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6011 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6012 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6013 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6014 (FRAME_BASE_BEFORE_SIGTRAMP)
6015 (hppa64_hpux_frame_base_before_sigtramp)
6016 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6020 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6024 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6025 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6026 * dummy-frame.h: Delete out-of-date comments.
6027 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6028 * gdbarch.h, gdbarch.c: Re-generate.
6033 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6034 into account an instruction saving a register if we have already
6035 seen an earlier instruction saving that same register.
6039 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6040 * gdbarch.h, gdbarch.c: Re-generate.
6041 * frame.c (legacy_get_prev_frame): Delete references to
6042 DEPRECATED_INIT_FRAME_PC_FIRST.
6044 * infrun.c (pc_in_sigtramp): Delete function.
6045 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6050 * infrun.c (handle_step_into_function): Delete code conditional on
6052 (handle_inferior_event, step_over_function): Ditto.
6056 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6057 "previous frame inner to this frame" test.
6061 * frame.c (safe_frame_unwind_memory): New function.
6062 * frame.h (safe_frame_unwind_memory): Declare. Update description
6064 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6065 "next_frame". Use safe_frame_unwind_memory.
6066 (tramp_frame_sniffer): Update call to tramp_frame_start.
6070 * dwarf2read.c (dwarf2_objfile_data_key): New.
6071 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6072 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6073 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6074 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6075 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6076 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6077 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6079 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6080 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6081 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6082 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6083 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6084 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6086 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6088 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6089 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6090 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6091 (read_partial_die, read_full_die, read_indirect_string)
6092 (dwarf_decode_line_header, dwarf_decode_macros)
6093 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6094 Update uses of removed variables.
6095 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6097 (_initialize_dwarf2_read): New function.
6098 * symfile.h (dwarf2_has_info): Update prototype.
6099 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6100 * elfread.c (elf_symfile_read): Likewise.
6104 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6105 function for register numbers on all the rs6000-derived targets.
6106 (rs6000_gdbarch_init): Don't register a separate
6107 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6108 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6111 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6116 * valarith.c: Update copyright notice.
6117 (value_add): Handle range types.
6119 (value_equal): Ditto.
6120 (value_less): Ditto.
6122 (value_complement): Ditto.
6123 (value_binop): Simplify slightly by using is_integral_type and
6124 eliminiating unnecessary COERCE_ENUMs.
6128 * frame.h (frame_unwind_id): Declare.
6129 * frame.c (frame_unwind_id): New function.
6130 (get_prev_frame_1): New function.
6131 (frame_debug_got_null_frame): New function.
6132 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6133 code proper to prev_frame, update description.
6134 * infrun.c (step_over_function): Use frame_unwind_id.
6138 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6139 (hppa64_push_dummy_call): Likewise.
6143 From Ulrich Weigand:
6144 * utils.c (query): Do not use a va_list variable multiple times.
6148 * Makefile.in (linux_nat_h): Update dependencies.
6149 * configure.in: Check for <gnu/libc-version.h>.
6150 * configure: Regenerate.
6151 * config.in: Regenerate.
6152 * linux-nat.h: Include "target.h". Add waitstatus field to
6154 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
6155 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
6157 (lin_lwp_handle_extended): New function. Handle clone events.
6158 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
6160 (child_wait): Handle clone events.
6161 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
6162 * linux-nat.c (linux_enable_event_reporting): Turn on
6163 PTRACE_O_TRACECLONE.
6164 (linux_handle_extended_wait): Handle clone events.
6165 * thread-db.c: Include <gnu/libc-version.h>.
6166 (struct private_thread_info): Add dying flag.
6167 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
6169 (attach_thread): Update comments. Handle dying threads.
6170 (detach_thread): Set the dying flag.
6171 (check_event): Always call attach_thread.
6175 * mips-tdep.c (mips_pdr_data): New.
6176 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
6177 (_initialize_mips_tdep): Initialize mips_pdr_data.
6181 * minsyms.c (install_minimal_symbols): Move dropping leading
6182 char from linkage name from here...
6183 (prim_record_minimal_symbol_and_info): ...to here. Simplify
6184 test for "__gnu_compiled*" symbols.
6188 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
6189 registers to temp register r0 and byte stores as prologue
6194 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
6199 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
6200 and switch the layout to force a display of register window.
6204 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
6205 of the INTEGER class.
6209 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
6210 bytes long on PPC GNU/Linux.
6214 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
6218 * PROBLEMS: Add general section titles, remove references to
6223 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
6225 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
6226 FP_REGISTER_VIRTUAL_SIZE.
6227 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
6228 of DEPRECATED_REGISTER_RAW_SIZE.
6229 (arm_register_type): Add gdbarch argument.
6230 (arm_register_raw_size, arm_register_virtual_size): Delete.
6231 (arm_register_byte, arm_extract_return_value)
6232 (arm_store_return_value, arm_get_longjmp_target): Update references
6233 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
6234 (arm_gdbarch_init): Likewise. Don't set
6235 deprecated_register_raw_size, deprecated_register_virtual_size,
6236 deprecated_max_register_raw_size,
6237 deprecated_max_register_virtual_size, or
6238 deprecated_max_register_virtual_type. Do set register_type.
6239 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
6240 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
6241 (FP_REGISTER_VIRTUAL_SIZE): Delete.
6242 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
6243 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
6244 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
6246 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
6247 (remote_rdp_store_register): Likewise.
6251 * Makefile.in (mips-linux-tdep.o): Update dependencies.
6252 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
6253 to after osabi initialization.
6254 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
6255 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
6257 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
6258 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
6260 (mips_linux_init_abi): Append signal trampoline unwinders.
6264 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
6265 * tramp-frame.c: Include "gdb_assert.h".
6266 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
6268 (tramp_frame_append): Validate the tramp frame's instructions.
6269 * Makefile.in (tramp-frame.o): Update dependencies.
6273 * trad-frame.h (trad_frame_set_reg_addr): Declare.
6277 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
6278 Nasser as past testsuite/lib/ (and other) maintainers.
6282 * infcmd.c (attach_command): Reread symbols if we already have
6287 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
6291 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
6292 * gdbarch.h, gdbarch.c: Re-generate.
6293 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6294 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6295 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6296 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
6297 (DEPRECATED_SIGTRAMP_START): Update.
6298 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
6299 (DEPRECATED_SIGTRAMP_START): Update.
6300 * blockframe.c (find_pc_sect_partial_function): Update.
6301 * arch-utils.c (legacy_pc_in_sigtramp): Update.
6305 * remote.c (remote_open_1): Reopen the exec file and reread symbols
6310 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
6311 predicate, deprecate.
6312 * gdbarch.h, gdbarch.c: Re-generate.
6313 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6314 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6315 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
6316 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6317 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
6318 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
6319 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
6320 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
6321 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
6322 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
6323 * blockframe.c (find_pc_partial_function): Update.
6324 * breakpoint.c (bpstat_what): Update.
6325 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
6326 * frv-linux-tdep.c (frv_linux_init_abi): Update.
6327 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
6328 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
6329 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6330 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6331 * i386-nto-tdep.c (i386nto_init_abi): Update.
6332 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
6333 * i386-tdep.c (i386_sigtramp_frame_sniffer)
6334 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
6335 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6336 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6337 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6338 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
6339 * infrun.c (pc_in_sigtramp): Update.
6340 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
6341 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
6342 * mips-tdep.c (mips_gdbarch_init): Update.
6343 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
6344 * ppc-linux-tdep.c: Update comment.
6345 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
6346 * shnbsd-tdep.c (shnbsd_init_abi): Update.
6347 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
6348 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
6349 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
6350 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
6351 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
6352 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
6353 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
6354 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
6358 * tramp-frame.h, tramp-frame.h: New files.
6359 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
6360 Update rules to include "tramp-frame.h" and "tramp-frame.c".
6362 * Makefile.in: Update all dependencies.
6366 * Makefile.in (trad_frame_h): Add $(frame_h).
6367 * trad-frame.h: Update copyright. Include "frame.h".
6368 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
6369 (trad_frame_set_id, trad_frame_get_id): Declare.
6370 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
6371 * trad-frame.c: Update copyright.
6372 (struct trad_frame_cache): Define.
6373 (trad_frame_cache_zalloc): New function.
6374 (trad_frame_set_id, trad_frame_get_id): New functions.
6375 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
6379 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
6380 s390_pltstub_unwind_cache.
6381 (s390_stub_frame_unwind_cache): Rename
6382 s390_pltstub_frame_unwind_cache.
6383 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
6384 (s390_stub_frame_prev_register): Rename
6385 s390_pltstub_frame_prev_register.
6386 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
6387 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
6389 From Ulrich Weigand:
6390 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
6391 pointer calls like PLT calls.
6395 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
6396 PC rather than the partial function start address. Use the start
6397 address to sanity check the found PDR.
6401 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
6402 linux_handle_extended_wait.
6406 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
6409 * frame.h (generic_pop_current_frame): Delete declaration.
6410 (deprecate_pop_dummy_frame): Deprecate
6411 generic_pop_dummy_frame.
6412 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
6413 (generic_pop_current_frame): Delete function.
6414 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
6415 generic_pop_current_frame.
6416 * v850-tdep.c (v850_pop_frame): Update.
6417 * mcore-tdep.c (mcore_pop_frame): Update.
6418 * sh64-tdep.c (sh64_pop_frame): Update.
6419 * h8300-tdep.c (h8300_pop_frame): Update.
6423 * frame.h (deprecated_pc_in_call_dummy): Rename
6424 generic_pc_in_call_dummy.
6425 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
6426 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
6427 generic_pc_in_call_dummy.
6428 (pc_in_dummy_frame): Make static.
6429 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
6430 * gdbarch.h, gdbarch.c: Re-generate.
6431 * dummy-frame.c (dummy_frame_sniffer): Simplify.
6432 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
6433 (legacy_get_prev_frame): Ditto.
6434 * inferior.h: Delete reference to generic_pc_in_call_dummy in
6439 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
6440 declaration and out-of-date comment.
6441 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
6443 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
6444 deprecated_pc_in_call_dummy.
6446 * infrun.c (handle_inferior_event): For non legacy frames, use the
6447 frame ID and frame type to identify a signal trampoline. Update
6452 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
6453 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
6457 * frame-unwind.h: Update copyright.
6458 (struct frame_data): Add opaque declaration.
6459 (frame_sniffer_ftype): Declare.
6460 (struct frame_unwind): Add "unwind_data" and "sniffer".
6461 (frame_unwind_register_unwinder): Declare.
6462 (frame_unwind_find_by_frame): Add parameter "this_cache".
6463 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
6464 (legacy_get_prev_frame, legacy_get_prev_frame)
6465 (get_frame_type): Pass the prologue_cache to
6466 frame_unwind_find_by_frame.
6467 * frame-unwind.c (struct frame_unwind_table_entry): Add field
6469 (frame_unwind_register_unwinder): New function.
6470 (frame_unwind_find_by_frame): Handle an unwind sniffer.
6474 * bcache.c (print_percentage): Use floating point to avoid
6475 incorrect results when portion*100 overflows.
6479 * ppc_tdep.h (ppc_linux_frame_saved_pc)
6480 (ppc_linux_init_extra_frame_info)
6481 (ppc_linux_frameless_function_invocation)
6482 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
6483 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
6484 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
6485 (rs6000_frame_chain): Delete declarations.
6486 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
6487 (ppc_linux_init_extra_frame_info)
6488 (ppc_linux_frameless_function_invocation)
6489 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
6490 (ppc_linux_init_abi): Remove registration of above deleted functions.
6491 * rs6000-tdep.c (rs6000_init_extra_frame_info)
6492 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
6493 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
6494 (rs6000_pop_frame, rs6000_frameless_function_invocation)
6495 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
6496 (rs6000_gdbarch_init): Remove registration of above deleted functions.
6497 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
6498 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
6499 frame management for all OSABIs.
6505 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
6507 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
6508 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
6509 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
6510 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
6511 unwinders. #ifdef legacy frame code.
6512 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
6514 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
6515 (struct rs6000_frame_cache, rs6000_frame_cache)
6516 (rs6000_frame_this_id, rs6000_frame_prev_register)
6517 (rs6000_frame_sniffer, rs6000_frame_unwind)
6518 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
6519 (rs6000_frame_base): Implement a traditional frame unwinder.
6520 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
6525 * breakpoint.c (adjust_breakpoint_address): Don't adjust
6526 breakpoint address for watchpoints or the catch eventpoints.
6527 Add new paramter ``bptype''. Adjust all callers.
6531 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
6533 * PROBLEMS: Delete note that ARM does not use frame code, problem
6538 * stack.c (return_command): Delete code wrapped in #ifdef
6539 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
6541 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
6545 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
6546 DEPRECATED_IN_SIGTRAMP.
6547 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6548 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
6549 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6550 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6551 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6552 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6553 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6554 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6555 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
6556 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
6560 * frame-base.c: Update copyright. Include "gdb_obstack.h".
6561 (struct frame_base_table_entry): Define.
6562 (struct frame_base_table): Re-implement as a linked list.
6563 (frame_base_init): Re-implement.
6564 (frame_base_table): Delete function.
6565 (append_predicate): Delete function.
6566 (frame_base_append_sniffer): Update.
6567 (frame_base_set_default): Update.
6568 (frame_base_find_by_frame): Update.
6569 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
6570 * Makefile.in (frame-base.o): Update dependencies.
6574 * frame.c (legacy_get_prev_frame): Pass correct frame to
6575 frame_unwind_find_by_frame.
6579 * NEWS: Mention C++ nested types and namespaces
6583 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
6584 and "Regressions since gdb 5.3.". Add known regressions since
6589 * dwarf2read.c (process_structure_scope): Process children even
6590 when we're a declaration.
6594 * symtab.h (find_pc_sect_partial_function): Delete declaration.
6595 * blockframe.c (find_pc_partial_function)
6596 (find_pc_sect_partial_function): Merge into a single
6597 find_pc_partial_function.
6601 * i386bsd-nat.c: s/regno/regnum/g.
6602 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
6604 (store_inferior_registers): Likewise.
6608 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
6610 (store_inferior_registers): Call i387_collect_fsave and
6611 i387_collect_fxsave instead of i387_fill_fsave and
6616 * Makefile.in (frame-unwind.o): Update dependencies.
6617 * frame-unwind.c: Include "gdb_obstack.h".
6618 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
6620 (append_predicate): Delete function.
6621 (struct frame_unwind_table_entry): New structure.
6622 (struct frame_unwind_table): Replace "sniffer" with "head" and
6624 (frame_unwind_append_sniffer): Update.
6625 (frame_unwind_find_by_frame): Update.
6626 (_initialize_frame_unwind): Registe frame_unwind_init using
6627 gdbarch_data_register_pre_init.
6631 * i386bsd-nat.c: Update copyright year.
6632 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
6633 define unconditionally.
6637 * i387-tdep.h (i387_collect_fsave): New prototype.
6638 * i387-tdep.c (i387_collect_fsave): New function containing most
6639 of the code from i387_fill_fsave.
6640 (i387_fill_fsave): Call i387_collect_fsave.
6644 * i386-linux-tdep.c: Update copyright year.
6645 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
6646 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
6647 svr4_ilp32_link_map_offsets instead of
6648 i386_linux_svr4_fetch_link_map_offsets.
6652 Fix for PR c++/1553:
6653 * dwarf2read.c (read_structure_type): Determine type name by
6654 calling determine_class_name.
6655 (determine_class_name): New.
6656 (determine_prefix): Look at TYPE_TAG_NAME and call
6657 determine_class_name when appropriate.
6658 (determine_prefix_aux, class_name): Delete.
6659 (read_namespace): Set die->type.
6663 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
6664 unused macro definition. The definition in target.h (or perhaps
6665 elsewhere) takes precedence.
6669 * ppc-tdep.h: Update copyright.
6670 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
6671 function signatures to match "regsets.h".
6672 * ppc-linux-tdep.c: Include "regset.h".
6673 (ELF_GREGSET_SIZE): Delete.
6674 (right_supply_register): New function.
6675 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
6676 using right_supply_register.
6677 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
6679 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
6680 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
6681 (_initialize_ppc_linux_tdep): Do not register
6682 ppc_linux_regset_core_fns.
6683 (ppc_linux_regset_from_core_section): Replace
6684 fetch_core_registers.
6685 (ppc_linux_regset_core_fns): Delete.
6686 * ppc-linux-nat.c: (right_fill_reg): New function.
6687 (supply_gregset): Update call to ppc_linux_supply_gregset.
6688 (fill_gregset): Clear the register set, use right_fill_reg.
6689 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
6690 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
6692 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
6697 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
6698 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
6699 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
6700 and register_gdbarch_data.
6701 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
6702 (struct gdbarch_data): Replace "init" by "pre_init" and
6704 * gdbarch.h, gdbarch.c: Re-generate.
6705 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
6706 with"obstack", use OBSTACK_ZALLOC.
6707 (dwarf2_frame_ops): Delete.
6708 (dwarf2_frame_set_init_reg): Use gdbarch_data.
6709 (dwarf2_frame_init_reg): Use gdbarch_data.
6710 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
6711 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
6712 (_initialize_svr4_solib): Update.
6713 * user-regs.c (_initialize_user_regs): Update.
6714 * reggroups.c (_initialize_reggroup): Update.
6715 * regcache.c (_initialize_regcache): Update.
6716 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6717 * libunwind-frame.c (_initialize_libunwind_frame): Update.
6718 * gnu-v3-abi.c (init_gnuv3_ops): Update.
6719 * frame-unwind.c (_initialize_frame_unwind): Update.
6720 * frame-base.c (_initialize_frame_base): Update.
6721 * user-regs.c (user_reg_add): Update.
6722 * reggroups.c (reggroup_add): Update.
6723 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
6724 * libunwind-frame.c (libunwind_frame_set_descr): Update.
6725 * frame-unwind.c (frame_unwind_append_sniffer): Update.
6726 * frame-base.c (frame_base_table): Update.
6727 * remote.c (_initialize_remote): Update.
6728 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
6732 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
6736 * Makefile.in (frv-linux-tdep.o): Add dependencies.
6737 * frv-linux-tdep.c: New file.
6738 * frv-tdep.c (struct gdbarch_tdep): Add new field
6739 ``sigcontext_reg_addr''.
6740 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
6741 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6742 (frv_sigramp_frame_sniffer): New functions.
6743 (frv_sigtramp_frame_unwind): New static global.
6744 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
6746 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
6747 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
6751 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
6752 but not via a call to error(), when unable to read memory.
6756 * frv-tdep.c (frv_call_dummy_words): Delete.
6757 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
6761 * infrun.c (handle_step_into_function, step_over_function): Only
6762 update and use STEP_FRAME_ID when the system is using legacy
6763 frames. Update comments.
6767 * amd64-linux-tdep.h: Remove file.
6768 * amd64-linux-tdep.c: Don't include "inferior.h" and
6769 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
6770 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
6771 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
6772 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
6773 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
6775 (user_to_gdb_regmap): Remove variable.
6776 (amd64_linux_gregset_reg_offset): New variable.
6777 (amd64_core_fns): Remove variable.
6778 (fetch_core_registers): Remove function.
6779 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
6781 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
6782 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
6783 * Makefile.in (amd64_linux_tdep_h): Remove.
6784 (amd64-linux-nat.o): Update dependencies.
6785 (amd64-linux-tdep.o): Update dependencies.
6787 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
6788 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
6790 (fetch_inferior_registers, store_inferior_registers): Rewrite.
6792 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
6793 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
6797 * dwarf2read.c (read_structure_type): Rename from
6798 read_structure_scope. Don't create a symbol or call process_die.
6799 Return immediately if die->type is set. Call read_type_die before
6800 dwarf2_add_member_fn.
6801 (process_structure_scope): New function.
6802 (read_enumeration_type, process_enumeration_scope): New functions,
6803 broken out from read_enumeration. Don't create the enumeration
6804 type if it has already been created.
6805 (read_enumeration): Removed.
6806 (process_die): Call read_structure_type, process_structure_scope,
6807 read_enumeration_type, and process_enumeration_scope. Just call
6808 new_symbol for base and subrange types. Add a comment about other
6810 (read_type_die): Call read_enumeration_type.
6811 (add_partial_structure, new_symbol): Update comments.
6815 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
6819 * tui/tui-win.h (tui_get_cmd_list): Declare.
6820 * tui/tui-win.c (tui_command): New function.
6821 (tui_get_cmd_list): New function.
6822 (_initialize_tui_win): Moved initialization of tui command in
6825 * tui/tui-data.c (init_content_element): Setup new data members.
6826 (init_win_info): Likewise.
6827 (free_content_elements): Free it.
6828 * tui/tui-data.h (struct tui_data_element): Store the register
6830 (struct tui_data_info): Keep the current register group.
6832 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
6834 * tui/tui-regs.h (tui_show_registers): Update prototype.
6835 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
6836 (tui_resize_all): No need to calculate anything for register window.
6837 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
6838 (tui_set_register_element, tui_set_general_regs_content): Remove.
6839 (tui_set_special_regs_content): Remove.
6840 (tui_set_general_and_special_regs_content): Remove.
6841 (tui_set_float_regs_content): Remove.
6842 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
6843 (tui_set_regs_content): Remove.
6844 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
6845 (tui_v_show_registers_command_support): Remove.
6846 (tui_show_registers): Use a reggroup to specify the registers to show.
6847 (tui_show_register_group): New function.
6848 (tui_display_registers_from): Compute the layout of register window
6849 and refresh with new API; be sure to delete old register windows.
6850 (tui_check_register_values): Update to use tui_get_register and
6852 (tui_display_register): Just refresh the register window part.
6853 (tui_register_format): Format registers and save in tui_data_element.
6854 (tui_get_register): New to combine tui_reg_value_has_changed and
6855 tui_get_register_raw_value; fix to use the new gdb API.
6856 (tui_show_float_command): Renamed tui_reg_float_command.
6857 (tui_show_general_command): Renamed tui_reg_general_command.
6858 (tui_show_special_command): Renamed tui_reg_system_command.
6859 (_initialize_tui_regs): Remove unused commands.
6863 * NEWS (New native configurations): Mention OpenBSD/amd64.
6865 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
6866 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
6868 * config/i386/nm-fbsd64.h: Likewise.
6869 * config/i386/nm-obsd.h: Likewise.
6870 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
6871 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
6875 * frv-tdep.c (set_variant_scratch_registers): New function.
6876 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
6880 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
6884 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
6885 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
6886 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
6887 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
6888 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
6889 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
6890 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
6891 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
6892 definitions from frv-tdep.c to frv-tdep.h.
6896 Add shared library support for FR-V FDPIC ABI:
6897 * Makefile.in (solib-frv.o): Add dependencies.
6898 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
6900 (frv_push_dummy_call): Add support for FDPIC ABI.
6901 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
6903 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
6904 (frv_fdpic_find_canonical_descriptor): Declare.
6905 * solib-frv.c: New file.
6906 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
6907 * config/frv/tm-frv.h (solib.h): Include.
6911 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
6912 (frv-tdep.o): Update dependencies.
6913 * frv-tdep.h: New file.
6914 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
6915 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
6917 (struct gdbarch_tdep): Add new member ``frv_abi''.
6918 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
6920 (new_variant): Set ``frv_abi'' field.
6921 (gdb_arch_init): Detect FDPIC executables.
6925 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
6930 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
6934 * solist.h (master_so_list): New function.
6935 * solib.c (master_so_list): Likewise.
6936 * solib-svr4.c (enable_break): Iterate over so_list entries
6937 obtained from master list instead of entries obtained directly
6938 via svr4_current_sos().
6942 * MAINTAINERS: Update my mail address.
6946 * remote-m32r-sdi.c: Support hardware watchpoint.
6950 * user-regs.c: Update copyright years.
6951 (struct user_regs): Rename to gdb_user_regs.
6952 (append_user_reg, builtin_user_regs, user_regs_init)
6953 (user_reg_add, user_reg_map_name_to_regnum)
6954 (usernum_to_user_reg): Update.
6958 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
6959 (skip_children): New functions.
6960 (locate_pdi_sibling): Call skip_children.
6964 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
6965 * gdbtypes.c (check_typedef): Update comments.
6969 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
6970 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
6971 pointer. Update comment about comp_unit_head.
6972 (struct abbrev_info): Shorten two int flags.
6973 (dwarf_alloc_abbrev): Take a CU argument.
6974 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
6975 each time through the loop. Update cleanup argument.
6976 (psymtab_to_symtab_1): Update cleanup call.
6977 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
6979 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
6980 Just call obstack_free and clear the pointer.
6984 * infrun.c (handle_inferior_event): Remove short-circuit code for
6985 events in a different thread.
6989 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
6990 print the whole transfer.
6991 (initialize_targets): Update description of "set debug target".
6995 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
6999 * MAINTAINERS (write after approval): Add myself.
7003 * sh-tdep.c (sh_print_registers_info): Use for loop.
7004 Don't skip multiple registers when a float register is encountered.
7009 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7010 to official SH documentation.
7014 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7019 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7020 (arm_get_next_pc): Handle BX and BLX.
7024 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7025 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7027 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7028 (hppa_target_read_fp): Delete.
7029 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7030 register_virtual_size, max_register_raw_size,
7031 max_register_virtual_size, register_byte, register_size,
7032 target_read_fp, fp_regnum, and register_bytes. Set register_type
7033 instead of register_virtual_type.
7034 (hppa32_register_type, hppa64_register_type): Replace
7035 hppa32_register_virtual_type and hppa64_register_virtual_type.
7036 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7037 (HPPA_FP_REGNUM): Define.
7039 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7041 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7042 (pa_do_registers_info): Delete.
7043 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
7044 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
7045 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
7047 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7048 GDB_TARGET_IS_HPPA code.
7049 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
7050 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
7051 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7052 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
7053 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7054 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7055 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
7056 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
7057 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7058 (hppa_frameless_function_invocation, hppa64_store_return_value)
7059 (hppa_store_struct_return, hppa64_extract_return_value)
7060 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
7061 (hppa32_call_dummy_length, hppa64_call_dummy_length)
7062 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
7063 (find_proc_framesize, deposit_21, restore_pc_queue)
7064 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
7065 (rp_saved, pc_in_linker_stub): Delete.
7067 Unconditionally enable 64-bit frame and ABI code.
7068 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7069 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7070 push_dummy_frame, fix_call_dummy, push_arguments,
7071 call_dummy_location, extract_return_value, use_struct_convention,
7072 store_return_value, store_struct_return, saved_pc_after_call,
7073 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7074 frame_chain, frame_chain_valid, frameless_function_invocation,
7075 frame_saved_pc, and pop_frame.
7077 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7078 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7079 (hppa_gdbarch_init): Do not set PC_REGNUM.
7083 * config/alpha/tm-fbsd.h: Remove file.
7084 * config/alpha/fbsd.mt: Tweak comment.
7085 (TM_FILE): Set to tm-alpha.h.
7089 * infrun.c (step_over_function): When non-legacy code, and no
7090 step_frame_id, use the unwinder to get the caller's frame ID.
7094 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7095 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7096 bfd_arch_unknown. Adjust comment.
7098 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7099 * i386obsd-tdep.c: Correct spelling in comment.
7100 * i386nbsd-tdep.c: Correct spelling in comment.
7101 * sparc-tdep.c: Correct spelling in comments.
7105 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7110 * sparc-tdep.c: Fix typo in comment.
7114 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7118 * dwarf2read.c: Add comment describing memory lifetimes.
7119 (struct dwarf2_pinfo): Update comment.
7120 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7121 (read_enumeration, new_symbol): Don't use obsavestring.
7125 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7126 instead of amd64_fill_fxsave.
7127 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7128 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7130 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7131 Reorganize code a bit.
7135 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
7136 when the frame pointer is pushed. Don't set the frame pointer's
7137 address on the stack unless it's actually located there.
7138 Set the SRP's address on the stack correctly when the PC is still in
7140 (cris_return_value): New function.
7141 (cris_gdbarch_init): Clear deprecated store_return_value,
7142 extract_return_value.
7146 * stabsread.c (reg_value_complaint): The maximum register number
7147 is one less than the number of registers.
7151 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
7152 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
7153 trailing comma and redundant assignment of I386_ST0_REGNUM.
7154 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
7155 32-bit segment registers.
7159 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
7160 use frame_relative_level and get_next_frame.
7164 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
7165 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
7166 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
7171 * inflow.c (terminal_inferior): Don't give up the terminal if we
7172 previously couldn't get the inferior's terminal state.
7176 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
7181 * NEWS: Refer to GDB 6.1.
7182 * README: Refer to GDB 6.1.
7183 * PROBLEMS: Refer to GDB 6.1.
7187 * thread-db.c (disable_thread_signals): Remove unused function.
7191 * amd64-nat.c: Include "gdb_string.h".
7192 (amd64_collect_native_gregset): Zero-extend the 32-bit
7193 general-purpose registers and %eip.
7195 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
7196 * amd64-tdep.c (amd64_collect_fxsave): New function.
7197 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
7199 * i387-tdep.h: Update copyright year.
7200 (i387_collect_fxsave): New prototype.
7201 * i387-tdep.c: Update copyright year.
7202 (i387_collect_fxsave): New function containing most of the code
7203 from i387_fill_fxsave.
7204 (i387_fill_fxsave): Call i387_collect_fxsave.
7208 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
7209 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
7213 * amd64-tdep.c (amd64_frame_cache): Fix comment.
7217 * utils.c: Use "", instead of <>, to include readline.
7218 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
7219 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
7220 * source.c, solib.c, exec.c, event-top.c: Ditto.
7221 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
7222 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
7223 * Makefile.in: Update all dependencies.
7224 (readline_tilde_h, readline_history_h): Define.
7225 (readline_headers): Delete.
7229 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
7230 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
7231 "config/i386/tm-lx64.h".
7233 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
7234 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
7235 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
7239 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
7241 * breakpoint.c (_initialize_breakpoint): Use
7242 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
7243 Add help to show command.
7247 * i386-nat.c: Reformat to be closer to coding standards.
7248 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
7249 `retval'. Make variables `align' and `size' local to while-loop.
7250 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
7251 (_initialize_i386_nat): New prototype.
7253 * tui/tui.c: Include <readline/readline.h> instead of
7254 "readline/readline.h". Include it after <term.h> and
7259 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
7260 the new frame unwind code.
7261 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
7262 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
7265 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
7266 "return_value" and "push_dummy_call".
7267 (hppa32_use_struct_convention): Delete unused function.
7268 (hppa32_store_return_value): Delete unused function.
7269 (hppa32_extract_return_value): Delete unused function.
7270 (hppa32_stack_align): Delete function.
7274 * coffread.c (enter_linenos): Don't let rawptr reference memory
7275 outside linetab[]'s limits.
7279 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
7280 inferior stack space - the stack needs to grow upwards.
7281 (hppa32_frame_align): New function.
7282 (hppa64_frame_align): Replace hppa_frame_align.
7283 (hppa_gdbarch_init): Update.
7287 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
7288 (dwarf2-frame.h): Include.
7289 (enum cris_regnums): New enum CRIS_FP_REGNUM.
7290 Remove static variables related to ABI setting.
7291 (struct gdbarch_tdep): Remove cris_abi member.
7292 (struct frame_extra_info): Remove.
7293 (cris_unwind_cache, stack_item): New structs.
7294 (cris_frame_unwind, cris_frame_base): New variables.
7295 (push_stack_item, pop_stack_item)
7296 (cris_frame_unwind_cache, cris_frame_this_id)
7297 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
7298 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
7299 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
7300 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
7301 (cris_reg_struct_has_addr): New functions.
7302 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
7303 (cris_frame_saved_pc, cris_saved_pc_after_call,
7304 (cris_store_struct_return, cris_frameless_function_invocation)
7305 (cris_pop_frame, cris_skip_prologue_main)
7306 (cris_abi_original_store_return_value)
7307 (cris_abi_v2_store_return_value)
7308 (cris_abi_original_extract_return_value)
7309 (cris_abi_v2_extract_return_value)
7310 (cris_abi_original_reg_struct_has_addr)
7311 (cris_abi_v2_reg_struct_has_addr)
7312 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
7313 (cris_push_return_address, cris_abi_update): Remove.
7314 (_initialize_cris_tdep): Remove ABI command.
7315 (cris_dump_tdep): Ditto.
7316 (cris_gdbarch_init): Remove ABI command.
7317 Set store_return_value, extract_return_value, push_dummy_code,
7318 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
7319 frame_unwind_append_sniffer, frame_base_set_default.
7320 Clear deprecated init_frame_pc, push_arguments, store_return_value,
7321 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
7322 sizeof_call_dummy_words, get_saved_register, push_return_address,
7323 pop_frame, store_struct_return, frame_init_saved_regs,
7324 init_extra_frame_info, frameless_function_invocation, frame_chain,
7325 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
7330 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
7331 * valprint.c (print_hex_chars): Change from static to external.
7332 (print_char_chars): New function.
7333 * printcmd.c (print_scalar_formatted): For integer and enum types
7334 that are longer than LONGEST, perform processing via appropriate
7335 print_*_chars routines.
7339 * Makefile.in: Update dependencies.
7340 Changes from Ulrich Weigand,
7341 * s390-tdep.c: Include "dwarf2-frame.h".
7342 (s390_dwarf2_frame_init_reg): New function.
7343 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
7344 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
7348 * breakpoint.c (pending_break_support): New setting variable.
7349 (break_command_1): Account for pending_break_support setting
7350 when creating pending breakpoints.
7351 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
7352 (_initialize_breakpoint): Add "set breakpoint pending" and
7353 "show breakpoint pending" commands.
7358 * charset.c (backslashable, backslashed, represented): Remove 'e'
7359 from list of escaped characters, not part of ISO-C.
7364 * tui/tui.c: Move system header includes after local includes.
7365 Fixes a build failure on solaris systems.
7369 * configure.in: Refine the previous change.
7370 * configure: Regenerate.
7374 * amd64-tdep.h: Renamed from x86-64-tdep.h.
7375 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
7376 "amd64-tdep.h" instead of "x86-64-tdep.h".
7377 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7378 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
7379 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
7380 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7381 and "x86-64-tdep.c".
7382 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
7383 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7384 and "x86-64-tdep.c".
7385 * amd64bsd-nat.c: Update copyright year.
7386 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7387 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
7389 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
7391 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
7393 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
7395 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
7397 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
7399 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
7400 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
7401 * Makefile.in (amd64_linux_tdep_h): Renamed from
7402 x86_64_linux_tdep_h.
7403 (amd64_tdep_h): Renamed from x86_64_tdep_h.
7404 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
7405 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
7406 (amd64obsd-tdep.o): Update dependencies.
7407 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
7409 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
7411 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
7412 amd64-linux-nat.c amd64-linux-tdep.c.
7413 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
7414 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
7415 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
7416 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
7417 amd64-tdep.o and amd64-linux-tdep.o.
7418 (TM_FILE): Set to tm-linux64.h.
7419 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
7420 (NAT_FILE): Set to nm-linux64.h.
7421 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
7422 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7424 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7426 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7431 * remote.c (remote_protocol_qPart_auxv): New variable.
7432 (init_all_packet_configs): Initialize it.
7433 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
7434 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
7435 (show_remote_cmd): Call it.
7436 (_initialize_remote): Initialize commands.
7437 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
7438 service TARGET_OBJECT_AUXV requests.
7442 * configure.in: Make sure that the wborder function is available.
7443 Otherwise, search for it in the cur_colr library.
7444 * configure: Regenerate.
7448 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
7452 * config/i386/tm-x86-64linux.h: Tweak comments.
7456 * MAINTAINERS: Add self to write-after-approval list.
7460 PR cli/1566. Problem found, and fix suggested by David Allan.
7461 * cli/cli-script.c (execute_control_command): Unconditionally
7462 install a cleanup. Default "ret" to "invalid_control". Use
7463 "break" instead of "return" to escape from the switch.
7467 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
7468 with the lines macro defined in term.h on AiX.
7469 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
7470 a collision with the label_width macro defined in term.h on AiX.
7476 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
7477 * ia64-tdep.c (ia64_write_pc): Make it a global function.
7478 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
7479 instead of ia64_write_pc().
7480 * ia64-linux-tdep.c (regcache.h): Include.
7481 (ia64_linux_write_pc): New function.
7485 * auxv.c (info_auxv_command): Fix typos in error messages.
7489 * x86-64-tdep.h: Tweak comment.
7490 (enum amd64_regnum): New.
7491 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
7492 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
7493 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
7494 (X86_64_XMM1_REGNUM): Removed.
7495 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
7496 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
7497 prototypes for renamed functions.
7498 * x86-64-tdep.c: Fix typo.
7499 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
7501 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
7502 Use constants from `enum amd64_regnum' for register numbers.
7503 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
7504 (amd64_analyze_prologue, amd64_frame_cache,
7505 amd64_sigtramp_frame_cache): Use constants from `enum
7506 amd64_regnum' for register numbers.
7507 (amd64_supply_fpregset): Adjust for renamed functions.
7508 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
7509 `enum amd64_regnum' for register numbers.
7510 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
7511 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
7512 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
7513 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
7514 (amd64_linux_fill_gregset): Adjust for renamed macros.
7515 (fetch_core_registers): Adjust for renamed functions.
7516 (amd64_linux_init_abi): Adjust for renamed functions.
7517 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
7519 * amd64-nat.c: Adjust for renamed macros.
7520 * amd64bsd-nat.c (fetch_inferior_registers)
7521 (store_inferior_registers): Use constants from `enum amd64_regnum'
7522 for register numbers. Adjust for renamed variables.
7523 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
7525 (_initialize_amd64fbsd_nat): Use constants from `enum
7526 amd64_regnum' for register numbers.
7527 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
7528 `enum amd64_regnum' for register numbers.
7529 (amd64fbsd_init_abi): Adjust for renamed functions.
7530 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
7531 `enum amd64_regnum' for register numbers.
7532 (amd64nbsd_init_abi): Adjust for renamed functions.
7533 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
7534 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
7535 `enum amd64_regnum' for register numbers.
7536 (amd64obsd_init_abi): Adjust for renamed functions.
7537 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
7541 * breakpoint.c (print_one_breakpoint): Do not output spaces
7542 after printing <PENDING> for a pending breakpoint.
7546 * printcmd.c (print_scalar_formatted): Initialize val_long
7547 to remove compiler warning message.
7551 * defs.h (nquery, yquery): New prototypes.
7552 * breakpoint.c (break_command_1): Use new nquery interface.
7553 * utils.c (defaulted_query, nquery, yquery): New functions.
7557 * hppa-tdep.c (hppa_frame_align): New function.
7558 (hppa32_push_dummy_call): New function.
7559 (hppa64_push_dummy_call): New function.
7560 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
7563 * infcall.c (legacy_push_dummy_code): Don't call deprecated
7564 FIX_CALL_DUMMY when push_dummy_call is available.
7565 (call_function_by_hand, push_dummy_code): Ditto.
7569 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
7570 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
7571 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
7572 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
7573 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
7574 call_dummy_location to ON_STACK.
7578 * x86-64-linux-tdep.c: Tweak comment.
7579 (amd64_linux_supply_gregset): Renamed from
7580 x86_64_linux_supply_gresget.
7581 (amd64_linux_fill_gregset): Renamed from
7582 x86_64_linux_fill_gregset.
7583 (fetch_core_registers): Adjust for renamed functions.
7584 (amd64_core_fns): Renamed from x86_64_core_fns.
7585 (amd64_linux_sigtramp_start): Renamed from
7586 x86_64_linux_sigtramp_start.
7587 (amd64_linux_pc_in_sigtramp): Renamed from
7588 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
7589 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
7590 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
7591 (amd64_linux_sigcontext_addr): Renamed from
7592 x86_64_linux_sigcontext_addr.
7593 (amd64_linux_sc_reg_offset): Renamed from
7594 x86_64_linux_sc_reg_offset.
7595 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
7596 Adjust for renamed functions and variables.
7597 (_initialize_amd64_linux_tdep): Renamed from
7598 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
7600 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
7601 Adjust for renamed functions.
7603 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
7604 from x86_64_linux_gregset64_reg_offset.
7605 (amd64_linux_gregset32_reg_offset): Rename from
7606 x86_64_linux_gregset64_reg_offset.
7607 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
7608 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
7609 (amd64_linux_dr_set_control): Renamed from
7610 x86_64_linux_dr_set_control. Adjust for renamed functions.
7611 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
7612 Adjust for renamed functions.
7613 (amd64_linux_dr_reset_addr): Renamed from
7614 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
7615 (amd64_linux_dr_get_status): Renamed from
7616 x86_64_linux_dr_get_status. Adjust for renamed functions.
7617 (_initialize_amd64_linux_nat): Renamed from
7618 _initialize_x86_64_linux_nat. Adjust for renamed variables and
7620 * config/i386/nm-x86-64linux.h: Update copyright year.
7621 Adjust for renamed functions.
7623 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
7624 amd64fbsd_sigtramp_start.
7625 (amd64fbsd_sigtramp_end_addr): Renamed from
7626 amd64fbsd_sigtramp_end.
7627 (amd64fbsd_init_abi): Adjust for renamed variables.
7628 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
7630 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
7631 amd64fbsd_sigtramp_start.
7632 (amd64fbsd_sigtramp_end_addr): Renamed from
7633 amd64fbsd_sigtramp_end.
7637 * hppa-tdep.c (hppa32_return_value): New function.
7638 (hppa64_return_value): New function.
7639 (hppa_gdbarch_init): Set return_value; keep disabled.
7641 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
7642 struct-return and inferior function call methods.
7644 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7646 (struct hppa_frame_cache): Define.
7647 (hppa_frame_cache, hppa_frame_this_id): New functions.
7648 (hppa_frame_prev_register): New function.
7649 (hppa_frame_unwind, hppa_frame_base): New variables.
7650 (hppa_frame_unwind_sniffer): New function.
7651 (hppa_frame_base_address, hppa_unwind_pc): New function.
7652 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
7653 sniffer, and frame base sniffer; keep disabled.
7654 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
7655 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
7657 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
7658 to predicates for "seriously old code".
7660 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
7663 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
7665 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
7667 * config/pa/tm-hppa.h: Update copyright.
7668 (DEPRECATED_INIT_FRAME_PC): Delete macro.
7669 (deprecated_init_frame_pc_default): Delete declaration.
7670 (hppa_frame_init_saved_regs): Delete declaration.
7671 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
7672 * hppa-tdep.c: Include "arch-utils.h".
7673 (hppa_gdbarch_init): Set deprecated init_frame_pc
7674 and deprecated frame_init_saved_regs.
7675 (hppa_frame_init_saved_regs): Make static.
7679 Remove old 386BSD support.
7680 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
7681 * configure.host: Remove i[34567]86-*-bsd*.
7682 * configure.tgt: Remove i[34567]86-*-bsd*.
7683 * i386b-nat.c: Removed.
7684 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
7685 (i386b-nat.o): Remove dependencies.
7687 * config/i386/i386bsd.mh: Removed.
7688 * config/i386/i386bsd.mt: Removed.
7689 * config/i386/nm-i386bsd.h: Removed.
7690 * config/i386/tm-i386bsd.h: Removed.
7691 * config/i386/xm-i386bsd.h: Removed.
7693 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
7695 * amd64fbsd-tdep.c: Include "solib-svr4.h".
7696 (amd64fbsd_init_abi): Set link map offsets.
7697 * amd64nbsd-tdep.c: Include "slib-svr4.h".
7698 (amd64nbsd_init_abi): Set link map offsets.
7699 * amd64obsd-tdep.c: Include "solib-svr4.h".
7700 (amd64obsd_init_abi): Set link map offsets.
7701 * i386fbsd-tdep.c: Include "solib-svr4.h".
7702 (i386fbsd_init_abi): Set link map offsets.
7703 * i386nbsd-tdep.c: Include "solib-svr4.h".
7704 (i386nbsdelf_init_abi): Set link map offsets.
7705 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
7706 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
7707 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
7708 solib-legacy.o and core-aout.o. Reformat.
7709 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
7710 solib-svr4.o, solib-legacy.o. Reformat.
7711 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
7712 * config/i386/nbsdelf.mh: Reformat.
7713 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
7714 solib-svr4.o, solib-legacy.o and corelow.o.
7715 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
7716 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
7717 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
7718 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7719 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7720 (TM_FILE): Set to tm-fbsd.h.
7721 * config/i386/nbsd.mt (TDEPFILES): Reformat.
7722 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
7724 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
7726 (TM_FILE): Set to nm-nbsd.h.
7727 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
7728 Simplify shared library support. Don't include "elf/common.h".
7729 (SVR4_SHARED_LIBS): Don't define.
7730 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
7732 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
7733 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
7734 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
7735 Don't include "i386/tm-i386.h". Include "solib.h".
7736 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
7737 Don't include "i386/tm-i386.h".
7738 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
7739 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
7740 Include "i386/xm-i386.h".
7741 (HOST_LONG_DOUBLE_FORMAT): Remove.
7743 Fix OpenBSD/i386 sigtramp recognition.
7744 * i386-tdep.h: Update copyright year.
7745 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
7746 (i386bsd_sigtramp_end): New prototypes.
7747 (i386fbsd_sigtramp_start_addr): Renamed from
7748 i386fbsd_sigtramp_start.
7749 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7750 (i386obsd_sigtramp_start_addr): Renamed from
7751 i386obsd_sigtramp_start.
7752 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
7753 * i386bsd-tdep.c: Update copyright year.
7754 (i386bsd_pc_in_sigtramp): Make public.
7755 * i386fbsd-nat.c: Update copyright year.
7756 (_initialize_i386fbsd_nat): Adjust for renamed variables.
7757 * i386fbsd-tdep.c: Update copyright year.
7758 (i386fbsd_sigtramp_start_addr): Renamed from
7759 i386fbsd_sigtramp_start.
7760 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7761 (i386fbsdaout_init_abi): Adjust for renamed variables.
7762 * i386obsd-nat.c: Update copyright year.
7763 (_initialize_i386obsd_nat): Adjust for renamed variables.
7764 * i386obsd-tdep.c: Include "target.h".
7765 (i386obsd_page_size): New variable.
7766 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
7767 (i386obsd_sigtramp_end): New functions.
7768 (i386obsd_sigtramp_start_addr): Renamed from
7769 i386obsd_sigtramp_start.
7770 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
7771 (i386obsd_init_abi): Adjust for renamed variables. Set
7772 pc_in_sigtramp, sigtramp_start and sigtramp_end.
7773 * Makefile.in (i386obsd-tdep.o): Update dependencies.
7775 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
7776 trampoline change in OpenBSD kernel.
7778 * amd64-nat.c: Update copyright year.
7779 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
7780 architecture from REGCACHE.
7782 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
7783 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
7787 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
7788 i[34567]86-*-openbsd3.[0-3].
7789 * config/i386/obsdaout.mh: New file.
7791 * config/i386/obsd.mh (MH_FLAGS): Remove.
7794 * i386obsd-tdep.c: Update copyright years. Include
7796 (i386obsd_init_abi): Don't set regset_from_core_section here.
7797 (i386obsd_aout_init_abi): New function. Set
7798 regset_from_core_section here.
7799 (i386obsd_elf_init_abi): New function.
7800 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
7801 * Makefile.in (i386obsd-tdep.o): Update dependecies.
7802 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7803 (TM_FILE): Set to tm-nbsd.h.
7805 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
7808 * solib-svr4.h: Update copyright year.
7809 (svr4_ilp32_fetch_link_map_offsets)
7810 (svr4_lp64_fetch_link_map_offsets): New prototype.
7811 * solib-svr4.c: Update copyright year.
7812 (svr4_ilp32_fetch_link_map_offsets)
7813 (svr4_lp64_fetch_link_map_offsets): New function.
7817 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
7818 to the partial symbol table.
7822 * PROBLEMS: Add description of problem documented under gdb/1560.
7826 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
7828 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
7830 (amd64obsd_init_abi): Reorder initializations. Use
7831 amd64obsd_r_reg_offset to initialize the general-purpose register
7832 set details. Set regset_from_core_section.
7833 (_initialize_amd64obsd_tdep): Rename from
7834 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
7835 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
7836 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
7838 * NEWS (New native configurations): Mention OpenBSD/alpha.
7839 * configure.tgt: Add alpha*-*-openbsd*.
7840 * configure.host: Add alpha*-*-openbsd*.
7841 * alphanbsd-tdep.c: Update copyright year.
7842 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
7847 * configure.tgt: Delete target "none-*-*".
7848 * configure.host: Delete host "none-*-*".
7849 * config/none/none.mh: Delete file.
7850 * config/none/none.mt: Delete file.
7851 * config/none/xm-none.h: Delete file.
7852 * config/none/tm-none.h: Delete file.
7853 * config/none/nm-none.h: Delete file.
7857 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
7858 cache->uses_fp prior to setting it.
7862 Fix for PR breakpoint/1558.
7863 * sh-tdep.c (IS_JSR): New macro.
7864 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
7868 * findvar.c (value_from_register): Doc fix.
7872 * printcmd.c (print_scalar_formatted): Do not check for sizeof
7873 type being greater than sizeof of host's LONGEST. Always use
7874 unpack_long() unless format 'f' chosen.
7880 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
7881 contains a symbol wich is the best, non-exact match for the given
7882 pc. Update comments.
7886 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
7887 macro, which was part of the now removed Mach 3 port.
7888 * utils.c (request_quit): Ditto.
7892 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
7893 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
7899 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
7904 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
7905 CONFIG_INSTALL and CONFIG_UNINSTALL.
7906 * configure: Re-generate.
7907 * interps.h (INTERP_TUI): Define.
7908 * Makefile.in: Update dependencies.
7910 (tui-main.o): Specify dependencies.
7911 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
7912 * tui/tui-main.c: New file.
7916 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
7917 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
7919 * configure.host: Add x86_64-*-openbsd*.
7920 * configure.tgt: Add x86_64-*-openbsd*.
7921 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
7923 * tui/tui.c: Don't include <malloc.h>.
7925 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
7926 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
7929 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
7930 static. Remove extraneous whitespace.
7931 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
7936 * findvar.c (value_from_register): Doc fix.
7942 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
7943 CORE_ADDR as type for selectors. Correct types for GNU run time
7944 message lookup function to use double indirection.
7945 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
7946 * objc-lang.h (lookup_child_selector): Adapt prototype.
7948 * s390-nat.c (SUBOFF): New macro.
7949 (supply_gregset, fill_gregset): Use it to handle debugging
7950 of 32-bit exectuables running under a 64-bit kernel.
7951 * s390-tdep.c: Include "solib-svr4.h".
7952 (s390_svr4_fetch_link_map_offset): New function.
7953 (s390x_svr_fetch_link_map_offset): Likewise.
7954 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
7955 * Makefile.in (s390-tdep.o): Update dependencies.
7957 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
7959 (s390_readinstruction): Reformat. Use read_memory_nobpt.
7960 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
7961 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
7962 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
7963 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
7964 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
7965 S390_SIGNAL_FRAMESIZE,
7966 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
7967 (struct frame_extra_info): Remove.
7968 (s390_memset_extra_info): Remove.
7969 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
7970 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
7971 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
7972 (is_rse): Renamed to ...
7973 (is_rsy): ... this. Support long displacements.
7974 (is_rxe): Renamed to ...
7975 (is_rxy): ... this. Support long displacements.
7976 (compute_x_addr): Support long displacements.
7977 (struct s390_prologue_data): New data type.
7978 (s390_on_stack): Change API to use struct s390_prologue_data.
7979 (s390_store): Reimplement.
7980 (s390_load): New function.
7981 (s390_get_signal_frame_info): Remove.
7982 (s390_get_frame_info): Remove, replace by ...
7983 (s390_analyze_prolog): ... this new function.
7984 (s390_check_function_end): Remove.
7985 (s390_function_start): Remove.
7986 (s390_frameless_function_invokation): Remove.
7987 (s390_is_sigreturn): Remove.
7988 (s390_init_frame_pc_first): Remove.
7989 (s390_init_frame_extra_info): Remove.
7990 (s390_frame_init_saved_regs): Remove.
7991 (s390_frame_saved_pc_nofix): Remove.
7992 (s390_frame_saved_pc): Remove.
7993 (s390_frame_chain): Remove.
7994 (s390_fp_regnum, s390_read_fp): Remove.
7995 (s390_pop_frame_regular, s390_pop_frame): Remove.
7996 (s390_saved_pc_after_call): Remove.
7997 (s390_skip_prologue): Reimplement.
7998 (s390_in_function_epilogue_p): Support long displacements.
7999 (struct s390_unwind_cache): New data structure.
8000 (s390_frame_unwind_cache): New function.
8001 (s390_prologue_frame_unwind_cache): Likewise.
8002 (s390_backchain_frame_unwind_cache): Likewise.
8003 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8004 (s390_frame_unwind): Define.
8005 (s390_frame_sniffer): New function.
8006 (struct s390_pltstub_unwind_cache): New data structure.
8007 (s390_pltstub_frame_unwind_cache): New function.
8008 (s390_pltstub_frame_this_id): Likewise.
8009 (s390_pltstub_frame_prev_register): Likewise.
8010 (s390_pltstub_frame_unwind): Define.
8011 (s390_pltstub_frame_sniffer): New function.
8012 (struct s390_sigtramp_unwind_cache): New data structure.
8013 (s390_sigtramp_frame_unwind_cache): New function.
8014 (s390_sigtramp_frame_this_id): Likewise.
8015 (s390_sigtramp_frame_prev_register): Likewise.
8016 (s390_sigtramp_frame_unwind): Define.
8017 (s390_sigtramp_frame_sniffer): New function.
8018 (s390_frame_base_address, s390_local_base_address): New functions.
8019 (s390_frame_base): Define.
8020 (s390_unwind_pc, s390_unwind_sp): New function.
8021 (s390_push_dummy_call): Use new frame base location.
8022 (s390_unwind_dummy_id): Likewise.
8023 (s390_gdbarch_init): Remove calls to:
8024 set_gdbarch_frameless_function_invocation,
8025 set_gdbarch_deprecated_init_frame_pc,
8026 set_gdbarch_deprecated_frame_chain,
8027 set_gdbarch_deprecated_frame_init_saved_regs,
8028 set_gdbarch_deprecated_pop_frame,
8029 set_gdbarch_deprecated_init_extra_frame_info,
8030 set_gdbarch_deprecated_init_frame_pc_first,
8031 set_gdbarch_deprecated_target_read_fp,
8032 set_gdbarch_deprecated_frame_saved_pc,
8033 set_gdbarch_deprecated_saved_pc_after_call,
8034 set_gdbarch_deprecated_fp_regnum.
8036 set_gdbarch_in_solib_call_trampoline,
8037 frame_unwind_append_sniffer,
8038 frame_base_set_default,
8039 set_gdbarch_unwind_pc,
8040 set_gdbarch_unwind_sp.
8041 * Makefile.in (s390-tdep.o): Update dependencies.
8043 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8044 (S390_STACK_FRAME_OVERHEAD): Remove.
8045 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8046 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8047 (s390_promote_integer_argument): Remove.
8048 (s390_cannot_extract_struct_value_address): Remove.
8049 (s390_use_struct_convention, s390_store_struct_return): Remove.
8050 (s390_extract_return_value, s390_store_return_value): Remove.
8051 (s390_return_value_convention, s390_return_value): New functions.
8052 (is_float_singleton): Handle typedefs.
8053 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
8054 Remove, replace by ...
8055 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8056 s390_function_arg_integer): ... these new functions.
8057 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8058 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8059 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8062 set_gdbarch_deprecated_store_struct_return,
8063 set_gdbarch_deprecated_extract_return_value,
8064 set_gdbarch_deprecated_store_return_value,
8065 set_gdbarch_use_struct_convention,
8066 set_gdbarch_extract_struct_value_address,
8067 set_gdbarch_deprecated_pc_in_call_dummy,
8068 set_gdbarch_deprecated_push_arguments,
8069 set_gdbarch_deprecated_save_dummy_frame_tos,
8070 set_gdbarch_deprecated_push_return_address,
8071 set_gdbarch_deprecated_sizeof_call_dummy_words,
8072 set_gdbarch_deprecated_call_dummy_words,
8073 set_gdbarch_deprecated_dummy_write_sp.
8075 set_gdbarch_push_dummy_call,
8076 set_gdbarch_unwind_dummy_id,
8077 set_gdbarch_return_value.
8079 * config/s390/nm-linux.h: Update comments.
8080 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8081 (STOPPED_BY_WATCHPOINT): Redefine.
8082 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8083 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8084 (s390_stopped_by_watchpoint): Likewise.
8085 (watch_area_cnt): Remove.
8086 * s390-nat.c: Update comments.
8087 (watch_area): Remove typedef.
8088 Global replace watch_area by struct watch_area.
8089 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8090 (s390_stopped_by_watchpoint): Remove pid argument,
8091 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8092 (s390_fix_watch_points): Remove pid argument,
8093 use s390_inferior_tid. Recompute area spanned by watchpoints.
8094 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8095 argument. Reimplement.
8097 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8098 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8099 (FETCH_INFERIOR_REGISTERS): Define.
8100 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
8102 * config/s390/s390x.mt: Remove.
8103 * config/s390/tm-s390.h: Remove.
8104 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8105 (TARGET_ELF64): Remove.
8106 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8107 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8108 s390*-*-* case; always set gdb_target to s390.
8109 * regformats/reg-s390.dat: Remove control registers.
8110 * regformats/reg-s390x.dat: Likewise.
8111 * s390-tdep.h: New file.
8112 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
8113 Include "inferior.h" and "s390-tdep.h".
8114 Remove private definition of offsetof.
8115 (s390_register_u_addr): Remove.
8116 (regmap_gregset, regmap_fpregset): Define.
8117 (supply_gregset, fill_gregset): Reimplement.
8118 (supply_fpregset, fill_fpregset): Likewise.
8119 (s390_inferior_tid): New function.
8120 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8121 (fetch_inferior_registers, store_inferior_registers): Likewise.
8122 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8123 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8124 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8125 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8126 (struct gdbarch_tdep): Define.
8127 (struct s390_register_info): Define.
8128 (s390_register_info): New variable.
8129 (s390_register_name): Reimplement.
8130 (s390_register_type): New function.
8131 (s390_register_raw_size, s390x_register_raw_size): Remove.
8132 (s390_cannot_fetch_register): Remove.
8133 (s390_register_byte): Remove.
8134 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8135 (s390_dwarf_regmap): New variable.
8136 (s390_dwarf_reg_to_regnum): New function.
8137 (s390_stab_reg_to_regnum): Remove.
8138 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8139 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8140 (s390_convert_register_p): Likewise.
8141 (s390_register_to_value, s390_value_to_register): Likewise.
8142 (s390_register_reggroup_p): Likewise.
8143 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
8144 s390_gregset, s390x_gregset, s390_fpregset): New variables.
8145 (s390_supply_regset, s390_regset_from_core_section): New functions.
8146 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
8147 (S390_FPR_SIZE): Likewise.
8148 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
8149 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
8150 (S390_NUM_GPRS): Move here from tm-s390.h.
8151 (S390_NUM_FPRS): Likewise.
8152 (s390_in_function_epilogue_p): New function.
8153 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
8154 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
8155 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
8156 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
8157 Replace S390_FP_REGNUM by S390_SP_REGNUM.
8159 set_gdbarch_deprecated_max_register_raw_size,
8160 set_gdbarch_deprecated_max_register_virtual_size,
8161 set_gdbarch_deprecated_register_byte,
8162 set_gdbarch_cannot_fetch_register,
8163 set_gdbarch_cannot_store_register,
8164 set_gdbarch_deprecated_register_size,
8165 set_gdbarch_deprecated_register_raw_size,
8166 set_gdbarch_deprecated_register_virtual_size,
8167 set_gdbarch_deprecated_register_virtual_type,
8168 set_gdbarch_deprecated_register_bytes.
8170 set_gdbarch_num_pseudo_regs,
8171 set_gdbarch_register_type,
8172 set_gdbarch_convert_register_p,
8173 set_gdbarch_register_to_value,
8174 set_gdbarch_value_to_register,
8175 set_gdbarch_register_reggroup_p,
8176 set_gdbarch_regset_from_core_section,
8177 set_gdbarch_pseudo_register_read,
8178 set_gdbarch_pseudo_register_write,
8179 set_gdbarch_in_function_epilogue_p.
8180 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
8181 (s390_tdep_h): New variable.
8185 * findvar.c (value_from_register): If the type has no length, just
8186 return an acceptable value --- don't report an internal error.
8188 * stabsread.c (read_type): If we find any type numbers that are
8189 forward references, complain if the references aren't resolved by
8190 the time we're finished reading.
8191 (cleanup_undefined_types): Make error message more appropriate for
8196 * Makefile.in (defs_h): Remove dependency on progress_h.
8197 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
8199 * main.c (captured_main): Delete use of START_PROGRESS and
8204 * objfiles.c (terminate_minimal_symbol_table): Add back
8205 initialization of MSYMBOL_TYPE.
8209 Committed by Andrew Cagney.
8210 * Makefile.in (ia64_tdep_h): New macro.
8211 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
8212 (ia64-tdep.o): Likewise.
8213 * ia64-tdep.h: New file.
8214 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
8215 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
8216 (ia64_aix_sigcontext_register_address): Likewise.
8217 (ia64_linux_getunwind_table): Delete declaration.
8218 * ia64-linux-tdep.c: Likewise.
8222 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
8223 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
8224 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
8228 * symtab.c (skip_prologue_using_sal): New function.
8229 * symtab.h (skip_prologue_using_sal): Declare.
8230 * frv-tdep.c: Include "symtab.h".
8231 (skip_prologue_using_sal): Delete function.
8232 * mips-tdep.c (skip_prologue_using_sal): Delete function.
8233 * rs6000-tdep.c (refine_prologue_limit): Mention
8234 skip_prologue_using_sal.
8235 * ia64-tdep.c (refine_prologue_limit): Ditto.
8236 * Makefile.in: Update dependencies.
8240 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
8241 START_INFERIOR_TRAPS_EXPECTED.
8242 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
8243 START_INFERIOR_TRAPS_EXPECTED.
8244 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
8246 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
8247 macro, moved to "nm-osf.h". Update copyright.
8248 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
8251 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
8252 and function replacing FRAMELESS_FUNCTION_INVOCATION.
8253 * blockframe.c (legacy_frameless_look_for_prologue): Rename
8254 frameless_look_for_prologue.
8255 * frame.h (legacy_frameless_look_for_prologue): Rename
8256 frameless_look_for_prologue.
8257 * gdbarch.h, gdbarch.c: Re-generate.
8258 * sh64-tdep.c (sh64_gdbarch_init): Update.
8259 * sh-tdep.c (sh_gdbarch_init): Update.
8260 * s390-tdep.c (s390_gdbarch_init): Update.
8261 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8262 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8263 * m68k-tdep.c (m68k_gdbarch_init): Update.
8264 (delta68_frame_args_address): Update.
8265 * m32r-tdep.c (m32r_gdbarch_init): Update.
8266 * hppa-tdep.c (hppa_gdbarch_init): Update.
8267 * h8300-tdep.c (h8300_gdbarch_init): Update.
8268 * frv-tdep.c (frv_gdbarch_init): Update.
8269 (frv_frameless_function_invocation): Update.
8270 * cris-tdep.c (cris_gdbarch_init): Update.
8271 (cris_frameless_function_invocation): Update.
8272 * avr-tdep.c (avr_gdbarch_init): Update.
8273 * arm-tdep.c (arm_gdbarch_init): Update.
8274 * stack.c (frame_info): Update, call predicate.
8275 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
8276 * frame.c (legacy_get_prev_frame): Update, call predicate..
8277 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
8278 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
8279 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
8281 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8282 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8283 * vax-tdep.c (vax_gdbarch_init): Ditto.
8285 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
8290 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
8295 * tui/tui-windata.c: Include "gdb_string.h".
8296 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
8297 * tui/tui-layout.c, tui/tui-command.c: Ditto.
8298 * Makefile.in: Update dependencies.
8302 * Makefile.in (infrun.o): Add $(gdb_assert_h).
8303 * infrun.c: Include "gdb_assert.h".
8304 (singlestep_ptid, saved_singlestep_ptid)
8305 (stepping_past_singlestep_breakpoint): New variables.
8306 (resume): Set singlestep_ptid. Check for singlestep thread
8308 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
8309 (handle_inferior_event): Handle singlestep thread hop.
8313 * dwarf2-frame.c (dwarf2_frame_ops): New function.
8314 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
8315 (dwarf2_frame_init_reg): Ditto.
8317 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
8318 suggested by Joshua Neuheisel
8320 * configure.in: Always check for curses, including pdcurses.
8321 Warn, instead of error, when no curses are found. Enable TUI when
8322 curses is available.
8323 * configure: Re-generate.
8327 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
8328 sh_sh4_register_convert_to_virtual.
8329 (sh_register_convert_to_raw): Rename from
8330 sh_sh4_register_convert_to_raw.
8331 (sh_pseudo_register_read): Accomodate above name change.
8332 (sh_pseudo_register_write): Ditto.
8336 * sh-tdep.c (sh_generic_register_name): Remove.
8337 (sh_gdbarch_init): Use sh_sh_register_name in default case.
8341 * configure.in (build_warnings): Add -Wunused-function.
8342 * configure: Re-generate.
8344 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
8345 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
8347 * procfs.c (procfs_init_inferior): Assume that
8348 START_INFERIOR_TRAPS_EXPECTED is defined.
8349 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
8350 * config/ns32k/tm-nbsd.h: Delete file,
8351 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
8353 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
8354 * config/vax/tm-vax.h: Delete file.
8356 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8357 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8358 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8359 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8360 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
8361 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8362 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
8366 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
8367 * dwarf2-frame.c (dwarf2_frame_data): New variable.
8368 (struct dwarf2_frame_ops): New.
8369 (dwarf2_frame_default_init_reg): New function, based on
8370 dwarf2_frame_init_reg.
8371 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
8372 (dwarf2_frame_init_reg): Call architecture-specific function.
8373 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
8374 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
8375 instead of dwarf2_frame_data.
8376 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
8377 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
8381 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
8382 register_gdbarch_swap.
8383 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
8384 * f-lang.c (_initialize_f_language): Update, use
8385 DEPRECATED_REGISTER_GDBARCH_SWAP.
8386 * remote.c (_initialize_remote): Ditto.
8387 * regcache.c (_initialize_regcache): Ditto.
8388 * parse.c (_initialize_parse): Ditto.
8389 * infrun.c (_initialize_infrun): Ditto.
8390 * mi/mi-main.c (_initialize_mi_main): Ditto.
8391 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8393 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
8394 poking .cacheable directly.
8395 * symfile.c (symfile_bfd_open): Ditto.
8397 * Makefile.in: Update all dependencies.
8399 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
8400 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
8401 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
8402 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
8403 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
8407 * arch-utils.c (legacy_convert_register_p): Check
8408 DEPRECATED_REGISTER_CONVERTIBLE_P.
8409 * findvar.c (value_of_register): Ditto.
8411 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
8412 * gdbarch.h, gdbarch.c: Re-generate.
8413 * arch-utils.c (deprecated_register_convertible_not): Delete.
8414 * arch-utils.h (deprecated_register_convertible_not): Delete.
8415 * mi/mi-main.c (get_register): Update. Update copyright.
8416 * infcmd.c (default_print_registers_info): Update.
8418 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
8419 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
8420 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8421 * gdbarch.h, gdbarch.c: Re-generate.
8422 * frame.c (deprecated_get_next_frame_hack): Delete function.
8423 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
8424 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8426 * infcall.c (call_function_by_hand): Update.
8430 * symfile.c (init_entry_point_info, entry_point_address): Move
8432 * objfiles.c (init_entry_point_info, entry_point_address):..to
8434 * symfile.h (init_entry_point_info, entry_point_address): Remove
8436 * objfiles.h (init_entry_point_info, entry_point_address):Add
8438 * cris-tdep.c: Remove include of symfile.h. Add include of
8441 * mcore-tdep.c: Ditto.
8442 * mn10300-tdep.c: Ditto.
8443 * sh64-tdep.c: Ditto.
8444 * v850-tdep.c: Ditto.
8445 * arm-tdep.c: Remove include of symfile.h.
8446 * blockframe.c: Ditto.
8447 * coffread.c: Ditto.
8449 * dwarf2read.c: Ditto.
8450 * dwarfread.c: Ditto.
8451 * frv-tdep.c: Ditto.
8452 * ia64-tdep.c: Ditto.
8453 * mdebugread.c: Ditto.
8454 * mipsread.c: Ditto.
8455 * rs6000-tdep.c: Ditto.
8456 * s390-tdep.c: Ditto.
8458 * xstormy16-tdep.c: Ditto.
8459 * gdbarch.sh: Remove include of symfile.h.
8460 * gdbarch.c: Regenerate.
8461 * solib-irix.c (enable_break): Use entry_point_address().
8462 Add comment about include file.
8463 * xcoffread.c: Add comment about include file.
8464 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
8465 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
8466 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
8467 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
8468 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
8472 * corelow.c (core_xfer_partial): Use "struct bfd_section".
8473 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
8475 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
8479 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
8480 set_gdbarch_store_return_value.
8484 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
8485 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
8486 (interrupt_query): Ditto.
8487 (ofunc): Delete unused variable.
8488 * cris-tdep.c (cris_abi): Delete unused function.
8489 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
8490 (cris_get_wide_opcode, cris_get_short_size): Ditto.
8491 (cris_get_asr_quick_shift_steps): Ditto.
8492 (cris_skip_prologue_frameless_p): Ditto.
8493 * arm-tdep.c (arm_push_return_address): Delete unused function.
8494 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
8495 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
8496 * s390-tdep.c (s390_function_start): Delete unused function.
8500 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
8501 gdbarch.h, gdbarch.c: Re-generate.
8502 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
8503 to generic_prologue_frameless_p.
8504 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
8505 * arch-utils.c (generic_prologue_frameless_p): Delete function.
8509 * mips-linux-tdep.c: Include "frame.h".
8510 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
8511 (mips_linux_skip_resolver): New functions.
8512 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
8513 and set_gdbarch_in_solib_call_trampoline.
8514 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
8515 to after set_gdbarch_in_solib_return_trampoline. Only set the
8516 solib hooks to mips16 functions if the OS ABI is unknown.
8517 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
8518 including "config/tm-linux.h".
8519 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
8520 * Makefile.in (mips-linux-tdep.o): Update.
8524 * linespec.c (decode_compound): Only look for a class symbol when
8525 considering all but the rightmost component.
8529 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
8530 abi code are are separatly grouped.
8534 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
8535 * gdbarch.h, gdbarch.c: Re-generate.
8536 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8537 * v850-tdep.c (v850_gdbarch_init): Update.
8538 * sh64-tdep.c (sh64_gdbarch_init): Update.
8539 * sh-tdep.c (sh_gdbarch_init): Update.
8540 * s390-tdep.c (s390_gdbarch_init): Update.
8541 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8542 * mips-tdep.c (mips_gdbarch_init): Update.
8543 * mcore-tdep.c (mcore_gdbarch_init): Update.
8544 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8545 * m32r-tdep.c (m32r_gdbarch_init): Update.
8546 * ia64-tdep.c (ia64_gdbarch_init): Update.
8547 * hppa-tdep.c (hppa_gdbarch_init): Update.
8548 * h8300-tdep.c (h8300_gdbarch_init): Update.
8549 * frv-tdep.c (frv_gdbarch_init): Update.
8550 * d10v-tdep.c (d10v_gdbarch_init): Update.
8551 * cris-tdep.c (cris_gdbarch_init): Update.
8552 * avr-tdep.c (avr_gdbarch_init): Update.
8553 * arm-tdep.c (arm_gdbarch_init): Update.
8554 * alpha-tdep.c (alpha_gdbarch_init): Update.
8558 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
8560 (sh_sh4al_dsp_register_name): Ditto.
8564 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
8565 (mips_init_frame_pc_first): Delete function.
8566 (mips_frame_saved_pc): Delete function.
8567 (mips_frame_chain): Delete function.
8568 (mips_init_extra_frame_info): Delete function.
8569 (mips_xfer_register): Delete unused variable "reg".
8570 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
8571 (mips_n32n64_return_value): Delete unused variable "reg".
8572 (mips_n32n64_return_value): Delete unused variable "pos".
8573 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
8574 (mips_o32_return_value): Delete unused variable "pos".
8575 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
8576 (mips_print_fp_register): Delete unused variable "namelen"
8577 (mips_print_fp_register): Delete unused variable "flt2"
8578 (get_frame_pointer): Delete function.
8579 (cached_proc_desc): Delete static variable.
8580 (mips_pop_frame): Delete function.
8581 (mips_find_saved_regs): Delete function.
8582 (mips_get_saved_register): Delete function.
8583 (mips_saved_pc_after_call): Delete function.
8584 (SIGFRAME_BASE): Delete macro.
8585 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
8586 (SIGFRAME_PC_OFF): Delete macro.
8587 (SIGFRAME_REGSAVE_OFF): Delete macro.
8588 (mips_dump_tdep): Do not print deleted macro definitions.
8592 * Makefile.in (SFILES): Remove explictly listed tui files.
8593 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
8597 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
8598 to use paddr functions to format ia64 addresses and long values.
8599 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
8600 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
8601 (get_kernel_table, ia64_find_proc_info_x): Ditto.
8602 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
8603 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
8607 * defs.h: Do not include "tui.h".
8608 * gdb_curses.h: New file.
8609 * tui/tui-hooks.h: New file.
8610 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
8611 (tui_install_hooks, tui_remove_hooks): Delete declarations.
8612 (tui_initialize_io): Delete declaration.
8613 (tui_initialize_readline: Delete redundant declaration.
8614 (struct tui_point): Delete definition.
8615 * tui/tui-data.h (struct tui_point): Define.
8616 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
8617 * utils.c: Include "tui/tui.h".
8618 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
8619 * printcmd.c [TUI]: Include "tui/tui.h".
8620 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
8621 * tui/tui-command.c: Include "gdb_curses.h".
8622 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
8623 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
8624 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
8625 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
8626 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
8627 * Makefile.in: Update all dependencies.
8628 (tui_hooks_h, gdb_curses_h): Define.
8629 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
8633 * objfiles.h (struct objfile): Remove unused fields auxf1 and
8634 auxf2. Add comments about some other rarely used fields.
8638 * Makefile.in (init.c): Fix script removing duplicates. Problem
8639 reported by Peter Schauer.
8643 * bcache.c (bcache_xmalloc): Use obstack_init instead of
8644 obstack_specify_allocation.
8645 * objfiles.c (allocate_objfile): Ditto.
8646 * solib-sunos.c (solib_add_common_symbols)
8647 (allocate_rt_common_objfile): Ditto.
8648 * symfile.c (reread_symbols): Ditto.
8649 * gdb_obstack.h: Add comment.
8653 * linespec.c (decode_line_1, locate_first_half)
8654 (decode_compound, lookup_prefix_sym): Update comments. Delete old
8659 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
8664 * blockframe.c (find_pc_partial_function): If find_pc_overlay
8665 fails, try find_pc_section. Fix PR c++/1267.
8666 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
8667 instead of find_pc_mapped_section.
8668 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
8669 not default to the section containing PC. Fix PR symtab/1519.
8673 * Makefile.in (mips-tdep.o): Update dependencies.
8674 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
8676 (mips_unwind_pc): Return the pseudo PC register.
8677 (mips_unwind_dummy_id): New function.
8678 (mips16_fetch_instruction): New function.
8679 (mips32_fetch_instruction): New function.
8680 (struct mips_frame_cache): Define.
8681 (mips_mdebug_frame_cache): New function.
8682 (mips_mdebug_frame_this_id): New function.
8683 (mips_mdebug_frame_prev_register): New function.
8684 (mips_mdebug_frame_unwind): Define.
8685 (mips_mdebug_frame_sniffer): New function.
8686 (mips_mdebug_frame_base_address): New function.
8687 (mips_mdebug_frame_base): Define.
8688 (mips_mdebug_frame_base_sniffer): New function.
8689 (mips_gdbarch_init): Append unwind and base sniffers. Set
8694 * frame.c: Print both the register number and name.
8696 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
8697 and a sed into a single sed. Make .c and .o patterns more robust.
8699 (INIT_FILES): Replace OBS with COMMON_OBS.
8700 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
8704 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
8705 the PT_WCOOKIE request.
8709 * mips-tdep.c (mips_unwind_pc): New function.
8710 (mips_gdbarch_init): Set mips_unwind_pc.
8712 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
8713 (get_frame_id): Allow the UNKNOWN_FRAME.
8714 (frame_register_unwind, get_frame_type): Ditto.
8716 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
8717 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
8718 unwind_dummy_id indicates a legacy frame.
8720 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
8721 * configure: Re-generate.
8723 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
8728 * configure.in (CONFIG_ALL): Set to Makefile target, and not
8730 * configure: Re-generate.
8731 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
8732 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
8733 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
8734 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
8735 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
8736 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
8737 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
8738 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
8739 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
8740 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
8744 * Makefile.in: Update all dependencies.
8746 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
8747 * configure: Re-generate.
8748 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
8749 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
8750 (COMMON_OBS): Add "main.o" and "annotate.o".
8751 (ANNOTATE_OBS): Delete.
8752 (OBS): Remove ANNOTATE_OBS.
8753 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
8755 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
8756 against CONFIG_OBS and "main.o".
8757 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
8758 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
8760 * tui/tui-command.c: Include "gdb_string.h", delete register
8761 attribute, use ISO-C function signatures.
8762 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
8763 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
8764 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
8767 * tui/tui-command.c: Change variable and function names to lower
8769 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
8770 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
8771 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
8772 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8773 * tui/tui-winsource.c, tui/tui.c: Ditto.
8777 * buildsym.c (free_pending_blocks, finish_block)
8778 (record_pending_block, make_blockvector, end_symtab): Replace
8779 symbol_obstack with objfile_obstack.
8780 * coffread.c (process_coff_symbol, coff_read_struct_type)
8781 (coff_read_enum_type): Ditto.
8782 * cp-namespace.c (initialize_namespace_symtab)
8783 (check_one_possible_namespace_symbol): Ditto.
8784 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
8785 (dwarf2_symbol_mark_computed): Ditto.
8786 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
8787 * elfread.c (elf_symtab_read): Ditto.
8788 * hpread.c (hpread_symfile_init, hpread_symfile_init)
8789 (hpread_read_enum_type, hpread_read_function_type)
8790 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
8792 * jv-lang.c (get_java_class_symtab, add_class_symbol)
8793 (java_link_class_type): Ditto.
8794 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
8795 (new_symbol): Ditto.
8796 * minsyms.c (install_minimal_symbols): Ditto.
8797 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
8798 (terminate_minimal_symbol_table): Replace symbol_obstack with
8800 (free_objfile): Remove freeing of symbol_obstack.
8801 * objfiles.h: Remove symbol_obstack field.
8802 * pa64solib.c (add_to_solist): Replace symbol_obstack with
8804 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
8806 (solib_add_common_symbols): Replace symbol_obstack with
8808 * somsolib.c (som_solib_add): Ditto.
8809 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8810 (common_block_start, common_block_end): Ditto.
8811 * symfile.c (reread_symbols): Remove freeing and init of
8813 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
8814 * symfile.h: Update comment.
8815 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
8817 * symtab.c (symbol_set_names): Replace symbol_obstack with
8819 * symtab.h (struct general_symbol_info, struct minimal_symbol):
8821 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
8822 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
8827 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
8828 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
8829 fields and variables.
8830 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
8831 (m_beInvisible): Delete macro.
8832 * tui/tui-data.h: Fix case case fields and variables.
8833 (m_genWinPtrIsNull): Delete macro.
8834 (tui_win_list): Rename winList.
8835 (TUI_SRC_WIN): Rename srcWin.
8836 (TUI_DISASM_WIN): Rename disassemWin.
8837 (TUI_DATA_WIN): Rename dataWin.
8838 (TUI_CMD_WIN): Rename cmdWin.
8839 (m_genWinPtrNotNull): Delete macro.
8840 (m_winPtrIsNull): Delete macro.
8841 (m_winPtrNotNull): Delete macro.
8842 (tui_win_is_source_type): Replace m_winIsSourceType
8843 (tui_win_is_auxillary): Replace m_winIsAuzillary.
8844 (tui_win_has_locator): Replace m_hasLocator.
8845 (tui_set_win_highlight): Replace m_setWinHighlightOn and
8846 m_setWinHighlightOff.
8847 * tui/tui-data.c: Update references.
8848 (tui_win_is_source_type, tui_set_win_highlight): New functions.
8849 (tui_win_has_locator, tui_win_is_auxillary): New functions.
8850 * tui/tui-command.c, tui/tui-disasm.c: Update references.
8851 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
8852 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
8853 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8854 * tui/tui-winsource.c, tui/tui.c: Ditto.
8858 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
8859 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
8862 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
8863 variable `i6' to `i7'.
8864 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
8868 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
8869 (TuiPoint, TuiPointPtr): Ditto.
8870 (TuiStatus, TuiStatusPtr): Ditto.
8871 (TuiWinType, TuiWinTypePtr): Ditto.
8872 (struct tui_point): Rename _TuiPoint.
8873 (tui_get_low_disassembly_address): Rename
8874 tuiGetLowDisassemblyAddress.
8875 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
8876 (tuiFree): Delete declaration.
8877 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
8878 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
8879 * tui/tui.c (tuiFree): Delete function.
8880 * cli/cli-cmds.c (disassemble_command): Update references.
8881 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
8882 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
8883 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
8884 * tui/tui-winsource.c: Ditto.
8888 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
8889 coffstab_build_psymtabs, elfstab_build_psymtabs)
8890 (stabsect_build_psymtabs): Replace psymbol_obstack with
8892 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
8893 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
8895 * dwarfread.c (scan_compilation_units): Ditto.
8896 * elfread.c (elfstab_offset_sections): Ditto.
8897 * hppa-tdep.c (read_unwind_info): Ditto.
8898 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
8899 (hpread_end_psymtab): Ditto.
8900 * mdebugread.c (mdebug_build_psymtabs, add_pending)
8901 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
8903 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8904 * objfiles.c (add_to_objfile_sections)
8905 (build_objfile_section_table): Ditto.
8906 (allocate_objfile): Remove init of psymbol_obstack.
8907 (free_objfile): Remove freeing of psymbol_obstack.
8908 * objfiles.h (struct objfile): Remove field
8909 psymbol_obstack. Update comments.
8910 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
8911 psymbol_obstack with objfile_obstack.
8912 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
8914 * somread.c (som_symfile_offsets, init_import_symbols)
8915 (init_export_symbols): Replace psymbol_obstack with
8917 * somsolib.c (som_solib_add_solib_objfile): Ditto.
8918 * symfile.c (default_symfile_offsets, syms_from_objfile)
8919 (reread_symbols): Remove freeing and init of psymbol_obstack.
8920 (cashier_psymtab): Update comment.
8921 * symmisc.c (print_objfile_statistics): Don't report stats for
8923 * symtab.h (struct general_symbol_info, struct partial_symtab):
8925 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
8926 (xcoff_symfile_offsets): Replace psymbol_obstack with
8931 * objfiles.h (struct objfile): Add objfile_obstack field.
8932 Remove type_obstack field.
8934 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
8935 read_structure_scope read_enumeration, new_symbol): Replace
8936 type_obstack with objfile_obstack.
8937 * dwarfread.c (struct_type, enum_type): Ditto.
8938 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
8939 (lookup_fundamental_type): Ditto.
8940 * gdbtypes.h (TYPE_ALLOC): Ditto.
8941 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
8942 (hpread_read_doc_function_type, hpread_read_struct_type)
8943 (fix_static_member_physnames, hpread_read_array_type)
8944 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8945 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
8946 (java_link_class_type): Ditto.
8947 * mdebugread.c (parse_type): Ditto.
8948 * objfiles.c (allocate_objfile, free_objfile): Ditto.
8949 * solib-sunos.c (solib_add_common_symbols): Ditto.
8950 * stabsread.c (define_symbol, read_type, read_member_functions,
8951 read_cpp_abbrev, read_one_struct_field): Ditto.
8952 * symfile.c (reread_symbols): Ditto.
8953 * symmisc.c (print_objfile_statistics): Ditto.
8957 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
8958 (tui_exec_info_content): Rename TuiExecInfoContent.
8959 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
8960 (TuiWinInfo, TuiWinInfoPtr): Ditto.
8961 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
8962 (TuiList, TuiListPtr): Ditto.
8963 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
8964 (TuiDataType, TuiDataTypePtr): Ditto.
8965 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
8966 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
8967 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
8968 (TuiSourceElement, TuiSourceElementPtr): Ditto.
8969 (TuiDataElement, TuiDataElementPtr): Ditto.
8970 (TuiWinElement, TuiWinElementPtr): Ditto.
8971 (TuiDataInfo, TuiDataInfoPtr): Ditto.
8972 (TuiCommandElement, TuiCommandElementPtr): Ditto.
8973 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
8974 (TuiWhichElement, TuiWhichElementPtr): Ditto.
8975 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
8976 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
8977 * tui/tui-command.c, tui/tui-data.c: Update references.
8978 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
8979 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
8980 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8981 * tui/tui-winsource.c, tui/tui.c: Ditto.
8985 * dwarf2-frame.h: Update copyright.
8986 (enum dwarf2_frame_reg_rule): New.
8987 (struct dwarf2_frame_state_reg): New.
8988 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
8989 * dwarf2-frame.c: Update copyright.
8990 (enum dwarf2_reg_rule): Remove.
8991 (struct dwarf2_frame_state): Remove defenition of `struct
8992 dwarf2_frame_state_reg'.
8993 (read_reg): Call get_frame_arch to get the architecture instead of
8994 using CURRENT_GDBARCH.
8995 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
8997 (dwarf2_frame_init_reg): New function.
8998 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
8999 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9000 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9001 tags with DWARF2_FRAME_.
9002 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9003 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9004 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9008 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9009 (enum tui_data_type): Rename _TuiDataType.
9010 (struct tui_layout_def): Rename _TuiLayoutDef.
9011 (struct tui_source_element): Rename _TuiSourceElement.
9012 (struct tui_data_element): Rename _TuiDataElement.
9013 (struct tui_command_element): Rename _TuiCommandElement.
9014 (struct tui_locator_element): Rename _TuiLocatorElement.
9015 (union tui_which_element): Define.
9016 (struct tui_win_element): Rename _TuiWinElement.
9017 (struct tui_data_info): Rename _TuiDataInfo.
9018 (struct tui_source_info): Rename _TuiSourceInfo.
9019 (struct tui_command_info): Rename _TuiCommandInfo.
9020 (tui_initialize_static_data): Rename initializeStaticData.
9021 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9022 (tui_alloc_win_info): Rename allocWinInfo.
9023 (tui_init_generic_part): Rename initGenericPart.
9024 (tui_init_win_info): Rename initWinInfo.
9025 (tui_alloc_content): Rename allocContent.
9026 (tui_add_content_elements): Rename addContentElements.
9027 (tui_init_content_element): Rename initContentElement.
9028 (tui_free_window): Rename freeWindow.
9029 (tui_free_win_content): Rename freeWinContent.
9030 (tui_free_data_content): Rename freeDataContent.
9031 (tui_free_all_source_wins_content): Rename
9032 freeAllSourceWinsContent.
9033 (tui_del_window): Rename tuiDelWindow.
9034 (tui_del_data_windows): Rename tuiDelDataWindows.
9035 (tui_partial_win_by_name): Rename partialWinByName.
9036 (tui_win_name): Rename winName.
9037 (tui_current_layout): Rename currentLayout.
9038 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9039 (tui_term_height): Rename termHeight.
9040 (tui_set_term_height_to): Rename setTermHeightTo.
9041 (tui_term_width): Rename termWidth.
9042 (tui_set_term_width_to): Rename setTermWidthTo.
9043 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9044 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9045 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9046 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9047 (tui_source_windows): Rename sourceWindows.
9048 (tui_clear_source_windows): Rename clearSourceWindows.
9049 (tui_clear_source_windows_detail): Rename
9050 clearSourceWindowsDetail.
9051 (tui_clear_win_detail): Rename clearWinDetail.
9052 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9053 (tui_default_tab_len): Rename tuiDefaultTabLen.
9054 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9055 (tui_win_with_focus): Rename tuiWinWithFocus.
9056 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9057 (tui_layout_def): Rename tuiLayoutDef.
9058 (tui_win_resized): Rename tuiWinResized.
9059 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9060 (tui_next_win): Rename tuiNextWin.
9061 (tui_prev_win): Rename tuiPrevWin.
9062 (tui_add_to_source_windows): Rename addToSourceWindows.
9063 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9064 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9065 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9066 * tui/tui.c, tui/tui-data.c: Ditto.
9067 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9068 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9070 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9071 (struct symtab): Declare.
9072 (tui_set_source_content): Rename tuiSetSourceContent.
9073 (tui_show_symtab_source): Rename tuiShowSource.
9074 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9075 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9076 * tui/tui-source.c: Update copyright. Update references.
9077 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9078 * tui/tui-stack.c: Update references.
9080 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9081 (struct tui_win_info): Declare.
9082 (tui_scroll_forward): Rename tuiScrollForward.
9083 (tui_scroll_backward): Rename tuiScrollBackward.
9084 (tui_scroll_left): Rename tuiScrollLeft.
9085 (tui_scroll_right): Rename tuiScrollRight.
9086 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9087 (tui_resize_all): Rename tuiResizeAll.
9088 (tui_refresh_all_win): Rename tuiRefreshAll.
9089 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9090 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9091 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9092 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9094 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9095 (tui_erase_data_content): Rename tuiEraseDataContent.
9096 (tui_display_all_data): Rename tuiDisplayAllData.
9097 (tui_check_data_values): Rename tuiCheckDataValues.
9098 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9099 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9100 (tui_first_data_element_no_in_line): Rename
9101 tuiFirstDataElementNoInLine.
9102 (tui_delete_data_content_windows): Rename
9103 tuiDeleteDataContentWindows.
9104 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9105 (tui_display_data_from): Rename tuiDisplayDataFrom.
9106 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9107 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9108 * tui/tui-win.c, tui/tui-regs.c: Update references.
9109 * tui/tui-layout.c, tui/tui.c: Update references.
9111 * tui/tui-wingeneral.h: Update copyright.
9112 (m_allBeVisible): Delete macro.
9113 (m_allBeInvisible): Delete macro.
9114 (struct tui_gen_win_info): Declare.
9115 (struct tui_win_info): Declare.
9116 (tui_unhighlight_win): Rename unhighlightWin.
9117 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9118 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9119 (tui_make_window): Rename makeWindow.
9120 (tui_copy_win): Rename copyWin.
9121 (tui_box_win): Rename boxWin.
9122 (tui_highlight_win): Rename highlightWin.
9123 (tui_check_and_display_highlight_if_needed): Rename
9124 checkAndDisplayHighlightIfNeeded.
9125 (tui_refresh_all): Rename refreshAll.
9126 (tui_delete_win): Rename tuiDelwin.
9127 (tui_refresh_win): Rename tuiRefreshWin.
9128 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9129 (tui_make_visible, tui_make_invisible): New functions.
9130 (tui_make_all_visible, tui_make_all_invisible): New functions.
9131 (make_all_visible): Rename makeAllVisible.
9132 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9133 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9134 * tui/tui-windata.c, tui/tui-win.c: Update references.
9135 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9136 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9140 * proc-api.c (write_with_trace): Initialize local variable to
9141 silence compiler warning.
9145 * tui/tui-source.h: Do not include "defs.h".
9146 (struct tui_win_info): Declare.
9147 (tui_set_source_content_nil): Declare.
9148 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
9149 (union tui_line_or_address): Rename _TuiLineOrAddress.
9150 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
9151 (tui_update_source_window): Rename tuiUpdateSourceWindow.
9152 (tui_update_source_window_as_is): Rename
9153 tuiUpdateSourceWindowAsIs.
9154 (tui_update_source_windows_with_addr): Rename
9155 tuiUpdateSourceWindowsWithAddr.
9156 (tui_update_source_windows_with_line): Rename
9157 tuiUpdateSourceWindowsWithLine.
9158 (tui_clear_source_content): Rename tuiClearSourceContent.
9159 (tui_erase_source_content): Rename tuiEraseSourceContent.
9160 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
9161 (tui_show_source_content): Rename tuiShowSourceContent.
9162 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
9163 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
9164 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
9165 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
9166 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
9167 (tui_update_exec_info): Rename tuiUpdateExecInfo.
9168 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
9169 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
9170 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
9171 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
9172 (struct tui_win_info): Declare.
9173 * tui/tui-stack.c: Update references.
9174 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
9175 * tui/tui-win.c, tui/tui-source.c: Ditto.
9176 * tui/tui.c, tui/tui-disasm.c: Ditto.
9180 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
9181 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
9185 * infrun.c (handle_inferior_event): Allow for breakpoint
9186 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
9187 and SIGEMT. Update comments.
9188 * NEWS (Revised SPARC target): Mention support for non-executable
9193 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
9194 * inftarg.c: Update copyright year.
9195 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
9196 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
9197 (sparc_xfer_wcookie): New function.
9198 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9199 * Makefile.in (sparc-nat.o): Update dependencies.
9200 * config/sparc/nm-nbsd.h: Include "target.h".
9201 (NATIVE_XFER_WCOOKIE): New define.
9202 (sparc_xfer_wcookie): New prototype.
9206 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
9207 SYSCALL_TRAP function.
9208 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
9213 * objfiles.h: Delete comments refering to inside_entry_func and
9214 DEPRECATED_FRAME_CHAIN_VALID.
9215 * defs.h (inside_entry_func): Update prototype..
9216 * blockframe.c (inside_entry_func): Rename to
9217 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
9218 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
9222 * breakpoint.c (struct captured_parse_breakpoint_args): Move
9223 outside of #ifdef SOLIB_ADD region.
9224 (do_restore_lang_radix_cleanup): Ditto.
9225 (resolve_pending_breakpoint): Ditto.
9229 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
9230 (process_note_abi_tag_sections): Delete unused function.
9231 (ia64_read_fp): Delete unused function.
9232 (gdbarch_extract_struct_value_address): Delete declaration.
9236 * vax-tdep.c (vax_frame_chain): Delete call to
9237 deprecated_inside_entry_file.
9238 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
9242 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
9243 column that's "empty" or "same value" when eliminating REG_RA
9248 * NEWS: Add information about new pending breakpoint support.
9252 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
9253 and pending fields for pending breakpoint support.
9254 * breakpoint.c (breakpoint_enabled): Add check for not pending.
9255 (condition_command): Only parse condition if not a pending
9257 (print_one_breakpoint): Add support for pending breakpoints.
9258 (describe_other_breakpoints): Add checks to verify we are not
9259 dealing with pending breakpoints.
9260 (check_duplicates): Don't check pending breakpoints.
9261 (set_raw_breakpoint): Initialize pending flag.
9262 (do_restore_lang_radix_cleanup): New cleanup routine.
9263 (resolve_pending_breakpoint): New function.
9264 (re_enable_breakpoints_in_shlibs): Try and resolve any
9265 pending breakpoints via resolve_pending_breakpoint.
9266 (mention): Add pending breakpoint support.
9267 (parse_breakpoint_sals): Add new parameter to pass to
9268 decode_line_1 to indicate silent errors when files or functions
9269 are not found. Change all callers.
9270 (do_captured_parse_breakpoint): New function.
9271 (break_command_1): Change prototype to return an rc value and to
9272 take an optional pending breakpoint pointer. Support creating
9273 a pending breakpoint if a "not found" form of error occurs when
9274 parsing the breakpoint. Also support resolving an existing pending
9275 breakpoint and be silent if the resolution fails.
9276 (create_breakpoints): Change prototype to take pending breakpoint
9277 pointer. When resolving a pending breakpoint, use the new pointer
9278 to provide a conditional or commands added by the end-user.
9279 (delete_breakpoint): Add appropriate check for pending.
9280 (breakpoint_re_set_one): Ditto.
9281 (do_enable_breakpoint): Ditto.
9285 * valops.c (enum oload_classification): New.
9286 (find_overload_match): Break implementation into separate
9287 functions; delete #if 0'd code; look for symbols within
9289 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
9290 (find_oload_champ,oload_method_static,classify_oload_match): New.
9291 * cp-support.h: Add declaration for cp_func_name; update
9292 declaration for make_symbol_overload_list.
9293 * cp-support.c (cp_func_name): New.
9294 (overload_list_add_symbol): Fix comment, use
9295 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
9296 (make_symbol_overload_list): Take a function name and a namespace
9297 instead of a symbol; change implementation.
9298 (make_symbol_overload_list_using): New.
9299 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
9303 * main.c (gdb_stdtarg): Move definition to group with other
9304 gdb_stdtarg definitions and update copyright years.
9305 * remote-sim.c (gdb_os_write_stderr): Write output to
9306 gdb_stdtargerr stream instead of gdb_stdtarg stream.
9307 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
9308 gdb_stderr stream and update copyright years.
9312 * Makefile.in (mips-linux-nat.o): Update dependencies.
9313 * mips-linux-nat.c: Include mips-tdep.h.
9317 * sol-thread.c (sol_thread_xfer_partial): New function.
9318 (init_sol_thread_ops): Use that for to_xfer_partial hook.
9319 (init_sol_core_ops): Likewise.
9321 * procfs.c (procfs_xfer_partial): New function.
9322 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
9323 * Makefile.in (procfs.o): Add $(auxv_h) dep.
9325 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
9326 procfs_xfer_auxv function.
9328 * procfs.c (procfs_make_note_section): If we can read
9329 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
9330 * linux-proc.c (linux_make_note_section): Likewise.
9334 * Makefile.in (auxv_h): New variable.
9335 (COMMON_OBS): Add auxv.o here.
9336 (auxv.o): New target.
9338 * corelow.c (core_xfer_partial): New function.
9339 (init_core_ops): Use it for core_ops.to_xfer_partial.
9341 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
9342 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
9343 macro if that is defined.
9347 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
9348 and check the specified thread for each breakpoint.
9349 * breakpoint.h (bpstat_stop_status): Update prototype.
9350 * infrun.c (handle_inferior_event): Update calls to
9355 * Makefile.in (cli-cmds.o): Add $(readline_h).
9359 * cli/cli-cmds.c: Include readline.h.
9360 (complete_command): Pass the start of the last word to
9365 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
9366 argument, and change first argument to a CORE_ADDR.
9367 * breakpoint.h (bpstat_stop_status): Update prototype.
9368 * infrun.c (adjust_pc_after_break): Add a new comment.
9369 (handle_inferior_event): Update calls to bpstat_stop_status.
9373 * breakpoint.h: Update copyright years.
9377 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
9378 (bpstat_stop_status): Don't decrement PC.
9379 * breakpoint.h (software_breakpoint_inserted_here_p): Add
9381 * infrun.c (adjust_pc_after_break): New function.
9382 (handle_inferior_event): Call it, early. Remove later references
9383 to DECR_PC_AFTER_BREAK.
9384 (normal_stop): Add commentary.
9388 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
9389 2004-01-27 double-free fix.
9393 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9394 (sparc32_frame_prev_register): Handle StackGhost.
9395 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9399 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
9400 * configure: Regenerated.
9402 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
9403 * Makefile.in (procfs.o): Add dep.
9407 * tui/tui-stack.h: Update copyright.
9408 (struct frame_info): Add opaque declaration.
9409 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
9410 (tui_show_locator_content): Rename tuiShowLocatorContent.
9411 (tui_show_frame_info): Rename tuiShowFrameInfo.
9412 * tui/tui-stack.c: Update copyright. Update references.
9413 * tui/tui-winsource.c: Update references.
9414 * tui/tui-win.c: Update references.
9415 * tui/tui-layout.c: Update references.
9416 * tui/tui-hooks.c: Update copyright, update references.
9417 * tui/tui.c: Update copyright, update references.
9418 * tui/tui-disasm.c: Update references.
9422 * dwarf2read.c (add_partial_structure): Use demangled name if
9423 namespace equals "".
9427 Clean up misapplied patch:
9428 * dwarf2read.c (determine_prefix): Change one of the two forward
9429 declarations for 'determine_prefix_aux' to a declaration for this.
9430 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
9431 argument to 'die_specification'.
9433 * dwarf2read.c (read_func_scope): Re-indent comment.
9437 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
9438 b->exp to NULL after freeing so that error during re-parsing or
9439 evaluation of expressions associated with breakpoint don't
9440 eventually lead to re-freeing of storage.
9441 Committed by Andrew Cagney.
9445 * source.c (ambiguous_line_spec): Delete undefined declaration.
9446 * m32r-rom.c (m32r_set_board_address): Delete unused function.
9447 (m32r_set_server_address, m32r_set_download_path): Ditto.
9448 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
9452 * dwarf2read.c: Update calls to changed and renamed functions, and
9453 references to moved variables.
9455 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
9456 language, language_defn, list_in_scope, and ftypes members.
9457 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
9458 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
9459 (baseaddr): Remove globals.
9461 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
9462 (set_cu_language, die_is_declaration, die_specification)
9463 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
9464 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
9465 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
9466 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
9468 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
9469 cu.list_in_scope. Don't initialize cu_header_offset.
9470 (add_partial_symbol): Add local baseaddr.
9471 (psymtab_to_symtab_1): Add local baseaddr. Use
9472 objfile->section_offsets for consistency. Don't initialize
9473 cu_header_offset; do initialize cu.header.offset and
9475 (read_file_scope, read_func_scope, read_lexical_block_scope)
9476 (dwarf_decode_lines, new_symbol): Add local baseaddr.
9480 * PROBLEMS: Add gdb/1516.
9484 Patch committed by Andrw Cagney.
9485 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
9486 * configure.tgt: Match knetbsd*-gnu.
9490 * breakpoint.c (catch_command_1): Delete #ifdef code.
9491 (catch_fork_command_1): Delete #ifdef wrapper.
9492 (catch_exec_command_1): Ditto.
9493 (catch_load_command_1): Ditto.
9494 (catch_unload_command_1): Ditto.
9496 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
9497 (catch_breakpoint): Delete #if0ed function.
9498 (disable_catch_breakpoint): Ditto.
9499 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
9500 (disable_catch, enable_catch, delete_catch): Ditto.
9504 * remote.c (echo_check, quit_flag): Delete variables.
9505 (cisco_kernel_mode): Delete variable.
9506 (minitelnet_return, tty_input, escape_count): Delete variables.
9507 (remote_cisco_mode): Delete variable.
9508 (remote_cisco_open, remote_cisco_close): Delete function.
9509 (remote_cisco_mourn, remote_cisco_wait): Delete function.
9510 (init_remote_cisco_ops): Delete function.
9511 (_initialize_remote): Do not install "remote cisco" code.
9512 (read_frame): Delete cisco specific code.
9513 (remote_info_process): Delete function.
9514 (remote_wait): Delete cisco specific code.
9515 (remote_cisco_section_offsets): Delete function.
9516 (remote_cisco_objfile_relocate): Delete function.
9517 (remote_async_wait): Delete cisco specific code.
9518 (minitelnet, readtty, readsocket): Delete function.
9522 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
9523 comments mentioning extract_returned_value_address.
9524 * infcmd.c (print_return_value): Update. Add comments on
9525 extract_returned_value_address.
9526 * stack.c (return_command): Add comments on
9527 extract_returned_value_address.
9528 * values.c: Update comment.
9529 * m32r-tdep.c: Update comment.
9530 * sparc-tdep.c: Update comment.
9531 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
9532 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9533 * sh64-tdep.c (sh64_gdbarch_init): Update.
9534 * sh-tdep.c (sh_gdbarch_init): Update.
9535 * s390-tdep.c (s390_gdbarch_init): Update.
9536 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9537 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9538 * m68k-tdep.c (m68k_gdbarch_init): Update.
9539 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9540 * m32r-tdep.c (m32r_gdbarch_init): Update.
9541 * ia64-tdep.c (ia64_gdbarch_init): Update.
9542 * h8300-tdep.c (h8300_gdbarch_init): Update.
9543 * frv-tdep.c (frv_gdbarch_init): Update.
9544 * arm-tdep.c (arm_gdbarch_init): Update.
9545 * alpha-tdep.c (alpha_gdbarch_init): Update.
9549 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
9550 SYMBOL_LOCATION_FUNCS
9551 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
9552 "struct symbol_ops".
9553 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
9554 type to "struct symbol_ops".
9555 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
9556 (struct symbol): Replace ".aux_value.loc.funcs" and
9557 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
9558 (SYMBOL_OBJFILE): Delete macro.
9559 (SYMBOL_LOCATION_FUNCS): Delete macro.
9560 (SYMBOL_LOCATION_BATON): Update.
9561 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
9562 intead of SYMBOL_LOCATION_FUNCS.
9563 * ax-gdb.c (gen_var_ref): Ditto.
9564 * printcmd.c (address_info): Ditto.
9565 * findvar.c (read_var_value): Ditto.
9566 (symbol_read_needs_frame): Ditto.
9570 * dwarf2read.c (read_func_scope): Document frame-base hack.
9574 * infcmd.c (print_return_value): Plug memory leak; delete
9575 ui_stream object. Rename argument `structure_return' to
9580 * infcmd.c (print_return_value): Wrap long lines.
9581 (finish_command_continuation, finish_command): Remove unused
9582 variable `funcaddr'. Fix some coding-standards problems.
9584 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
9585 SECT_SIZE is large enough, not whether it's exactly the right size.
9586 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
9587 TDEP->fpregset to zero.
9589 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
9590 floating-point registers for traditional NetBSD core files.
9591 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
9592 TDEP->sizeof_fpregset here.
9596 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
9597 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
9598 function with code split out from
9599 sparc32nbsd_sigcontext_frame_cache.
9600 (sparc32nbsd_sigcontext_frame_cache): Use
9601 sparc32nbsd_sigcontext_saved_regs.
9602 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
9604 * sparcobsd-tdep.c: New file.
9605 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
9606 (sparcobsd-tdep.o): New dependency.
9607 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
9608 * config/sparc/obsd.mt: New file.
9610 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
9611 TDEP->fpregset to be initialized to enable core file register
9616 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
9617 Add opaque declarations.
9618 (sparc64nbsd_sigcontext_saved_regs): New prototype.
9619 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
9620 function with code split out from
9621 sparc64nbsd_sigcontext_frame_cache.
9622 (sparc64nbsd_sigcontext_frame_cache): Use
9623 sparc64nbsd_sigcontext_saved_regs.
9624 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
9626 * sparc64obsd-tdep.c: New file.
9627 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
9628 (sparc64obsd-tdep.o): New dependency.
9629 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
9630 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
9631 * config/sparc/obsd64.mt: New file.
9633 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
9634 read the instruction at PC.
9636 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
9637 value of GDB_OSABI_DEFAULT.
9638 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
9639 instead of GDB_OSABI_NETBSD_AOUT.
9643 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
9648 * printcmd.c (display_command): Replace tui_set_display call with
9649 tui_set_layout_for_display_command.
9650 * tui/tui.h (enum tui_win_type): Define.
9651 (tui_set_layout): Delete declaration.
9652 (tui_set_layout_for_display_command): Rename set_tui_layout.
9653 * tui/tui-data.h (enum tui_layout_type): Define.
9654 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
9656 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
9657 (tui_default_win_height): Rename tuiDefaultWinHeight.
9658 (tui_default_win_viewport_height): Rename
9659 tuiDefaultWinViewportHeight.
9660 (tui_set_layout): RenametuiSetLayout.
9661 * tui/tui-layout.c: Update references.
9662 * tui/tui.c: Update references.
9663 * tui/tui-disasm.c: Update references.
9667 Partial workaround for PR c++/1511:
9668 * cp-namespace.c: Include frame.h.
9669 (cp_lookup_transparent_type): New
9670 (cp_lookup_transparent_type_loop): New.
9671 * cp-support.h: Declare cp_lookup_transparent_type.
9672 * symtab.c (basic_lookup_transparent_type): Renamed from
9673 lookup_transparent_type.
9674 (lookup_transparent_type): Replace old body by a call to
9675 current_language->la_lookup_transparent_type.
9676 * symtab.h: Update copyright. Declare
9677 basic_lookup_transparent_type.
9678 * language.h: Update copyright.
9679 (struct language_defn): Add la_lookup_transparent_type.
9680 * language.c: Update copyright.
9681 (unknown_language_defn): Add basic_lookup_transparent_type.
9682 (auto_language_defn): Add basic_lookup_transparent_type.
9683 (local_language_defn): Add basic_lookup_transparent_type.
9684 * ada-lang.c: Update copyright.
9685 (ada_language_defn): Add basic_lookup_transparent_type.
9686 * c-lang.c: Update copyright.
9687 (c_language_defn): Add basic_lookup_transparent_type.
9688 (cplus_language_defn): Add basic_lookup_transparent_type.
9689 (asm_language_defn): Add basic_lookup_transparent_type.
9690 (minimal_language_defn): Add basic_lookup_transparent_type.
9691 * f-lang.c: Update copyright.
9692 (f_language_defn): Add basic_lookup_transparent_type.
9693 * jv-lang.c: Update copyright.
9694 (java_language_defn): Add basic_lookup_transparent_type.
9695 * m2-lang.c: Update copyright.
9696 (m2_language_defn): Add basic_lookup_transparent_type.
9697 * objc-lang.c: Update copyright.
9698 (objc_language_defn): Add basic_lookup_transparent_type.
9699 * p-lang.c: Update copyright.
9700 (p_language_defn): Add basic_lookup_transparent_type.
9701 * scm-lang.c: Update copyright.
9702 (scm_language_defn): Add basic_lookup_transparent_type.
9703 * Makefile.in (cp-namespace.o): Depend on frame.h.
9707 Patch for PR c++/1520:
9708 * dwarf2read.c (read_func_scope): Set processing_current_prefix
9709 properly if we have a specification die.
9710 (determine_prefix_aux): Rename from determine_prefix.
9711 (determine_prefix): Like the old determine_prefix, but never
9716 * avr-tdep.c: Update copyright.
9717 (avr_iaddr_p): Delete unused function.
9718 (avr_saddr_p): Delete unused function.
9722 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
9723 Fix for PR symtab/1534.
9727 * NEWS (New native configurations): Mention OpenBSD/sparc and
9729 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
9730 * configure.host: Likewise.
9731 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
9732 handler for OpenBSD.
9733 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
9737 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
9738 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
9740 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
9741 * cli/cli-cmds.c (shell_escape): Likewise.
9743 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
9744 OpenBSD .note.openbsd.ident sections.
9748 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
9749 get_scope_pc_bounds.
9750 (read_file_scope): Ditto.
9751 (get_scope_pc_bounds): New function, produced by extracting code
9752 from the above two functions, consolidating it, and adding support
9753 for DW_TAG_namespace.
9757 * osabi.c (MAX_NOTESZ): New define.
9758 (check_note): New function.
9759 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
9764 * MAINTAINERS (write after approval): Add myself.
9768 * utils.c (init_page_info): Move declarations of `rows' and
9769 `cols' before the __GO32__-specific code. Move the closing brace
9770 outside the #ifdef __GO32__..#endif block.
9771 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
9775 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
9776 BPSTAT_WHAT_CHECK_SHLIBS.
9780 * MAINTAINERS: Add myself to write-after-approval.
9784 * ax-gdb.c (print_axs_value): Delete unused function.
9785 * jv-lang.c (java_lookup_type): Delete unused function.
9786 * cli/cli-dump.c (dump_filetype): Delete unused function.
9787 * remote-mips.c (remote_mips_insert_hw_breakpoint)
9788 (remote_mips_remove_hw_breakpoint): Delete unused functions.
9789 (mips_getstring): Delete unused function.
9790 (pmon_insert_breakpoint): Delete #if0ed function.
9791 (PMON_MAX_BP): Delete #if0ed MACRO.
9792 (mips_pmon_bp_info): Delete #if0ed variable.
9793 (pmon_remove_breakpoint): Delete #if0ed function.
9794 * monitor.c (monitor_write_even_block): Delete unused function.
9795 (monitor_write_memory_block): Delete #if0ed code.
9796 * dink32-rom.c (dink32_load): Delete unused function.
9797 (_initialize_dink32_rom): Delete #if0ed code.
9798 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
9800 * tui/tui-command.c: Update references.
9801 * tui/tui-io.c: Update references.
9802 * tui/tui-command.h: Update copyright.
9803 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
9805 * source.c (ambiguous_line_spec): Delete never-defined function.
9806 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
9807 * gdbtypes.c (add_name, add_mangled_type): Ditto.
9808 * cli/cli-cmds.c (validate_comname): Ditto.
9810 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
9812 (tui_set_disassem_content): Rename tuiSetDisassemContent.
9813 (tui_show_disassem): Rename tuiShowDisassem.
9814 (tui_show_disassem_and_update_source): Rename
9815 tuiVerticalDisassemScroll.
9816 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
9817 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
9818 * tui/tui.h: Update copyright.
9819 (enum tui_status): Define.
9820 * tui/tui-data.h (enum tui_scroll_direction): Define.
9821 * tui/tui-disasm.c: Update copyright. Update references.
9822 * tui/tui-winsource.c: Update copyright. Update references.
9823 * tui/tui-win.c: Update references.
9824 * tui/tui-layout.c: Update references.
9828 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
9829 sym2 to start of block.
9833 * MAINTAINERS: Delete mmalloc.
9834 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
9835 * NEWS: Mention removal of --with-malloc.
9836 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
9837 * config.in: Regenerate.
9838 * configure: Regenerate.
9839 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
9840 USE_MMALLOC, MMCHECK_FORCE.
9841 * gdbinit.in: Remove mmalloc.
9842 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
9843 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
9844 * config/i386/go32.mh: Likewise.
9845 * config/i386/interix.mh: Likewise.
9846 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9850 * linespec.c (decode_variable, symtab_from_filename): Call
9851 error_silent with error message instead of throwing an exception
9853 * defs.h (error_silent, error_output_message): Add prototypes.
9854 (catch_exceptions_with_msg): Ditto.
9855 * utils.c (error_silent, error_output_message): New functions.
9856 * top.c (catch_exceptions_with_msg): New function.
9860 * mi/mi-cmds.h (enum print_values): Add definition.
9862 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
9863 type and value for simple data types and just the name and type
9864 for complex ones, if required.
9866 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
9867 children, if required.
9871 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
9872 unused declarations.
9876 * top.h (mapped_symbol_files): Delete declaration.
9877 * main.c (captured_main): Delete option "m" and "mapped".
9878 * objfiles.c (mapped_symbol_files): Delete variable.
9879 * symfile.c (symbol_file_command): Delete mmap code.
9880 (symbol_file_add_with_addrs_or_offsets): Ditto.
9881 (add_symbol_file_command, reread_separate_symbols): Ditto.
9882 * objfiles.h (OBJF_MAPPED): Delete.
9883 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
9884 (free_objfile) [USE_MMALLOC]: Ditto.
9885 (open_existing_mapped_file): Delete function.
9886 (open_mapped_file): Delete function.
9887 (map_to_file): Delete function.
9891 * infrun.c (step_into_function): Account for possible breakpoint
9892 adjustment when computing ``stop_func_start''.
9896 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
9897 the region size against the size of a pointer, not the size of
9898 a register as given by DEPRECATED_REGISTER_SIZE.
9902 * tui/tui-regs.h: Include "tui-data.h".
9903 (tuiFirstRegElementNoInLine): Delete declaration.
9904 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
9905 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
9906 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
9907 (tui_calculate_regs_column_count): Rename
9908 tuiCalculateRegsColumnCount.
9909 (tui_check_register_values): Rename tuiCheckRegisterValues.
9910 (tui_show_registers): Rename tuiShowRegisters.
9911 (tui_display_registers_from_line): Rename
9912 tuiDisplayRegistersFromLine.
9913 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
9914 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
9915 (tui_first_reg_element_no_inline): Rename
9916 tuiFirstRegElementNoInLine.
9917 * tui/tui-data.h: Update copyright.
9918 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
9919 * tui/tui-windata.c: Update copyright, update references.
9920 * tui/tui-regs.c: Update copyright, update references.
9921 * tui/tui-win.c: Update copyright, update references.
9922 * tui/tui-layout.c: Update copyright, update references.
9926 * tui/tui-io.c: Update copyright.
9927 (key_is_end_sequence, key_is_backspace): New functions.
9928 (key_is_command_char, key_is_start_sequence): New function.
9929 (tui_getc): Update references.
9930 * tui/tui-io.h: Update copyright.
9931 (m_tuiStartNewLine): Delete macro.
9932 (m_isBackspace, m_isDeleteChar): Delete macros.
9933 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
9934 (m_isNextPage, m_isPrevPage): Delete macros.
9935 (m_isLeftArrow, m_isRightArrow): Delete macros.
9936 (m_isXdbStyleCommandChar): Delete macro.
9937 (key_is_start_sequence): Declare, replace m_isStartSequence.
9938 (key_is_end_sequence): Declare, replace m_isEndSequence.
9939 (key_is_backspace): Declare ,replace m_isBackspace.
9940 (key_is_command_char): Declare, replace m_isCommandChar.
9941 * tui/tui-command.c: Update copyright.
9942 (tuiDispatchCtrlChar): Update references.
9944 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
9947 * tui/tui-command.c: Rename tui/tuiCommand.c.
9948 * tui/tui-command.h: Rename tui/tuiCommand.h.
9949 * tui/tui-data.c: Rename tui/tuiData.c.
9950 * tui/tui-data.h: Rename tui/tuiData.h.
9951 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
9952 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
9953 * tui/tui-io.c: Rename tui/tuiIO.c.
9954 * tui/tui-io.h: Rename tui/tuiIO.h.
9955 * tui/tui-layout.c: Rename tui/tuiLayout.c.
9956 * tui/tui-layout.h: Rename tui/tuiLayout.h.
9957 * tui/tui-regs.c: Rename tui/tuiRegs.c.
9958 * tui/tui-regs.h: Rename tui/tuiRegs.h.
9959 * tui/tui-source.c: Rename tui/tuiSource.c.
9960 * tui/tui-source.h: Rename tui/tuiSource.h.
9961 * tui/tui-stack.c: Rename tui/tuiStack.c.
9962 * tui/tui-stack.h: Rename tui/tuiStack.h.
9963 * tui/tui-win.c: Rename tui/tuiWin.c.
9964 * tui/tui-win.h: Rename tui/tuiWin.h.
9965 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
9966 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
9967 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
9968 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
9969 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
9970 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
9971 * tui/tui-file.c: Update includes.
9972 * tui/tui-hooks.c: Update includes.
9973 * tui/tui-interp.c: Update includes.
9974 * tui/tui.c: Update includes.
9975 * Makefile.in: Update all tui/ dependencies.
9976 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
9978 * Makefile.in: Update copyright. Update dependencies.
9980 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
9985 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
9986 instead of register_gdbarch_init.
9988 * remote-sds.c (tohex): Delete unused function. Update copyright.
9989 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
9990 * v850-tdep.c (v850_register_virtual_size): Ditto.
9991 * target.c (normal_target_post_startup_inferior): Ditto.
9992 * source.c (ambiguous_line_spec): Ditto.
9993 * remote.c (adapt_remote_get_threadinfo): Ditto.
9994 * mi/mi-out.c (out_field_fmt): Ditto.
9995 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
9996 (output_control_change_notification): Ditto.
9997 * m68k-tdep.c (m68k_register_byte): Ditto.
9998 (m68k_remote_breakpoint_from_pc): Ditto.
9999 * ui-out.c (init_ui_out_state): Delete unused declaration.
10000 * stabsread.c (search_value): Ditto.
10001 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10002 * maint.c (print_section_table): Ditto.
10003 * infrun.c (set_follow_fork_mode_command): Ditto.
10007 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10008 DW_CFA_def_cfa_exporession. Add support for
10009 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10010 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10014 * ocd.c: Update copyright.
10015 (bdm_read_register_command): Delete unused function.
10016 (_initialize_remote_ocd): Delete commented out reference.
10017 (get_quoted_char, reset_packet): Delete #if0ed function.
10018 (output_packet, put_quoted_char): Delete #if0ed function.
10019 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10020 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10021 (BDM_BREAKPOINT): Delete #if0ed macro.
10022 (remote_timeout): Delete #if0ed variable.
10026 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10027 (core-sol2.o): Remove dependency.
10028 * core-sol2.c: Remove file.
10032 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10033 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10038 * remote.c: Update copyright years.
10042 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10046 * mdebugread.c: Update copyright.
10047 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10048 (parse_type, parse_procedure): Ditto.
10049 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10051 * cris-tdep.c (cris_store_struct_return): Put back accidently
10054 * gdbarch.sh: Update copyright year.
10055 * gdbarch.h, gdbarch.c: Re-generate.
10059 Suggested by George Anzinger.
10060 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10061 correct stack offset. Include unknown opcode numbers in the error
10066 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10067 extract_struct_value_address, i386 does not set it.
10068 * sparc64-tdep.c (sparc64_init_abi): Do not set
10069 extract_struct_value_address, never called.
10070 (sparc64_extract_struct_value_address): Delete function.
10071 * m68hc11-tdep.c: Update copyright.
10072 (m68hc11_gdbarch_init): Delete redundant assignment of
10073 extract_struct_value_address.
10074 * i386-tdep.c: Update copyright.
10075 (i386_gdbarch_init): Do not set extract_struct_value_address,
10077 (i386_extract_struct_value_address): Delete function.
10078 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10079 extract_struct_value_address, never called.
10080 (sparc32_extract_struct_value_address): #if 0 function. Add
10081 comments explaining its future.
10085 * arm-tdep.c (arm_write_pc): New function.
10086 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10090 * breakpoint.c (must_shift_inst_regs): Delete.
10091 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10092 and SHIFT_INST_REGS.
10093 * infcmd.c (step_1, step_1_continuation): Delete references to
10095 * infrun.c (keep_going): Likewise.
10096 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10097 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10101 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10102 * gdbarch.h, gdbarch.c: Re-generate.
10103 * infcmd.c (print_return_value): Delete reference to
10104 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10106 * cris-tdep.c (cris_gdbarch_init): Do not set
10107 deprecated_extract_struct_value_address.
10109 * xstormy16-tdep.c: Update copyright.
10110 (xstormy16_extract_struct_value_address): Update to current
10111 extract struct value address interface.
10112 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10113 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10114 current extract struct value address interface.
10115 (sh64_gdbarch_init): Set extract_struct_value_address.
10117 * cris-tdep.c: Update copyright.
10118 (cris_extract_struct_value_address): Delete function.
10119 (struct_return_address): Delete variable.
10120 (cris_store_struct_return): Do not set struct_return_address.
10122 * mcore-tdep.c: Update copyright.
10123 (mcore_extract_struct_value_address): Delete function. Update
10125 (mcore_gdbarch_init): Update.
10126 * mn10300-tdep.c: Update copyright.
10127 (mn10300_extract_struct_value_address): Delete function.
10128 (mn10300_gdbarch_init): Update.
10129 * v850-tdep.c: Update copyright.
10130 (v850_extract_struct_value_address): Delete.
10131 (v850_gdbarch_init): Update.
10132 * ns32k-tdep.c: Update copyright.
10133 (ns32k_extract_struct_value_address): Delete.
10134 (ns32k_gdbarch_init): Update.
10135 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10136 (hppa_gdbarch_init): Update.
10137 * vax-tdep.c: Update copyright.
10138 (vax_extract_struct_value_address): Delete.
10139 (vax_gdbarch_init): Update.
10141 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10142 * gdbarch.h, gdbarch.c: Re-generate.
10143 * procfs.c (procfs_fetch_registers): Delete reference to
10144 DEPRECATED_NPC_REGNUM.
10145 (procfs_store_registers): Ditto.
10146 * regcache.c (generic_target_write_pc): Simplify.
10147 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
10149 * core-sol2.c (fetch_core_registers): Replace
10150 DEPRECATED_NPC_REGNUM with equivalent tdep value.
10152 * hppa-tdep.c: Update copyright year.
10153 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
10155 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
10157 * mips-tdep.c (mips_write_pc): New function.
10158 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
10159 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
10160 (mips_find_saved_regs, mips_software_single_step: Ditto.
10161 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
10162 mips_init_extra_frame_info, mips_pop_frame): Ditto.
10166 * mips-tdep.c: Re-indent. Group functions by ABI.
10170 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
10171 * gdbarch.c: Re-generate.
10172 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10173 DECR_PC_AFTER_BREAK to zero.
10174 * vax-tdep.c (vax_gdbarch_init): Ditto.
10175 * v850-tdep.c (v850_gdbarch_init): Ditto.
10176 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10177 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10178 * sh-tdep.c (sh_gdbarch_init): Ditto.
10179 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10180 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10181 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10182 * mips-tdep.c (mips_gdbarch_init): Ditto.
10183 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10184 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10185 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10186 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10187 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10188 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10189 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10190 * frv-tdep.c (frv_gdbarch_init): Ditto.
10191 * cris-tdep.c (cris_gdbarch_init): Ditto.
10192 * avr-tdep.c (avr_gdbarch_init): Ditto.
10193 * arm-tdep.c (arm_gdbarch_init): Ditto.
10194 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
10198 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
10199 Delete, no longer used.
10200 (read_subrange_type): New function, mostly extracted from
10202 (read_array_type): Replace extracted code by call to
10203 read_subrange_type().
10204 (dwarf2_get_attr_constant_value): New function.
10205 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
10206 (add_partial_symbol): Likewise.
10207 (process_die): Likewise.
10208 (new_symbol): Likewise.
10209 (read_type_die): Likewise.
10213 * symfile.c: Update copyright year.
10214 (compare_symbols): Delete unused function.
10215 * stabsread.c: Update copyright year.
10216 (lrs_general_complaint): Delete unused function.
10217 (ref_search_value): Ditto.
10218 (get_substring): Delete declaration.
10219 * sh64-tdep.c: Update copyright year.
10220 (sh64_get_gdb_regnum): Delete unused function.
10221 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
10222 Delete unused function.
10226 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
10227 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
10231 Changes from Peter Schauer.
10232 * rs6000-tdep.c: Update copyright year.
10233 (rs6000_push_dummy_call): Update the stack pointer before
10234 accessing the corresponding stack region.
10235 * rs6000-nat.c: Update copyright year.
10236 (set_host_arch): Set "info.abfd" to "exec_bfd".
10240 * blockframe.c: Update copyright year.
10241 (inside_entry_func): Don't treat a zero PC specially.
10245 * gcore.c (gcore_copy_callback): Use paddr_d to print size
10247 (gcore_create_callback): Ditto. Skip any memory segment that has
10248 no permissions set.
10252 Change symbols for C++ nested types to contain the fully qualified
10253 name, if possible. (At least in the DWARF-2 case.) Partial fix
10254 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
10256 * c-exp.y (qualified_type): Handle types nested within classes.
10257 * cp-namespace.c: Update comments.
10258 (cp_set_block_scope): Delete #if 0.
10259 (cp_lookup_nested_type): Handle types nested within classes.
10260 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
10262 (add_partial_symbol): Add the name of the enclosing namespace to
10264 (pdi_needs_namespace): New.
10265 (add_partial_namespace): Tweak comment.
10266 (add_partial_structure): New.
10267 (psymtab_to_symtab_1): Initialize processing_current_prefix
10269 (process_die): instead of here.
10270 (read_structure_scope): Try to figure out the name of the class or
10271 namespace that the structure might be defined within.
10272 (read_enumeration): Generate fully-qualified names, if possible.
10273 (read_namespace): Don't set name to NULL.
10274 (die_specification): New.
10275 (new_symbol): Generate fully-qualified names for types.
10276 (read_type_die): Determine appropriate prefix.
10277 (determine_prefix): New.
10278 (typename_concat): New.
10280 * valops.c (value_aggregate_elt): Pass NOSIDE to
10281 value_struct_elt_for_reference.
10282 (value_struct_elt_for_reference): Make static, add NOSIDE
10283 parameter, call value_maybe_namespace_elt as a last resort.
10284 (value_namespace_elt): Break out code into
10285 value_maybe_namespace_elt.
10286 (value_maybe_namespace_elt): New.
10290 * mips-tdep.c (mips_convert_register_p): Handle both raw and
10291 cooked floating-point registers.
10292 (mips_gdbarch_init): Set convert_register_p, register_to_value,
10293 and value_to_register.
10297 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
10298 * gdbarch.c: Re-generate.
10299 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10300 FUNCTION_START_OFFSET.
10301 * v850-tdep.c (v850_gdbarch_init): Ditto.
10302 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10303 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10304 * sh-tdep.c (sh_gdbarch_init): Ditto.
10305 * s390-tdep.c (s390_gdbarch_init): Ditto.
10306 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10307 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10308 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10309 * mips-tdep.c (mips_gdbarch_init): Ditto.
10310 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10311 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10312 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10313 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10314 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10315 * i386-tdep.c (i386_gdbarch_init): Ditto.
10316 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10317 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10318 * frv-tdep.c (frv_gdbarch_init): Ditto.
10319 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10320 * cris-tdep.c (cris_gdbarch_init): Ditto.
10321 * avr-tdep.c (avr_gdbarch_init): Ditto.
10322 * arm-tdep.c (arm_gdbarch_init): Ditto.
10323 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10327 * infrun.c (follow_fork_mode_ask): Remove.
10328 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
10329 (follow_fork): Simplify and remove internal error for
10330 follow_fork_mode_ask.
10331 (_initialize_infrun): Update "set follow-fork-mode" help text.
10335 * configure.in: Update copyright year.
10336 (build_warnings): Add -Wunused-label.
10337 * configure: Re-generate.
10341 * exec.h (exec_ops): Make "extern".
10343 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
10344 the function is void.
10345 (mips_pseudo_register_write): Ditto.
10349 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
10350 call. Never defined.
10351 * sparc-tdep.h (struct frame_info): Add opaque declaration.
10352 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
10353 (struct sparc_gregset, struct regcache): Ditto.
10354 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
10358 * mi/ChangeLog: Delete file. Renamed to ...
10359 * mi/ChangeLog-1999-2003: New file.
10360 * tui/ChangeLog: Delete file. Renamed to ...
10361 * tui/ChangeLog-1998-2003: New file.
10365 * sparc64nbsd-tdep.c: Include "regset.h".
10366 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
10368 (fetch_core_registers): Remove function.
10369 (sparc64nbsd_core_fns): Remove variable.
10370 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
10372 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
10373 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10374 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
10376 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
10377 sparc_extract_struct_value_address.
10378 (sparc32_gdbarch_init): Set extract_struct_value_address.
10379 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
10381 (sparc64_init_abi): Set extract_struct_value_address. Don't set
10382 return_value_on_stack.
10384 * NEWS: Mention that %cs and %ss have been added to the AMD64
10387 * frame.c: Update copyright year.
10388 (get_prev_frame): Improve comment.
10390 * sparc64fbsd-tdep.c: Include "regset.h".
10391 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10393 (fetch_core_registers): Remove function.
10394 (sparc64fbsd_core_fns): Remove variable.
10395 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
10397 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
10398 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10399 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
10401 * sparcnbsd-tdep.c: Include "regset.h".
10402 (fetch_core_registers): Remove function.
10403 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
10404 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
10406 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
10408 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
10410 * sparc-tdep.h (struct regset): Provide opaque declaration.
10411 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
10412 fpregset and sizeof_fpregset members.
10413 * sparc-tdep.c (struct regset): Provide opaque declaration.
10414 (sparc_regset_from_core_section): New function.
10415 (sparc32_gdbarch_init): Initialize TDEP->gregset,
10416 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
10417 Set regset_from_core_section when appropriate.
10421 * x86-64-tdep.c (amd64_non_pod_p): New function.
10422 (amd64_classify_aggregate): Return class memory for non-POD
10423 C++ structure types.
10425 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
10426 argument. Use it to reserve a register if necessary.
10427 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
10428 amd64_push_arguments.
10430 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
10432 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
10433 register numbers in comments.
10434 * x86-64-tdep.h: Update copyright year.
10435 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
10436 Adjust for addition of %cs and %ss.
10437 * amd64fbsd-nat.c: Update copyright year.
10438 (reg_offset): Add register offsets for %cs and %ss.
10439 * amd64fbsd-tdep.c: Update copyright year.
10440 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
10441 (amd64fbsd_sc_reg_offset): Likewise.
10442 * x86-64-linux-nat.c: Update copyright year.
10443 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
10445 * amd64nbsd-nat.c: Update copyright year.
10446 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
10447 * amd64nbsd-tdep.c: Update copyright year.
10448 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
10449 * x86-64-linux-tdep.c: Update copyright year.
10450 (user_to_gdb_regmap): Add mapping for %cs and %ss.
10451 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
10452 * regformats/reg-x86-64.dat: Add %cs and %ss.
10454 * blockframe.c (inside_entry_func): Reformat. Introduce new local
10455 variables to prevent long lines. Update comments to reflect
10461 * dwarf2read.c (read_namespace): Pull out name-generating code
10462 into namespace_name. Rename previous_namespace to previous_prefix
10463 and processing_current_namespace to processing_current_prefix..
10464 (namespace_name): New function.
10465 (add_partial_symbol): Substitute uses of pdi->name with
10467 * cp-support.h: Rename processing_current_namespace to
10468 processing_current_prefix.
10469 Update copyright year.
10470 * cp-namespace.c: Rename processing_current_namespace to
10471 processing_current_prefix.
10472 Update copyright year.
10476 * jv-valprint.c, ser-unix.c: Add missing copyright years.
10480 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
10482 (process_one_symbol): Deal with N_PATCH stabs.
10486 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
10488 Update copyright year.
10492 * config/pa/tm-hppa.h: Update extern declarations for
10493 hppa32_hpux_frame_saved_pc_in_sigtramp,
10494 hppa32_hpux_frame_base_before_sigtramp, and
10495 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
10499 * config/pa/tm-hppah.h: Update copyright years.
10503 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
10504 (mips_o32_reg_struct_has_addr): Delete function.
10505 (mips_gdbarch_init): Update.
10506 (mips_extract_struct_value_address): Delete function.
10510 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
10515 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
10516 architecture's elf flags (when available).
10518 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
10519 FPU to the start, check the MIPS FPU when looking for an old
10521 (set_mipsfpu_single_command): Update the architecture.
10522 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
10524 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
10525 (mips_mask_address_p): Add "tdep" parameter.
10526 (show_mask_address, mips_addr_bits_remove): Update.
10527 (mips_dump_tdep): Update.
10528 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
10529 (MIPS_STACK_ARGSIZE): Delete macro.
10530 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
10531 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
10532 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
10533 (mips_dump_tdep): Update.
10534 (MIPS_SAVED_REGSIZE): Delete macro.
10535 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
10536 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
10537 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
10538 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
10539 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
10540 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
10541 (mips_pop_frame, return_value_location): Update.
10542 (mips_n32n64_return_value, mips_dump_tdep): Update.
10544 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
10547 * mips-tdep.c: Update copyright.
10548 (mips_gdbarch_init): Merge two code blocks handling the register
10549 name and number layout.
10553 * tracepoint.c (validate_actionline): Fix segv at EOF
10557 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
10558 properly for static fields.
10563 * disasm.c: Update copyright to include 2004.
10564 (do_mixed_source_and_assembly): For uiout asm list
10565 and tuple cleanups, initialize to null_cleanup instead of
10566 NULL and do so prior to loop. Only reset when we close off
10567 the tuple/list. Move check for whether to close off the
10568 asm tuple/list to after dump_insns call where it will be run
10569 on each loop iteration.
10573 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
10574 should be a switch case and not a label.
10575 * mips-tdep.c (mips32_next_pc): Delete unused labels
10576 "greater_equal_branch" and "less_zero_branch".
10577 * jv-valprint.c (java_print_value_fields): Delete unused label
10580 * target.c (unpush_target): Only close a target that is in the
10585 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
10586 address from [sp + 64] instead of %o2.
10588 * frame.c (get_prev_frame): Don't try to unwind the PC. This
10589 fixes PR backtrace/1476.
10593 * libunwind-frame.h (struct frame_id): Add opaque declaration,
10594 move to start of file.
10595 * i386-tdep.h (struct regcache): Add opaque declaration.
10596 * config/ia64/nm-linux.h (struct target_ops): Add opaque
10598 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
10599 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
10600 * win32-nat.c (fake_create_process): Use ISO C style definition.
10601 * stabsread.c (define_symbol): Delete #ifndef
10602 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
10603 stabs_argument_has_addr call, macro never defined.
10607 * op50-rom.c: Delete.
10608 * w89k-rom.c: Delete.
10609 * Makefile.in: Remove references.
10613 * x86-64-tdep.c: Update copyright year.
10614 (struct amd64_register_info): Rename from x86_64_register_info.
10615 (amd64_register_info): Rename from x86_64_register_info.
10616 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
10617 (amd64_register_name): Rename from x86_64_register_name.
10618 (amd64_register_type): Rename from x86_64_register_type.
10619 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
10620 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
10621 (amd64_dwarf_reg_to_regnum): Rename from
10622 x86_64_dwarf_reg_to_regnum.
10623 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
10624 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
10625 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
10626 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
10627 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
10628 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
10629 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
10630 (amd64_frame_cache): Rename from x86_64_frame_cache.
10631 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
10632 (amd64_frame_prev_register): Rename from
10633 x86_64_frame_prev_register.
10634 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
10635 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
10636 (amd64_sigtramp_frame_cache): Rename from
10637 x86_64_sigtramp_frame_cache.
10638 (amd64_sigtramp_frame_prev_register): Rename from
10639 x86_64_sigtramp_frame_prev_register.
10640 (amd64_sigtramp_frame_unwind): Rename from
10641 x86_64_sigtramp_frame_unwind.
10642 (amd64_sigtramp_frame_sniffer): Rename from
10643 x86_64_sigtramp_frame_sniffer.
10644 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
10645 (amd64_frame_base): Rename from x86_64_frame_base.
10646 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
10647 (amd64_frame_align): Rename from x86_64_frame_align.
10648 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
10649 (amd64_regset_from_core_section): Rename from
10650 x86_64_regset_from_core_section.
10651 (x86_64_init_abi): Update comments.
10655 * MAINTAINERS (write after approval): Add myself.
10659 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
10664 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
10665 such that it mentions a specific version of GCC that exhibits this
10670 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
10671 structure that has a single `float' member, store it in %f1 in
10674 * sparc-sol2-nat.c: Add missing '\'.
10676 * sparc-tdep.c (sparc32_return_value): New function.
10677 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
10679 (sparc32_gdbarch_init): Set return_value, don't set
10680 extract_return_value, store_return_value, use_struct_convention
10681 and return_value_on_stack.
10683 * sparc-sol2-nat.c: Add missing ')'.
10687 * infrun.c (handle_step_into_function): New function.
10688 (handle_inferior_event): Extract out some code into the new
10693 * infrun.c (handle_inferior_event): Move the declaration of
10694 real_stop_pc inside the if blocks where it is used.
10698 * sparc64-tdep.c (sparc64_16_byte_align_p)
10699 (sparc64_store_floating_fields, sparc64_store_floating_fields):
10700 Use check_typedef to get subtypes of structures and unions.
10701 (sparc64_store_return_value): Fix calculation of the appropriate
10702 offset into VALBUF when storing a structure or union.
10703 (sparc64_return_value): New function.
10704 (sparc64_use_struct_convention): Remove function.
10705 (sparc64_init_abi): Set return_value, don't set
10706 extract_return_value, store_return_value and
10707 use_struct_convention.
10711 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
10712 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
10713 gdb/config/alpha/xm-alphaosf.h,
10714 gdb/config/powerpc/tm-ppcle-eabi.h,
10715 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
10716 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
10717 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
10718 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
10719 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
10720 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
10721 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
10722 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
10723 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
10724 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
10725 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
10726 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
10727 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
10728 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
10729 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
10730 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
10731 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
10732 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
10733 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
10734 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
10735 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
10736 Remove lines for .cvsignore files.
10740 * infrun.c: Back out the previous change.
10744 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
10745 sparc-*-sunos4* to the list of REMOVED configurations.
10747 * configure.tgt: Add back sparc-*-vxworks*.
10748 * remote-vxsparc.c: Remove all includes except for "defs.h",
10749 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
10750 Include "sparc-tdep.h".
10751 (SPARC_R_G1): New define.
10752 (vxsparc_gregset): New variable.
10753 (ext_format_sparc): Remove extern declaration.
10754 (vx_read_register): Rewrite to use sparc32_supply_gregset and
10755 sparc32_supply_fpregset.
10756 (vx_write_register): Rewrite to use sparc32_collect_gregset,
10757 sparc_collect_rwindow and sparc32_collect_fpregset.
10758 * config/sparc/tm-vxworks.h: New file, based on recently removed
10760 * config/sparc/vxworks.mt: New file, based on recently removed
10765 * infrun.c (handle_step_into_function): New function.
10766 (handle_inferior_event): Extract out some code into the new
10771 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
10772 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
10773 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
10774 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
10775 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
10776 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
10777 (sparc_nat_h): New variable.
10778 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
10779 (tm-sun4os4.h): Remove dependency.
10780 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
10781 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
10782 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
10783 sparc-tdep.o): Update dependencies.
10784 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
10785 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
10786 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
10788 * configure.host: Remove existing sparc-*-lynxos*,
10789 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
10790 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
10791 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
10792 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
10794 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
10795 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
10796 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
10797 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
10798 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
10799 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
10800 sparc64-*-solaris2* and sparc64-*-* triplets.
10801 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
10802 "symtab.h" and "objfiles.h".
10803 (BIAS): Remove define.
10804 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
10805 (X_DISP19): Remove macros.
10806 (sparc_fetch_instruction): Remove function.
10807 (struct gdbarch_tdep): Remove definition.
10808 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
10809 (sparc_breakpoint_from_pc): Remove function.
10810 (struct sparc64_frame_cache): Remove definition.
10811 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
10812 sparc64_unwind_pc): Remove functions.
10813 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
10814 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
10815 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
10816 (sparc64_frame_cache): Change return type to `struct
10817 sparc_frame_cache *'. Simply call sparc_frame_cache.
10818 (sparc64_frame_this_id, sparc64_frame_prev_register,
10819 sparc64_frame_base_address): Use `struct sparc_frame_cache'
10820 instead of `struct sparc64_frame_cache.
10821 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
10822 sparc_analyze_control_transfer, sparc_software_single_step,
10823 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
10824 _initialize_sparc64_tdep): Remove functions.
10825 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
10826 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
10828 (sparc64_supply_gregset, sparc64_collect_gregset,
10829 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
10830 (sparc64_init_abi): New function.
10831 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
10832 inclusion guard. Include "sparc-tdep.h".
10834 (r_tstate_offset, r_fprs_offset): New defines.
10835 (enum sparc_regnum): Remove defenition.
10836 (enum sparc64_regnum): Reformat.
10837 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
10838 (sparc64_init_abi, sparc64_supply_gregset,
10839 sparc64_collect_gregset, sparc64_supply_fpregset,
10840 sparc64_collect_fpregset): New prototypes.
10841 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
10842 Add extern declarations.
10843 (sparc64_sol2_init_abi): New prototype.
10844 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
10845 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
10847 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
10849 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
10851 (_initialize_sparc64fbsd_nat): Remove initialization of
10852 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
10853 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
10854 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
10855 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
10856 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
10857 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
10858 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
10859 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
10860 (sparc64fbsd_r_y_offset): Remove variables.
10861 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10862 Make static and const.
10863 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
10864 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
10866 (sparc64fbsd_gregset): New variable.
10867 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
10868 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
10869 and sparc64_supply_fpregset.
10870 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
10871 (sparc64fbsd_sigtramp_frame_this_id)
10872 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
10873 (sparc64fbsd_sigtramp_frame_unwind): New variable.
10874 (sparc64fbsd_sigtramp_frame_sniffer): New function.
10875 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
10876 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
10877 * sparcnbsd-tdep.c: Update copyright year. Include
10878 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
10879 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
10880 "value.h" and "sparcnbsd-tdep.h".
10881 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
10882 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
10883 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
10884 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
10886 (sparcnbsd_gregset): New variable.
10887 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
10888 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
10889 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
10890 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
10891 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
10893 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
10894 (sparc32nbsd_sigcontext_frame_this_id)
10895 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
10896 (sparc32nbsd_sigcontext_frame_unwind): New variable.
10897 (sparc32nbsd_sigtramp_frame_sniffer): New function.
10898 (sparcnbsd_get_longjmp_target_32,
10899 sparcnbsd_get_longjmp_target_64): Remove functions.
10900 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
10901 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
10902 sparcnbsd_init_elf): Remove.
10903 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
10904 (sparcnbsd_elf_init_abi): New functions.
10905 (_initialize_sparcnbsd_tdep): New prototype.
10906 (_initialize_sparnbsd_tdep): Update.
10907 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
10908 corelow.o. Add sparc64-nat.o and sparc-nat.o.
10909 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
10910 * config/sparc/linux.mh: Update comment.
10911 (XM_FILE, HOST_IPC): Remove variables.
10912 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
10914 * config/sparc/linux.mt: Update comment.
10915 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
10916 * config/sparc/nbsd.mt: Reformat.
10917 * config/sparc/nbsd64.mh: Update comment.
10918 (NATDEPFILES): Add sparc-nat.o.
10919 * config/sparc/nbsd64.mt: Update comment.
10920 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
10921 (TM_FILE): Set to tm-nbsd.h.
10922 * config/sparc/nbsdelf.mh: Update comment.
10923 (NATDEPFILES): Add sparc-nat.o.
10925 * config/sparc/nbsdaout.mh: Update comment.
10926 (NATDEPFILES): Add sparc-nat.o
10928 * config/sparc/nm-linux.h: Update copyright year. Don't include
10929 "config/nm-svr4.h" and "solib.h". Add protection against multiple
10931 (KERNEL_U_SIZE): Remove define.
10932 (kernel_u_size): Remove prototype.
10933 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
10934 * config/sparc/nm-nbsd.h: Update copyright. Don't include
10936 (CHILD_PREPARE_TO_STORE): Remove define.
10937 * config/sparc/nm-nbsdaout.h: Tweak some comments.
10938 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
10939 sparcnbsd-nat.c: Rewrite files.
10940 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
10941 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
10942 sparcnbsd-tdep.h: Remove files.
10943 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
10944 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
10945 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
10946 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
10947 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
10948 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
10949 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
10950 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
10951 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
10952 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
10953 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
10954 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
10955 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
10956 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
10957 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
10958 * config/sparc/linux64.mh, config/sparc/linux64.mt,
10959 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
10960 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
10961 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
10965 From 2003-12-18 Kazuhiro Inaoka:
10966 * configure.host: Add m32r-linux target.
10970 * top.c (print_gdb_version): Update year to 2004.
10974 * MAINTAINERS: Add myself to the write-after-approval category.
10979 * configure.tgt: Add uClinux target.
10983 * utils.c (do_my_cleanups): Make static, add forward declaration.
10984 * defs.h (do_my_cleanups): Delete declaration.
10988 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
10989 bfd/ChangeLog-0203.
10993 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
10994 in <machine/reg.h>.
10995 * configure, config.in: Regenerate.
10997 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
10998 tui/ChangeLog-1998-2003.
11004 version-control: never