3 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4 * config/i386/tm-fbsd.h: Likewise.
8 * rs6000-tdep.c (rs6000_gdbarch_init): Use
9 generic_unwind_get_saved_register.
14 * regcache.c (supply_register): Add missing argument to
19 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
20 Solaris /bin/grep does not not like it. From Peter Schauer.
24 * command.h (add_setshow_cmd): Declare.
25 (add_setshow_cmd_full): Declare.
26 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
27 returns void. Use add_setshow_cmd_full.
28 (add_setshow_cmd_full): New function.
29 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
30 (add_setshow_boolean_cmd): Likewise.
34 * config/vax/tm-vax.h: Protect from multiple inclusion.
35 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
36 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
37 * config/vax/tm-vaxbsd.h: ...here. New file.
38 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
42 * config/vax/tm-vax.h (BREAKPOINT): Remove.
43 (BELIEVE_PCC_PROMOTION): Remove.
44 (AP_REGNUM): Move to...
45 * config/vax/nm-vax.h: ...here.
46 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
47 (vax_breakpoint_from_pc): New function.
48 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
49 and gdbarch_believe_pcc_promotion.
53 * Makefile.in (vax_tdep_h): Define.
54 (vax-tdep.o): Use $(vax_tdep_h).
55 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
56 (vax_dump_tdep): New function.
57 (_initialize_vax_tdep): Register vax_dump_tdep.
58 * vax-tdep.h: Include osabi.h.
59 (struct gdbarch_tdep): New.
63 * frame.h (deprecated_generic_find_dummy_frame): Rename
64 generic_find_dummy_frame.
65 * blockframe.c (generic_find_dummy_frame): Make static.
66 (deprecated_generic_find_dummy_frame): New function.
67 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
68 generic_find_dummy_frame with deprecated_find_dummy_frame.
69 (sh64_nofp_frame_init_saved_regs): Ditto.
70 (sh_fp_frame_init_saved_regs): Ditto.
71 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
72 (s390_frame_chain): Ditto.
73 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
77 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
78 gdbarch vector are at the top.
80 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
81 (FRAME_ARGS_ADDRESS): Remove.
82 (FRAME_LOCALS_ADDRESS): Remove.
83 (FRAME_NUM_ARGS): Remove.
84 (FRAME_ARGS_SKIP): Remove.
85 * m68k-tdep.c (enum): Add eumeration of special register numbers.
86 (m68k_gdbarch_init): Add gdbarch initializations for macros
87 undefined in tm-m68k.h
91 * monitor.h: Add the function regname to monitor_ops
92 structure. This way NUM_REGS does not have to be a constant.
93 * monitor.c (monitor_fetch_register): Added support for regname
94 function. The function is called if the array regnames is NULL.
95 (monitor_store_register): Same.
96 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
98 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
99 cpu32bug_cmds.regname to point to new function.
100 * abug-rom.c (abug_regname): Same as above.
101 (init_abug_cmds): Same.
102 * dbug-rom.c (dbug_regname): Same as above.
103 (init_dbug_cmds): Same.
104 * remote-est.c (est_regname): Same.
105 (init_est_cmds): Same.
106 * rom68k-rom.c (rom68k_regname): Same.
107 (init_rom68k_cmds): Same.
111 * breakpoint.c (delete_command): Don't repeat `delete' commands.
115 * infrun.c (stop_registers): Change variable's type to ``struct
117 (xmalloc_inferior_status): Delete function.
118 (free_inferior_status): Delete function.
119 (normal_stop): Use regcache_cpy.
120 (struct inferior_status): Change type of fields ``stop_registers''
121 and ``registers'' to ``struct regcache''.
122 (write_inferior_status_register): Use regcache_write.
123 (save_inferior_status): Instead of calling
124 xmalloc_inferior_status, allocate the inf_status buffer directly.
125 Use regcache_dup_no_passthrough and regcache_dup to save the
127 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
128 Replace the stop_registers regcache instead of overriding it. Use
129 regcache_xfree. Instead of calling free_inferior_status, xfree
131 (discard_inferior_status): Use regcache_xfree. Instead of calling
132 free_inferior_status, xfree the buffer directly.
133 (build_infrun): Use regcache_xmalloc.
134 (_initialize_infrun): Delete redundant call to build_infrun.
136 * Makefile.in (infcmd.o): Add $(regcache_h).
138 * infcmd.c: Include "regcache.h".
139 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
140 obtain the address of `stop_registers' register buffer.
141 (print_return_value): Ditto.
143 * inferior.h (struct regcache): Add opaque declaration.
144 (stop_registers): Change variable's declared type to ``struct
149 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
150 * target.c (initialize_targets): Fixed typo in
151 trust-readonly-sections `show' documentation.
153 * main.c: Marked all strings with _().
157 * memattr.c (create_mem_region): Treat hi == 0 as a special case
158 that means max CORE_ADDR+1.
159 (lookup_mem_region): Ditto.
160 (mem_info_command): Ditto.
164 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
165 (REGISTER_BYTES_OK): Remove.
166 (REGISTER_BYTES): Remove.
167 (STORE_STRUCT_RETURN): Remove.
168 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
169 (STORE_RETURN_VALUE): Remove.
170 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
171 (FRAME_CHAIN): Remove.
172 (FRAMELESS_FUNCTION_INVOCATION): Remove.
173 (FRAME_SAVED_PC): Remove.
174 * m68k-tdep.c (m68k_register_bytes_ok):Add.
175 (m68k_store_struct_return): Add.
176 (m68k_deprecated_extract_return_value): Add.
177 (m68k_deprecated_extract_struct_value_address): Add.
178 (m68k_store_return_value): Add.
179 (m68k_frame_chain): Add.
180 (m68k_frameless_function_invocation): Add.
181 (m68k_frame_saved_pc): Add.
182 (m68k_gdbarch_init): added set_gdbarch calls for new
183 functions and deleted macros.
187 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
188 (ALLDEPFILES): Likewise.
189 (udiheaders): Removed.
190 (udip2soc.o): Likewise.
191 (udi2go32.o): Likewise.
193 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
197 * infrun.c (_initialize_infrun): Delete unnecessary call to
200 * regcache.h: Update comments describing the regcache_cpy family
202 (regcache_save, regcache_restore): Delete declaration.
203 (regcache_save_no_passthrough): Delete declaration.
204 (regcache_restore_no_passthrough): Delete declaration.
205 * regcache.c (regcache_save): Delete function.
206 (regcache_save_no_passthrough): Delete function.
207 (regcache_restore): Delete function.
208 (regcache_restore_no_passthrough): Delete function.
212 * config/m68k/tm-m68k.h: Fix typo.
213 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
214 (m68k_frame_init_saved_regs): Declare.
218 Remove some vestiges of Harris 88k support.
219 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
220 register numbering quirk.
221 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
222 odd symbols occurring in Harris 88k ELF targets.
226 * gdb_locale.h: New file.
227 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
228 (defs_h): Added gdb_locale.h.
229 * configure, config.in: Rebuilt.
230 * configure.in (PACKAGE): Define.
231 * defs.h: Include gdb_locale.h.
232 * main.c (captured_main): Call setlocale, bindtextdomain,
237 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
238 * config/frv/frv.mt: New file.
239 * config/frv/tm-frv.h: New file.
240 * configure.tgt: Support frv-*-*.
241 * Makefile.in (frv-tdep.o): New target.
242 * frv-tdep.c: New file.
247 * MAINTAINERS: Add self to "Write After Approval" list.
251 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
252 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
253 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
254 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
255 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
257 * m68k-tdep.c: Include arch-utils.h
258 (m68k_register_raw_size): Add.
259 (m68k_register_virtual_size): Add.
260 (m68k_register_virtual_type): Add.
261 (m68k_register_name): Add.
262 (m68k_stack_align): Add.
263 (m68k_register_byte): Add.
264 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
269 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
270 m68k_find_saved_regs.
271 (m68k_pop_frame): Removed saved_regs structure, and replaced
272 references to it with frame->saved_regs.
273 (m68k_gdbarch_init): Added function calls to initialize the
275 (m68k_fix_call_dummy): Add.
276 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
277 (CALL_DUMMY): Remove.
278 (CALL_DUMMY_LENGTH): Remove.
279 (CALL_DUMMY_START_OFFSET): Remove.
280 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
281 (FIX_CALL_DUMMY): Remove.
282 (PUSH_DUMMY_FRAME): Remove.
287 * parse.c (parse_fprintf): New function used to avoid calls to
288 fprintf in bison parser generated debug code.
289 * parser-defs.h: Declaration of new parse_fprintf function.
290 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
291 Set YYDEBUG to 1 by default.
292 Set YYFPRINTF as parse_fprintf.
296 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
298 (pointer_encoding, enum ptr_encoding): New.
299 (execute_cfa_program): Take care about pointer encoding.
300 (dwarf2_build_frame_info): Only call parse_frame_info for
301 .debug_frame and .eh_frame.
302 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
303 fixed augmentation handling, added relative addressing,
304 ignore duplicate FDEs. Added comments.
305 * dwarf2cfi.c: Reindented.
309 * event-top.c (command_handler): Don't use space_at_cmd_start
310 unless there is sbrk() on the host. Assign time and space data
311 to union fields of the appropriate length.
315 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
316 x86_64_register_name. Return type changed to 'const char *'.
317 (x86_64_register_name2nr): Rename to x86_64_register_number.
318 (x86_64_gdbarch_init): Update to reflect the change.
319 * x86-64-tdep.h: Ditto.
320 * x86-64-linux-nat.c (x86_64_fxsave_offset)
321 (supply_fpregset): Ditto.
325 * regcache.h: Update copyright.
326 (struct regcache, struct gdbarch): Add opaque declarations.
327 (current_regcache): Declare global variable.
328 (regcache_read, regcache_write): Add gdbarch parameter.
329 (regcache_save, regcache_save_no_passthrough)
330 (regcache_restore, regcache_restore_no_passthrough)
331 (regcache_dup, regcache_dup_no_passthrough)
332 (regcache_cpy, regcache_cpy_no_passthrough)
333 (deprecated_grub_regcache_for_registers)
334 (deprecated_grub_regcache_for_register_valid)
335 (regcache_valid_p): Add function declarations.
337 * regcache.c: Update copyright.
338 (regcache_descr_handle): New global variable.
339 (struct regcache_descr): Define.
340 (init_legacy_regcache_descr, init_regcache_descr): New functions.
341 (regcache_descr, xfree_regcache_descr): New functions.
342 (struct regcache): Define.
343 (regcache_xmalloc, regcache_xfree): New functions.
344 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
345 (regcache_dup, regcache_dup_no_passthrough): New functions.
346 (regcache_valid_p, regcache_read_as_address): New functions.
347 (deprecated_grub_regcache_for_registers): New function.
348 (deprecated_grub_regcache_for_register_valid): New function.
349 (current_regcache): New global variable.
350 (register_buffer): Add regcache parameter. Update calls.
351 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
352 (read_register_gen, write_register_gen): Update register_buffer
353 call. Test for legacy_p instead of gdbarch_register_read_p or
354 gdbarch_register_write_p.
355 (regcache_collect): Update register_buffer call.
356 (build_regcache): Rewrite. Use deprecated grub functions.
357 (regcache_save, regcache_save_no_passthrough): New functions.
358 (regcache_restore, regcache_restore_no_passthrough): New
360 (_initialize_regcache): Create the regcache_data_handle. Swap
361 current_regcache global variable.
363 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
364 parameter to regcache_read and regcache_write calls.
365 (sh4_register_read): Ditto.
366 (sh64_pseudo_register_read): Ditto.
367 (sh64_register_read): Ditto.
368 (sh_pseudo_register_write): Ditto.
369 (sh4_register_write): Ditto.
370 (sh64_pseudo_register_write): Ditto.
371 (sh64_register_write): Ditto.
373 * defs.h (XCALLOC): Define.
377 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
378 * m68k-tdep.c (m68k_gdbarch_init): Added.
379 (m68k_dump_tdep): Added.
383 * ada-lang.c (fill_in_ada_prototype): Update comment.
387 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
389 (mips_abi_string, mips_abi_strings): New.
390 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
391 (mips_gdbarch_init): Set tdep->found_abi. Don't set
392 tdep->mips_abi_string. Honor mips_abi_string. Default to
393 O32 if no ABI is found.
394 (mips_dump_tdep): Use mips_abi_strings.
395 (mips_abi_update): New function.
396 (_initialize_mips_tdep): Initialize mips_abi_string. Add
397 ``set mips abi'' and ``show mips abi''. Check the size of
402 * i386-linux-tdep.c (i386_linux_register_name): Make return type
407 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
408 current frame using only the first stack size adjustment. All
409 subsequent size adjustments are not considered to be part of
410 the "static" part of the current frame.
411 Compute the address of the saved registers relative to the
412 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
413 in use in this frame.
417 * valops.c (value_ind): Use value_at_lazy() when dereferencing
419 suggesting this solution.
423 * config/romp/xm-rtbsd.h: Delete file.
424 * config/romp/rtbsd.mh: Delete file.
428 * breakpoint.c (condition_command): Post breakpoint_modify
429 when a condition is added to an existing breakpoint.
430 (commands_command): Likewise for commands.
431 (set_ignore_count): Likewise for ignore counts.
432 If no tty, do not simply return, still need to send event
434 (ignore_command): Only print a newline if the command came
436 Don't call breakpoints_changed, since this is now properly
437 handled by set_ignore_count.
441 * MAINTAINERS: Note that cris-elf target can be compiled with
443 * cris-tdep.c (cris_register_name): Make return type constant.
444 (cris_breakpoint_from_pc): Ditto.
448 * frame.h (struct frame_info): Change type of context to
453 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
455 * gdbarch.h, gdbarch.c: Regenerate.
456 * config/mips/tm-mips.h (mips_register_name): Update.
457 * i386-tdep.h (i386_register_name): Update.
458 * mips-tdep.c (mips_register_name): Update
459 * alpha-tdep.c (alpha_register_name): Update.
460 * arch-utils.c (legacy_register_name): Update.
461 * arch-utils.h (legacy_register_name): Update.
462 * avr-tdep.c (avr_register_name): Update.
463 * ia64-tdep.c (ia64_register_name): Update.
464 * i386-tdep.c (i386_register_name): Update.
465 * sparc-tdep.c (sparc32_register_name): Update.
466 (sparc64_register_name): Update.
467 (sparclite_register_name): Update.
468 (sparclet_register_name): Update.
469 * sh-tdep.c (sh_generic_register_name): Update.
470 (sh_sh_register_name): Update.
471 (sh_sh3_register_name): Update.
472 (sh_sh3e_register_name): Update.
473 (sh_sh_dsp_register_name): Update.
474 (sh_sh3_dsp_register_name): Update.
475 (sh_sh4_register_name): Update.
476 (sh_sh64_register_name): Update.
477 * s390-tdep.c (s390_register_name): Update.
478 * rs6000-tdep.c (rs6000_register_name): Update.
479 * ns32k-tdep.c (ns32k_register_name_32082): Update.
480 (ns32k_register_name_32382): Update.
481 * d10v-tdep.c (d10v_ts2_register_name): Update.
482 (d10v_ts3_register_name): Update.
483 * xstormy16-tdep.c (xstormy16_register_name): Update.
484 * vax-tdep.c (vax_register_name): Update.
485 * v850-tdep.c (v850_register_name): Update.
486 * m68hc11-tdep.c (m68hc11_register_name): Update.
487 * mn10300-tdep.c (mn10300_generic_register_name): Update.
488 (am33_register_name): Update.
492 * m68k-tdep.c: Reindented.
496 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
497 list of predefined types.
501 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
502 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
503 REGISTER_CONVERT_TO_RAW): Remove defines.
504 (i386_register_virtual_type, i386_register_convertible,
505 i386_register_convert_to_virtual, i386_register_convert_to_raw):
507 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
508 macros mentioned above.
510 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
511 (i386lynx_saved_pc_after_call): Remove prototype.
512 * i386ly-tdep.c: Include "i386-tdep.h".
513 (i386lynx_saved_pc_after_call): Make static. Use
514 read_memory_nobpt instead of read_memory. Use
515 read_memory_unsigned_integer instead of read_memory_integer.
516 (i386lynx_init_abi): New function.
517 (i386lynx_coff_osabi_sniffer): New function.
518 (_initialize_i386bsd_tdep): New function.
520 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
521 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
522 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
523 (i386_fix_call_dummy): Remove prototype.
524 * i386-tdep.c (i386_call_dummy_words): New variable.
525 (i386_gdbarch_init): Adjust for removal of the
526 macros mentioned above.
530 * command.h (add_setshow_auto_boolean_cmd): Replace
531 add_set_auto_boolean_cmd.
532 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
533 add_set_auto_boolean_cmd.
534 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
535 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
536 mask-address'' command.
537 (show_mask_address): Add cmd parameter.
538 * remote.c (add_packet_config_cmd): Update. Change type of
539 set_func and show_func to cmd_sfunc_ftype.
540 (_initialize_remote): Update `set remote Z-packet'
541 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
542 (show_remote_protocol_e_packet_cmd): Ditto.
543 (show_remote_protocol_E_packet_cmd): Ditto.
544 (show_remote_protocol_P_packet_cmd): Ditto.
545 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
546 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
547 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
548 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
549 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
550 (show_remote_protocol_Z_packet_cmd): Ditto.
551 (show_remote_protocol_binary_download_cmd): Ditto.
552 (show_remote_cmd): Pass NULL to all of above.
556 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
557 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
558 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
559 POP_FRAME): Remove defines.
560 (i386_push_arguments, i386_store_struct_return,
561 i386_extract_return_value, i386_store_return_value,
562 i386_extract_struct_value_address, i386_push_dummy_frame,
563 i386_pop_frame): Renove prototypes.
564 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
565 macros mentioned above.
569 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
571 (add_setshow_cmd): New function.
572 * command.h (add_setshow_boolean_cmd): Replace
574 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
575 and ``set rdiromatzero''.
576 * maint.c (_initialize_maint_cmds): Update commented out code.
577 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
578 * target.c (initialize_targets): Update `set
579 trust-readonly-sections'.
580 * remote.c (_initialize_remote): Update `set remotebreak'.
584 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
585 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
586 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
587 fit into multi-arch framework.
588 (i386_breakpoint_from_pc): New function.
589 (i386_gdbarch_init): Adjust for removal of the macros mentioned
592 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
593 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
594 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
595 (i386_frameless_function_invocation, i386_frame_num_args,
596 i386_frame_init_saved_regs): Remove prototypes.
597 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
598 macros mentioned above.
602 * cli/cli-decode.c (set_cmd_cfunc): Update.
603 (set_cmd_sfunc): Update.
604 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
605 (set_cmd_sfunc, set_cmd_cfunc): Update.
606 * cli/cli-decode.h: Update.
610 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
611 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
615 * defs.h (auto_boolean): Declare enum.
616 * command.h (cmd_auto_boolean): Delete enum.
617 * mips-tdep.c (mask_address_var): Update.
618 (mips_mask_address_p): Update.
619 (show_mask_address): Update.
620 * remote.c (struct packet_config): Update.
621 (update_packet_config): Update.
622 (show_packet_config_cmd): Update.
624 (add_packet_config_cmd): Update.
625 (_initialize_remote):
627 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
628 (do_setshow_command): Update.
629 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
630 * cli/cli-decode.h: Update.
634 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
635 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
636 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
637 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
638 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
639 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
641 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
642 list of DJGPP COFF targets.
644 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
645 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
646 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
647 (FP0_REGNUM): Remove define.
648 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
649 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
650 (i386_register_virtual_size): Remove protoype.
651 * i386-tdep.c (i386_register_virtual_size): Removed.
652 (i386_extract_return_value, i386_store_return_value): Use
653 FP0_REGNUM instead of NUM_FREGS to determine whether the
654 floating-point registers are available.
655 (i386_gdbarch_init): Tweak FIXME about FPU registers.
656 Adjust for removal of macros mentioned above.
660 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
662 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
664 (supply_gregset, fill_gregset): Remove use of register keyword and
665 remove declaration for regmap. Use I386_NUM_GREGS instead of
666 NUM_REGS and NUM_FREGS.
667 (FPREGSET_FSAVE_OFFSET): Remove.
668 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
669 NUM_FREGS to determine whether the floating-point registers are
672 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
673 gnu_store_registers): Replace usage of NUM_GREGS with
676 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
677 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
678 usage of NUM_GREGS with I386_NUM_GREGS.
680 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
682 * i386bsd-nat.c: Include "i386-tdep.h".
683 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
686 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
687 and associated comment. They no longer make any sense, since we
688 don't use this file anymore on Linux.
690 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
691 * i386-tdep.c (i386_register_offset, i386_register_size): Use
692 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
693 elements in these arrays.
694 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
699 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
700 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
704 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
705 EXTRACT_RETURN_VALUE.
706 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
707 EXTRACT_STRUCT_VALUE_ADDRESS.
708 * gdbarch.h, gdbarch.c: Regenerate.
710 * values.c (value_being_returned): Handle
711 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
712 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
714 * arm-linux-tdep.c (arm_linux_init_abi): Update.
715 * arm-tdep.c (arm_gdbarch_init): Update.
716 * avr-tdep.c (avr_gdbarch_init): Update.
717 * cris-tdep.c (cris_gdbarch_init): Update.
718 * d10v-tdep.c (d10v_gdbarch_init): Update.
719 * ia64-tdep.c (ia64_gdbarch_init): Update.
720 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
721 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
722 * s390-tdep.c (s390_gdbarch_init): Update.
723 * sh-tdep.c (sh_gdbarch_init): Update.
724 * s390-tdep.c (s390_gdbarch_init): Update.
725 * sparc-tdep.c (sparc_gdbarch_init): Update.
726 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
727 * v850-tdep.c (v850_gdbarch_init): Update.
728 * vax-tdep.c (vax_gdbarch_init): Update.
729 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
730 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
732 * config/arc/tm-arc.h: Update.
733 * config/d30v/tm-d30v.h: Update.
734 * config/fr30/tm-fr30.h: Update.
735 * config/h8300/tm-h8300.h: Update.
736 * config/h8500/tm-h8500.h: Update.
737 * config/i386/tm-i386.h: Update.
738 * config/i386/tm-ptx.h: Update.
739 * config/i386/tm-symmetry.h: Update.
740 * config/i960/tm-i960.h: Update.
741 * config/m32r/tm-m32r.h: Update.
742 * config/m68k/tm-delta68.h: Update.
743 * config/m68k/tm-linux.h: Update.
744 * config/m68k/tm-m68k.h: Update.
745 * config/m88k/tm-m88k.h: Update.
746 * config/mcore/tm-mcore.h: Update.
747 * config/mips/tm-mips.h: Update.
748 * config/mn10200/tm-mn10200.h: Update.
749 * config/pa/tm-hppa.h: Update.
750 * config/pa/tm-hppa64.h: Update.
751 * config/sparc/tm-sp64.h: Update.
752 * config/sparc/tm-sparc.h: Update.
753 * config/sparc/tm-sparclet.h: Update.
754 * config/z8k/tm-z8k.h: Update.
758 * Makefile.in (i386_linux_tdep_h): Define.
759 (i386_tdep_h, i387_tdep_h): Define.
760 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
761 $(i386_tdep_h) and $(i387_tdep_h).
762 * i386-linux-nat.c: Include "i386-linux-tdep.h".
766 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
767 Already covered by the default.
769 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
770 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
771 (i386_gdbarch_init): Initialize long_double_format and long_double
774 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
775 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
777 * config/i386/i386sol2.mh: ... here.
778 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
779 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
780 (SIGCONTEXT_PC_OFFSET): Remove define.
781 (IN_SIGTRAMP): Remove define.
782 * i386-sol2-tdep.c: New file.
784 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
785 * config/i386/tm-i386nw.h: Removed.
787 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
788 USE_STRUCT_CONVENTION): Remove defines.
789 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
790 (get_longjmp_target): Remove prototype.
791 (IN_SIGTRAMP): Remove define.
792 (i386bsd_in_sigtramp): Remove prototype.
793 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
794 function. Update comment accordingly
795 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
796 (FRAME_SAVED_PC): Remove define.
797 (i386bsd_frame_saved_pc): Remove prototype.
798 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
799 GET_LONGJMP_TARGET): Remove defines.
800 (get_longjmp_target): Remove prototype.
801 (IN_SIGTRAMP): Remove define.
802 (i386bsd_in_sigtramp): Remove prototype.
803 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
804 function. Update comment accordingly
805 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
806 (FRAME_SAVED_PC): Remove define.
807 (i386bsd_frame_saved_pc): Remove prototype.
808 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
810 (USE_STRUCT_CONVENTION): Remove prototype.
811 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
813 (_initialize_i386bsd_nat): Revise logic to determine some
814 constants at compile time when compiling a native GDB. Warn if
815 things don't match up with what we expect.
816 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
818 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
819 to use date stored in `struct gdbarch_tdep'.
820 (i386bsd_sigcontext_offset): Remove varaible.
821 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
822 stored in `struct gdbarch_tdep'.
823 (i386bsd_frame_saved_pc): Make static.
824 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
825 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
826 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
827 i386fbsd4_sc_pc_offset): New variables.
828 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
829 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
831 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
833 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
834 Modify the value of i386fbsd_sigtramp_start and
835 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
836 i386fbsd_sigtramp_end.
837 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
840 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
841 define to i386-linux-tdep.h.
842 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
843 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
845 (i386_linux_register_name, i386_linux_register_byte,
846 i386_linux_register_raw_size): Remove prototypes.
847 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
848 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
849 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
850 TARGET_WRITE_PC): Remove defines.
851 (i386_linux_in_sigtramp, i386_linux_frame_chain,
852 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
853 i386_linux_write_pc): Remove prototypes.
854 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
855 (get_longjmp_target): Remove prototype.
856 * i386-linux-tdep.h: New file.
857 * i386-linux-nat.c: Include "i386-linux-tdep.h".
858 * i386-linux-tdep.c: Include "i386-tdep.h" and
860 (i386_linux_register_name, i386_linux_register_byte,
861 i386_linux_register_raw_size, i386_linux_in_sigtramp,
862 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
864 (i386_linux_init_abi): New function.
865 (_initialize_i386_linux_tdep): New function.
867 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
868 (i386_saved_pc_after_call): Remove prototype.
869 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
870 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
871 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
872 (i386_register_name, i386_stab_reg_to_regnum,
873 i386_dwarf_reg_to_regnum): Remove prototypes.
874 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
875 SIZEOF_SSE_REGS): Remove defines.
876 (REGISTER_BYTES): Remove define.
877 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
878 (i386_register_byte, i386_register_raw_size): Remove prototypes.
879 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
880 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
881 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
882 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
883 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
884 (get_longjmp_target): Remove prototype.
885 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
886 (sigtramp_saved_pc): Remove define.
887 (i386v4_sigtramp_saved_pc): Remove prototype.
888 * config/i386/tm-go32.h (FRAME_CHAIN,
889 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
890 (i386go32_frame_saved_pc): Remove prototype.
891 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
892 (get_longjmp_target): Remove prototype.
893 * i386-tdep.h: Include "osabi.h".
894 (enum i386_abi): Removed.
895 (enum struct_return): New enum.
896 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
897 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
898 sc_pc_offset members.
899 (i386_gdbarch_register_os_abi): Remove prototype.
900 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
901 I386_SSE_NUM_REGS): New defines.
902 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
903 I386_SSE_SIZEOF_REGS): New defines.
904 (i386_register_name, i386_register_byte, i386_register_raw_size):
906 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
907 (i386bsd_sigtramp_saved_pc): New prototype.
908 * i386-tdep.c: Don't include "elf-bfd.h".
909 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
910 i386_frame_chain, i386_saved_pc_after_call): Make static.
911 (i386_frame_saved_pc): Rewrite to call architecture dependent
912 function to deal with signal handlers. Make static.
913 (i386go32_frame_saved_pc): Removed.
914 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
916 (i386_get_longjmp_target): New function.
917 (default_struct_convention, pcc_struct_convention,
918 reg_struct_convention, valid_conventions, struct_convention): New
920 (i386_use_struct_convention): New function.
921 (i386v4_sigtramp_saved_pc): Renamed to
922 i386_svr4_sigtramp_saved_pc. Made static. Moved.
923 (i386_pc_in_sigtramp): New function.
924 (i386_abi_names): Removed.
925 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
926 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
928 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
929 i386_gdbarch_register_os_abi): Removed.
930 (struct i386_abi_handler): Removed.
931 (i386_abi_handler_list): Removed.
932 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
934 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
935 i386_nw_init_abi): New functions.
936 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
937 Use set_gdbarch_xxx() calls instead of relying on macros for a
939 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
940 (_initialize_i386_tdep): Add new 'struct-convcention' command.
941 Register the various architecture variants defined in this file.
945 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
946 (struct main_type): Remove arg_types member. Update comments for
948 (TYPE_ARG_TYPES): Remove.
949 (TYPE_FN_FIELD_ARGS): Update.
950 (smash_to_method_type): Update prototype.
952 * c-typeprint.c (cp_type_print_method_args): Take method type
953 instead of argument list. Use new argument layout. Simplify.
954 (c_type_print_args): Use new argument layout. Simplify.
955 (c_type_print_base): Update call to cp_type_print_method_args.
956 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
957 argument; use die->type instead. Update call to
958 smash_to_method_type.
959 (read_structure_scope): Update call to dwarf2_add_member_fn.
960 * gdbtypes.c (allocate_stub_method): Update comment.
961 (smash_to_method_type): Take new NARGS and VARARGS arguments.
962 Use new argument layout.
963 (check_stub_method): Use new argument layout. Don't count
965 (print_arg_types): Update comments. Use new argument layout.
966 (recursive_dump_type): Don't print arg_types member.
967 * hpread.c (hpread_read_struct_type): Use new argument layout.
968 (fixup_class_method_type): Likewise.
969 (hpread_type_lookup): Likewise.
970 * stabsread.c (read_type): Update calls to read_args and
971 smash_to_method_type.
972 (read_args): Use new argument layout. Simplify.
973 * valops.c (typecmp): Use new argument layout. Update parameters
974 and comments. Simplify.
975 (hand_function_call): Use new argument layout.
976 (search_struct_method): Update call to typecmp.
977 (find_overload_match): Use new argument layout.
981 * NEWS: Mention multithreaded debug support for gdbserver.
985 * MAINTAINERS: Mention NEWS.
989 * gdbserver/regcache.c: Add comment.
993 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
994 (struct mips_objfile_private, compare_pdr_entries): New.
995 (non_heuristic_proc_desc): Read the ".pdr" section if it
1000 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
1001 (arm_debug): New static variable.
1002 (_initialize_arm_tdep): Add ``set debug arm'' command.
1006 * Makefile.in (sim_arm_h): Define.
1007 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
1008 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
1009 (arm_register_sim_regno): New function, map an internal REGNUM
1010 onto a simulator register number.
1011 (arm_gdbarch_init): Set register_sim_regno.
1015 * MAINTAINERS: Add self.
1019 * source.c (source_info): Mention whether the symtab has
1020 information about preprocessor macros.
1022 Call the command `info macro', not `show macro'.
1023 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
1025 (_initialize_macrocmd): Register `info_macro_command' in
1026 `infolist', not `showlist'.
1030 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
1031 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
1032 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
1033 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
1034 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
1036 (set_mipsfpu_single_command, set_mipsfpu_double_command)
1037 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
1038 (_initialize_mips_tdep): Remove dead code.
1039 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
1040 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
1041 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
1042 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
1043 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
1044 MIPS_LAST_FP_ARG_REGNUM): Remove.
1048 * gdbserver/thread-db.c: New file.
1049 * gdbserver/proc-service.c: New file.
1050 * gdbserver/acinclude.m4: New file.
1051 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
1052 proc-service.o, and thread-db.o.
1053 (linux-low.o): Add USE_THREAD_DB.
1054 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
1055 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
1056 * gdbserver/aclocal.m4: Regenerated.
1057 * gdbserver/config.in: Regenerated.
1058 * gdbserver/configure: Regenerated.
1059 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
1060 thread_db.h, and linux/elf.h headrs.
1061 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
1062 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
1063 Check for -lthread_db and thread support.
1064 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
1065 PowerPC, and SuperH.
1066 * gdbserver/i387-fp.c: Constify arguments.
1067 * gdbserver/i387-fp.h: Likewise.
1068 * gdbserver/inferiors.c: (struct thread_info): Renamed from
1069 `struct inferior_info'. Remove PID member. Use generic inferior
1070 list header. All uses updated.
1071 (inferiors, signal_pid): Removed.
1072 (all_threads): New variable.
1073 (get_thread): Define.
1074 (add_inferior_to_list): New function.
1075 (for_each_inferior): New function.
1076 (change_inferior_id): New function.
1077 (add_inferior): Removed.
1078 (remove_inferior): New function.
1079 (add_thread): New function.
1080 (free_one_thread): New function.
1081 (remove_thread): New function.
1082 (clear_inferiors): Use for_each_inferior and free_one_thread.
1083 (find_inferior): New function.
1084 (find_inferior_id): New function.
1085 (inferior_target_data): Update argument type.
1086 (set_inferior_target_data): Likewise.
1087 (inferior_regcache_data): Likewise.
1088 (set_inferior_regcache_data): Likewise.
1089 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
1090 (all_processes, stopping_threads, using_thrads)
1091 (struct pending_signals, debug_threads, pid_of): New.
1092 (inferior_pid): Replace with macro.
1093 (struct inferior_linux_data): Remove.
1094 (get_stop_pc, add_process): New functions.
1095 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
1096 Use add_process and add_thread.
1097 (linux_attach_lwp): New function, based on old linux_attach. Use
1098 add_process and add_thread. Set stop_expected for new threads.
1099 (linux_attach): New function.
1100 (linux_kill_one_process): New function.
1101 (linux_kill): Kill all LWPs.
1102 (linux_thread_alive): Use find_inferior_id.
1103 (check_removed_breakpoints, status_pending_p): New functions.
1104 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
1105 Update. Use WNOHANG. Wait for cloned processes also. Update process
1106 struct for the found process.
1107 (linux_wait_for_event): New function.
1108 (linux_wait): Use it. Support LWPs.
1109 (send_sigstop, wait_for_sigstop, stop_all_processes)
1110 (linux_resume_one_process, linux_continue_one_process): New functions.
1111 (linux_resume): Support LWPs.
1112 (REGISTER_RAW_SIZE): Remove.
1113 (fetch_register): Use register_size instead. Call supply_register.
1114 (usr_store_inferior_registers): Likewise. Call collect_register.
1116 (regsets_fetch_inferior_registers): Improve error message.
1117 (regsets_store_inferior_registers): Add debugging.
1118 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
1119 (unstopped_p, linux_signal_pid): New functions.
1120 (linux_target_ops): Add linux_signal_pid.
1121 (linux_init_signals): New function.
1122 (initialize_low): Call it. Initialize using_threads.
1123 * gdbserver/regcache.c (inferior_regcache_data): Add valid
1125 (get_regcache): Fetch registers lazily. Add fetch argument
1126 and update all callers.
1127 (regcache_invalidate_one, regcache_invalidate): New
1129 (new_register_cache): Renamed from create_register_cache.
1130 Return the new regcache.
1131 (free_register_cache): Change argument to a void *.
1132 (registers_to_string, registers_from_string): Call get_regcache
1133 with fetch flag set.
1134 (register_data): Make static. Pass fetch flag to get_regcache.
1135 (supply_register): Call get_regcache with fetch flag clear.
1136 (collect_register): Call get_regcache with fetch flag set.
1137 (collect_register_as_string): New function.
1138 * gdbserver/regcache.h: Update.
1139 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
1141 Handle input interrupts while waiting for an ACK.
1142 (input_interrupt): Use signal_pid method.
1143 (getpkt): Flush after debug output and use stderr.
1144 (outreg): Use collect_register_as_string.
1145 (new_thread_notify, dead_thread_notify): New functions.
1146 (prepare_resume_reply): Check using_threads. Set thread_from_wait
1148 (look_up_one_symbol): Flush after debug output.
1149 * gdbserver/server.c (step_thread, server_waiting): New variables.
1150 (start_inferior): Don't use signal_pid. Update call to mywait.
1151 (attach_inferior): Update call to mywait.
1152 (handle_query): Handle qfThreadInfo and qsThreadInfo.
1153 (main): Don't fetch/store registers explicitly. Use
1154 set_desired_inferior. Support proposed ``Hs'' packet. Update
1156 * gdbserver/server.h: Update.
1157 (struct inferior_list, struct_inferior_list_entry): New.
1158 * gdbserver/target.c (set_desired_inferior): New.
1159 (write_inferior_memory): Constify.
1160 (mywait): New function.
1161 * gdbserver/target.h: Update.
1162 (struct target_ops): New signal_pid method.
1163 (mywait): Removed macro, added prototype.
1165 * gdbserver/linux-low.h (regset_func): Removed.
1166 (regset_fill_func, regset_store_func): New.
1167 (enum regset_type): New.
1168 (struct regset_info): Add type field. Use new operation types.
1169 (struct linux_target_ops): stop_pc renamed to get_pc.
1170 Add decr_pc_after_break and breakpoint_at.
1171 (get_process, get_thread_proess, get_process_thread)
1172 (strut process_info, all_processes, linux_attach_lwp)
1173 (thread_db_init): New.
1175 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
1176 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
1177 (the_low_target): Add new members.
1178 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
1179 (i386_store_fpxregset): Constify.
1180 (target_regsets): Add new kind identifier.
1181 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
1182 (i386_set_pc): Add debugging.
1183 (i386_breakpoint_at): New function.
1184 (the_low_target): Add new members.
1185 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
1186 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
1187 (mips_breakpoint_at): New.
1188 (the_low_target): Add new members.
1189 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
1190 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
1191 (the_low_target): Add new members.
1192 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
1193 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
1194 (the_low_target): Add new members.
1195 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
1200 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
1201 (unwind_tmp_obstack_free, parse_frame_info)
1202 (update_context, cfi_read_fp, cfi_write_fp)
1203 (cfi_frame_chain, cfi_init_extra_frame_info)
1204 (cfi_virtual_frame_pointer): Use the above function.
1205 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
1209 * v850-tdep.c (v850_type_is_scalar): New function.
1210 (v850_use_struct_convention): Match current gcc implementation
1211 as close as possible.
1212 (v850_push_arguments): Fix stack_offset handling. Don't write
1213 struct_addr into register. This is done by v850_store_struct_return.
1214 (v850_extract_return_value): Care for structs.
1215 (v850_store_return_value): Ditto.
1216 (v850_store_struct_return): Actually write address.
1220 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
1221 without debug information too.
1225 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
1226 Make multi-arch pure.
1227 * gdbarch.h, gdbarch.c: Re-generate.
1228 * arm-tdep.c (arm_print_float_info): Update.
1229 * arch-utils.h (default_print_float_info): Update.
1230 * arch-utils.c (default_print_float_info): Update.
1231 * infcmd.c (float_info): Update call.
1235 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
1236 the front of the initialize list.
1240 * infrun.c (struct inferior_status): Replace fields
1241 selected_frame_address and selected_level with field
1243 (save_inferior_status): Update. Use get_frame_id.
1244 (struct restore_selected_frame_args): Delete.
1245 (restore_selected_frame): Update. Use frame_find_by_id.
1246 (restore_inferior_status): Update.
1248 * breakpoint.h (struct breakpoint): Change type of
1249 watchpoint_frame to frame_id.
1250 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
1251 call to get_current_frame.
1252 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
1254 (watchpoint_check): Use frame_find_by_id.
1256 * frame.h (record_selected_frame): Delete declaration.
1257 * stack.c (record_selected_frame): Delete function.
1259 * frame.h (struct frame_id): Define.
1260 (get_frame_id): Declare.
1261 (frame_find_by_id): Declare.
1262 * frame.c (frame_find_by_id): New function.
1263 (get_frame_id): New function.
1267 * ser-e7kpc.c: Fix duplicated define and call of
1268 _initialize_ser_e7000pc
1272 * signals/signals.c (target_signal_from_host): Fix #ifdef
1274 (do_target_signal_to_host): Likewise.
1278 * mips-tdep.c (mips_find_abi_section): New function.
1279 (mips_gdbarch_init): Call it.
1283 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
1284 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
1285 after Andrew's 2002-06-08 gdbarch change.
1289 * i386-linux-nat.c (suppy_gregset): Don't supply
1290 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
1292 (fill_gregset): Don't fetch it under the same circumstances.
1296 * Makefile.in (callback_h): Define.
1297 (remote_sim_h): Update path to remote-sim.h.
1298 (remote-rdp.o): Add $(callback_h).
1299 (remote-sim.o): Use $(callback_h).
1300 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
1301 * remote-rdp.c: Include "gdb/callback.h".
1305 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
1306 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
1310 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
1311 * rdi-share/serpardr.c: Ditto.
1312 * rdi-share/unixcomm.c: Ditto.
1313 * rdi-share/serdrv.c: Ditto.
1314 * rdi-share/hostchan.h: Ditto.
1315 * rdi-share/hostchan.c: Ditto.
1316 * rdi-share/host.h: Ditto.
1317 * rdi-share/devsw.c: Ditto.
1319 * objfiles.h: Change type of obj_private to void pointer.
1320 * pa64solib.c: Update copyright. Don't include "assert.h", use
1321 strcmp instead of STREQ, use LONGEST, do not use PTR
1322 * somsolib.c: Ditto.
1324 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
1325 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
1326 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
1330 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
1331 (default_get_saved_register): Delete function.
1332 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
1333 generic_unwind_get_saved_register.
1334 * gdbarch.h, gdbarch.c: Re-generate.
1338 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
1339 generic_func_frame_chain_valid.
1340 * gdbarch.h, gdbarch.c: Re-generate.
1341 * blockframe.c (generic_func_frame_chain_valid): Only check
1342 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
1343 passing FP to PC_IN_CALL_DUMMY.
1348 * gdbarch.sh (struct gdbarch_data): Add field init_p.
1349 (register_gdbarch_data): Initialize init_p.
1350 (gdbarch_data): Initialize data pointer using the init function.
1351 (init_gdbarch_data): Delete function.
1352 (gdbarch_update_p): Update.
1353 (initialize_non_multiarch): Update.
1354 (struct gdbarch): Add field initialized_p.
1355 * gdbarch.h, gdbarch.c: Re-generate.
1359 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
1360 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
1361 better do the things actually here.
1362 * x86-64-tdep.c (x86_64_register_name2nr): New.
1363 (x86_64_register_name): Renamed to x86_64_register_nr2name.
1364 (x86_64_gdbarch_init): Respect the above change.
1365 * x86-64-tdep.h (x86_64_register_name2nr)
1366 (x86_64_register_nr2name): Add prototypes.
1367 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
1371 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
1372 Delete extra braces and re-indent.
1373 (d10v_store_return_value): Char return values
1374 must be shifted over by one byte in R0.
1375 (d10v_extract_return_value): Delete extra braces, re-indent.
1379 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
1380 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
1381 (d10v_integer_to_address): Rewrite.
1382 (d10v_frame_init_saved_regs): When reading fp and sp registers use
1383 the d10v specific functions which take care of converting to the
1388 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
1389 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
1393 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
1395 * config/tm-linux.h: Ditto.
1396 * config/alpha/tm-alphalinux.h: Ditto.
1397 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
1398 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
1399 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
1400 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
1401 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
1402 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
1403 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
1404 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
1405 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
1406 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
1407 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
1408 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1409 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
1410 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
1411 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
1412 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
1413 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
1414 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
1415 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
1416 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
1417 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
1418 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
1419 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
1420 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
1421 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
1422 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
1423 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
1424 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
1425 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
1426 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
1427 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
1428 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
1429 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
1430 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
1431 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
1432 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
1433 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
1437 * ada-exp.tab.c: New file
1438 * ada-exp.y: New file
1439 * ada-lang.c: New file
1440 * ada-lang.h: New file
1441 * ada-lex.c: New file
1442 * ada-lex.l: New file
1443 * ada-tasks.c: New file
1444 * ada-typeprint.c: New file
1445 * ada-valprint.c: New file
1449 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
1450 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
1454 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
1455 insetead of ppc-linux-tdep.o.
1456 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
1457 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
1462 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
1463 bit register contents for little endian hosts.
1467 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
1472 * gdbarch.h: Regenerate.
1476 * MAINTAINERS: Add everyone to write-after-approval list.
1480 * stack.c (frame_info): Use frame_register_unwind instead of
1481 saved_regs. Mention when the SP is on the stack or in a register.
1483 * frame.h (frame_register_unwind_ftype): Define. Document.
1484 (struct frame_info): Add field register_unwind and
1485 register_unwind_cache.
1486 (frame_register_unwind): Declare.
1487 (generic_unwind_get_saved_register): Declare.
1489 * frame.c (frame_register_unwind): New function.
1490 (generic_unwind_get_saved_register): New function.
1492 * blockframe.c (generic_call_dummy_register_unwind): New function.
1493 (frame_saved_regs_register_unwind): New function.
1494 (set_unwind_by_pc): New function.
1495 (create_new_frame): New function.
1496 (get_prev_frame): New function.
1500 * a29k-share/: Delete directory.
1501 * remote-vx29k.c: Delete file.
1505 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
1506 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
1510 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
1511 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
1514 (sparcnbsd-tdep.o): New dependency lists.
1515 * NEWS: Note new UltraSPARC NetBSD native configuration.
1516 * configure.host (sparc64-*-netbsd*): New host.
1517 * configure.tgt (sparc-*-netbsdelf*)
1518 (sparc-*-netbsd*): Set gdb_target to nbsd.
1519 (sparc64-*-netbsd*): New target.
1520 * sparc64nbsd-nat.c: New file.
1521 * sparcnbsd-nat.c: New file.
1522 * sparcnbsd-tdep.c: New file.
1523 * sparcnbsd-tdep.h: New file.
1524 * config/sparc/nbsd.mt: New file.
1525 * config/sparc/nbsd64.mh: New file.
1526 * config/sparc/nbsd64.mt: New file.
1527 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
1528 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
1530 * config/sparc/nbsdaout.mt: Remove.
1531 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
1532 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
1534 * config/sparc/nbsdelf.mt: Remove.
1535 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
1536 sparc-nat.c compatiblity defines.
1537 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
1538 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
1539 * config/sparc/tm-nbsd64.h: New file.
1540 * config/sparc/tm-nbsdaout.h: Remove.
1541 * config/sparc/xm-nbsd.h: Remove.
1545 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
1546 * sparc-tdep.c: Include osabi.h.
1547 (gdbarch_tdep): Add osabi member.
1548 (_initialize_sparc_tdep): Use gdbarch_register.
1549 (sparc_gdbarch_init): Use generic OS ABI framework.
1550 (sparc_dump_tdep): New function.
1554 * corefile.c (do_captured_read_memory_integer): Return non-zero
1556 (safe_read_memory_integer): Copy result of memory read when
1557 status is non-zero. Also, add comments.
1561 * Makefile.in (ppc_tdep_h): Define.
1564 (rs6000-tdep.o): Use $(ppc_tdep_h).
1567 (ppcnbsd-tdep.o): New dependency lists.
1568 * ppc-tdep.h: Use generic OS ABI framework.
1569 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
1570 (ppc_linux_init_abi): New functions.
1571 (ppc_sysv_abi_broken_use_struct_convention)
1572 (ppc_sysv_abi_use_struct_convention)
1573 (ppc_sysv_abi_push_arguments): Move to...
1574 * ppc-sysv-tdep.c: ...here.
1575 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
1576 * rs6000-tdep.c (process_note_abi_tag_sections)
1577 (get_elfosabi): Remove.
1578 (rs6000_gdbarch_init): Use generic OS ABI framework.
1579 (rs6000_dump_tdep): New function.
1580 (_initialize_rs6000_tdep): Use gdbarch_register.
1581 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
1582 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1583 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
1584 of ppc-linux-tdep.o.
1585 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
1586 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
1587 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
1588 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
1589 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
1590 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
1594 * macroscope.c (default_macro_scope): Put `void' in empty argument
1599 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
1600 * arch-utils.c: Include "sim-regno.h".
1601 * gdbarch.sh: Don't include "sim-regno.h".
1602 * gdbarch.h, gdbarch.c: Regenerate.
1603 * sim-regno.h (legacy_register_sim_regno): Move declaration from
1605 * arch-utils.h (legacy_register_sim_regno): To here.
1606 * remote-sim.c (legacy_register_sim_regno): Move function from
1608 * arch-utils.c (legacy_register_sim_regno): To here.
1612 * sim-regno.h: New file.
1613 * Makefile.in (sim_regno_h): Define.
1614 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
1615 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
1616 (legacy_register_sim_regno): New function.
1617 (one2one_register_sim_regno): New function.
1618 (gdbsim_fetch_register): Rewrite.
1619 (gdbsim_store_register): Only store a register when
1620 REGISTER_SIM_REGNO is valid.
1621 * d10v-tdep.c: Include "sim-regno.h".
1622 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
1623 (d10v_ts3_register_sim_regno): Ditto.
1624 * gdbarch.sh: Include "sim-regno.h".
1625 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
1626 * gdbarch.h, gdbarch.c: Regenerate.
1627 * arch-utils.h (default_register_sim_regno): Delete declaration.
1628 * arch-utils.c (default_register_sim_regno): Delete function.
1632 * ppcnbsd-nat.c: Rewrite.
1633 * ppcnbsd-tdep.c: New file.
1634 * ppcnbsd-tdep.h: New file.
1635 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
1636 solib.o, and solib-svr4.o.
1637 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
1638 nbsd-tdep.o, and corelow.o.
1642 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
1643 `tr' and `sed'. Mention that `broken' targets are not expected to
1648 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
1649 Let PC point right after the prologue before looking up symbols.
1653 * i386-tdep.c (i386_register_virtual_type): Return
1654 builtin_type_vec128i for SSE registers.
1656 * gdbtypes.h (builtin_type_vec128i): Declare.
1658 * gdbtypes.c (build_builtin_type_vec128i): New function.
1659 (builtin_type_v2_double, builtin_type_v4_int64): New types.
1660 (builtin_type_vec128i): New type for SSE2 128-bit registers.
1661 (build_gdbtypes): Initialize new builtin vector types.
1662 (_initialize_gdbtypes): Register new vector types with gdbarch.
1666 * MAINTAINERS: ns32k is not longer an obsolete candidate,
1667 since it has been multi-arch'd.
1668 * NEWS: Note that ns32k-*-* is now partial multi-arch.
1669 Move Alpha and VAX multi-arch news entries to same section
1670 as other multi-arch news.
1674 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
1675 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
1676 static. Rename some register numbers to put them in ns32k-tdep
1678 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
1679 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
1681 (_initialize_ns32k_tdep): Use gdbarch_register.
1682 * ns32k-tdep.h: New file.
1683 * ns32knbsd-tdep.c: New file.
1684 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
1685 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
1686 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
1687 REGISTER_BYTES, REGISTER_BYTE): Remove.
1688 * config/ns32k/tm-ns32k.h: New file.
1689 * config/ns32k/tm-umax.h: Remove.
1693 * ns32k-tdep.c (ns32k_saved_pc_after_call,
1694 ns32k_store_struct_return, ns32k_extract_return_value,
1695 ns32k_store_return_value, ns32k_extract_struct_value_address): New
1697 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
1698 ns32k_saved_pc_after_call.
1699 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
1700 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
1701 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
1702 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
1703 ns32k_extract_struct_value_address.
1707 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
1708 ns32k_fix_call_dummy): New.
1709 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
1710 ns32k_call_dummy_words.
1711 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
1712 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
1713 CALL_DUMMY_NARGS): Remove.
1714 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
1718 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
1719 ns32k_frame_saved_pc, ns32k_frame_args_address,
1720 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
1721 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
1722 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
1723 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
1724 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
1725 (BREAKPOINT): Remove..
1726 (FRAME_CHAIN): Define as ns32k_frame_chain.
1727 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
1728 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
1729 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
1730 (FRAME_FIND_SAVED_REGS): Remove.
1731 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
1732 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
1733 (POP_FRAME): Define as ns32k_pop_frame.
1737 * ns32k-tdep.c (ns32k_register_byte_32082,
1738 ns32k_register_byte_32382, ns32k_register_raw_size,
1739 ns32k_register_virtual_size, ns32k_register_virtual_type): New
1741 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
1742 ns32k_register_byte_32382.
1743 * config/ns32k/tm-umax.h: Update copyright years.
1744 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
1745 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
1746 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
1747 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
1748 (ns32k_get_enter_addr): Fix prototype.
1752 * ns32k-tdep.c: Update copyright years.
1753 (ns32k_register_name_32082): New function.
1754 (ns32k_register_name_32382): Ditto.
1755 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
1756 (REGISTER_NAME): Define as ns32k_register_name_32382.
1757 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
1758 (REGISTER_NAME): Define as ns32k_register_name_32082.
1762 * dwarf2read.c (free_line_header): Use xfree, not free.
1766 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
1767 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
1771 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
1775 From Ross Alexander at NEC Europe:
1776 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
1780 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
1781 for input, rather than parse_and_eval_address.
1785 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
1786 * Makefile.in (sim_d10v_h): Update definition.
1790 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
1791 change `2002-05-22 Michael Snyder' below.
1792 (d10v_push_arguments): Ditto.
1793 (d10v_extract_return_value): Ditto.
1797 * macrotab.c (check_for_redefinition): Don't complain if the new
1798 definition is the same as the previous one. Take more arguments
1799 to allow the comparison.
1800 (macro_define_object, macro_define_function): Pass more arguments
1801 to check_for_redefinition.
1805 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
1806 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
1807 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
1808 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
1809 Don't bail if return_pc is PC_IN_CALL_DUMMY.
1810 Add a temp variable to save a call (and a memory read).
1811 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
1812 if possible (so that PC_IN_CALL_DUMMY will work).
1816 * MAINTAINERS: Remove status `OBSOLETE' from v850.
1820 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
1822 (dwarf2_build_frame_info): Corrected handling of eh_frame.
1823 (dwarf2_build_frame_info): Add offset to fde->initial_location
1824 so that frames of shared libraries are mapped correctly.
1825 (execute_stack_op): Change type of 'result' from ULONGEST to
1830 * config/alpha/tm-nbsd.h: Include solib.h.
1834 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
1835 assumptions about the host's byte order.
1839 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
1841 * alphanbsd-tdep.c: Include solib-svr4.h.
1842 * shnbsd-tdep.c: Ditto.
1846 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
1847 nbsd-tdep.h to dependency list.
1848 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
1849 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
1850 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
1851 nbsdaout.mh and nbsdelf.mh consistently.
1852 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
1853 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
1854 nbsdaout.mt and nbsdelf.mh consistently.
1855 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
1856 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
1857 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1858 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
1859 a.out shared library stuff from here...
1860 * config/nm-nbsdaout.h: ...to here.
1861 * config/tm-nbsd.h: Remove.
1862 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
1863 * config/arm/nbsd.mh: Remove.
1864 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
1866 * config/arm/nbsdaout.mh: New file.
1867 * config/arm/nbsdelf.mh: New file.
1868 * config/arm/nm-nbsdaout.h: New file.
1869 * config/i386/nbsd.mh: Remove.
1870 * config/i386/nbsd.mt: Remove.
1871 * config/i386/nbsdaout.mh: New file.
1872 * config/i386/nbsdaout.mt: New file.
1873 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
1874 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
1875 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
1876 i386_register_u_addr): Remove.
1877 * config/i386/nm-nbsdaout.h: New file.
1878 * config/i386/nm-nbsdelf.h: Remove.
1879 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
1880 (USE_STRUCT_CONVENTION): Remove.
1881 * config/i386/tm-nbsdaout.h: New file.
1882 * config/i386/tm-nbsdelf.h: Remove.
1883 * config/m68k/nbsd.mh: Remove.
1884 * config/m68k/nbsd.mt: Remove.
1885 * config/m68k/nbsdaout.mh: New file.
1886 * config/m68k/nbsdaout.mt: New file.
1887 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
1888 * config/m68k/nm-nbsdaout.h: New file.
1889 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
1890 (IN_SOLIB_CALL_TRAMPOLINE): Define.
1891 * config/ns32k/nbsd.mh: Remove.
1892 * config/ns32k/nbsd.mt: Remove.
1893 * config/ns32k/nbsdaout.mh: New file.
1894 * config/ns32k/nbsdaout.mt: New file.
1895 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
1896 * config/ns32k/nm-nbsdaout.h: New file.
1897 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
1898 (IN_SOLIB_CALL_TRAMPOLINE): Define.
1899 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
1900 (SVR4_SHARED_LIBS): Remove.
1901 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
1902 * config/sparc/nbsd.mh: Remove.
1903 * config/sparc/nbsd.mt: Remove.
1904 * config/sparc/nbsdaout.mh: New file.
1905 * config/sparc/nbsdaout.mt: New file.
1906 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
1907 * config/sparc/nbsdelf.mt: New file.
1908 * config/sparc/nm-nbsdaout.h: New file.
1909 * config/sparc/nm-nbsdelf.h: Remove.
1910 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
1911 * config/sparc/tm-nbsdaout.h: New file.
1915 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
1917 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
1921 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
1923 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
1927 * NEWS: Note new MIPS NetBSD native configuration.
1928 * configure.host (mips*-*-netbsd*): New host.
1929 * configure.tgt (mips*-*-netbsd*): New target.
1930 * mipsnbsd-nat.c: New file.
1931 * mipsnbsd-tdep.c: New file.
1932 * mipsnbsd-tdep.h: New file.
1933 * config/mips/nbsd.mh: New file.
1934 * config/mips/nbsd.mt: New file.
1935 * config/mips/nm-nbsd.h: New file.
1936 * config/mips/tm-nbsd.h: New file.
1940 * Makefile.in (SFILES): Add osabi.c.
1941 (COMMON_OBS): Add osabi.o.
1942 (osabi.o): New dependency list.
1943 * osabi.c: New file.
1944 * osabi.h: New file.
1945 * doc/gdbint.texinfo: Document new generic OS ABI framework.
1947 * Makefile.in (alpha_tdep_h): Define and use instead of
1949 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
1950 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
1952 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
1953 * alpha-tdep.h: Include osabi.h.
1954 (alpha_abi): Remove.
1955 (gdbarch_tdep): Use generic OS ABI framework.
1956 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
1957 gdbarch_register_osabi.
1958 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
1959 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
1960 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
1962 * Makefile.in (sh_tdep_h): Add osabi.h.
1963 * sh-tdep.h (sh_osabi): Remove.
1964 (gdbarch_tdep): Use generic OS ABI framework.
1965 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
1966 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
1967 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
1968 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
1970 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
1971 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
1972 gdbarch_register_osabi.
1973 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
1974 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
1975 (get_elfosabi): Rename to...
1976 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
1977 ABI framework support routines.
1978 (arm_gdbarch_init): Use generic OS ABI framework.
1979 (arm_dump_tdep): Likewise.
1980 (_initialize_arm_tdep): Likewise.
1981 * arm-tdep.h: Include osabi.h.
1983 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
1985 (arm_gdbarch_register_os_abi): Remove prototype.
1986 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
1987 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
1989 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
1990 * mips-tdep.c: Include osabi.h.
1991 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
1996 * h8300-tdep.c: Fix formatting.
2000 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
2001 printing vector registers.
2005 From Fernando Nasser:
2006 * remote.c (remote_async_open_1): Re-throw the exception when the
2008 (remote_cisco_open): Ditto.
2009 (remote_open_1): Ditto.
2013 * remote.c (remote_start_remote_dummy): Add uiout parameter.
2014 (remote_start_remote): Add uiout parameter. Pass through to
2015 remote_start_remote_dummy.
2016 (remote_open_1): Use catch_exception instead of catch_errors.
2017 (remote_async_open_1): Ditto.
2018 (remote_cisco_open): Ditto.
2022 * remote.c (remote_start_remote): Replace PTR with void pointer.
2023 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
2028 * gdb_indent.sh: Allow the script to be run in the sim directory.
2032 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
2033 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
2035 * corelow.c (core_open): Only call set_gdbarch_from_file if
2040 * h8300-tdep.c: Add support of EXR register
2041 * config/h8300/tm-h8300.h: Ditto.
2045 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
2049 * h8300-tdep.c: Change literal regnums to REGNO.
2053 * NEWS: Note addition of macro support.
2055 Expand preprocessor macros in C expressions.
2056 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
2057 (scan_macro_expansion, scanning_macro_expansion,
2058 finished_macro_expansion): New function declarations.
2059 (expression_macro_lookup_func, expression_macro_lookup_baton): New
2060 variable declarations.
2061 * parser-defs.h (expression_context_pc): New declaration.
2062 * parse.c (expression_context_pc): New variable.
2063 (parse_exp_1): Set expression_context_pc, as well as
2064 expression_context_block.
2065 * c-exp.y (yylex): If we're not already reading the result of a
2066 macro expansion, try to macro-expand the next token. When we're
2067 done scanning a macro expansion, switch back to the mainline text.
2068 Commas and `if's in a macro's expansion don't terminate the input.
2069 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
2070 (macro_original_text, macro_expanded_text,
2071 expression_macro_lookup_func, expression_macro_lookup_baton): New
2073 (scan_macro_expansion, scanning_macro_expansion,
2074 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
2075 c_preprocess_and_parse): New functions.
2076 (c_language_defn, cplus_language_defn, asm_language_defn): Call
2077 c_preprocess_and_parse, instead of c_parse.
2078 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
2079 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
2083 * sh-tdep.c (gdb_print_insn_sh64): Delete.
2084 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
2085 (sh_gdbarch_init): Always use gdb_print_insn_sh.
2089 * NEWS: Add section for multi-arched targets. Add v850 to that section.
2093 * Makefile.in (sh_tdep_h): Define and use.
2094 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
2095 register enum): Move to...
2096 * * sh-tdep.h: ...here.
2097 * sh-tdep.c: Include sh-tdep.h.
2098 * sh3-rom.c: Likewise.
2099 * shnbsd-tdep.c: Likewise.
2103 * arm-tdep.c: Spelling fix in comment.
2107 Add commands for manually expanding macros and showing their
2109 * macrocmd.c, macroscope.c, macroscope.h: New files.
2110 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
2111 (macroscope_h): New variable.
2112 (HFILES_NO_SRCDIR): Add macroscope.h.
2113 (COMMON_OBS): Add macrocmd.o, macroscope.o.
2114 (macroscope.o, macrocmd.o): New rules.
2116 Teach the Dwarf 2 reader to read macro information.
2117 * dwarf2read.c: #include "macrotab.h".
2118 (dwarf_macinfo_buffer): New variable.
2119 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
2121 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
2122 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
2123 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
2124 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
2125 dwarf2_macro_spaces_in_definition): New complaints.
2126 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
2127 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
2128 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
2129 the partial symbol table.
2130 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
2131 from what's recorded in the partial symbol table.
2132 (read_file_scope): If the compilation unit has a
2133 `DW_AT_macro_info' attribute, read its macro information.
2134 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
2139 * ser-tcp.c: Don't include <netinet/udp.h>.
2143 * MAINTAINERS: Update my email address.
2147 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
2148 include file of the same name.
2152 * configure.tgt: Mark v850 as multi-arched.
2153 * config/v850/tm-v850.h: Remove file.
2154 * config/v850/v850.mt: Eliminate TM_FILE.
2158 * v850-tdep.c: Full multi-arch.
2159 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
2160 Define GDB_MULTI_ARCH to 2.
2164 * p-exp.y (current_type): New static variable.
2165 Carries the type of the expression at the position that is parsed.
2166 (push_current_type, pop_current_type): Two new functions. Used
2167 to store/restore current_type in expression on specific tokens.
2168 (search_field): New static variable. Set to one after parsing a point
2169 as at that point only a FIELDNAME token should be searched.
2170 (FIELDNAME): New token. After a point only a token belonging to
2171 current_type type definition is allowed.
2172 (all over token rules): reset and change current_type according
2174 (exp '[' rule): insert implicit array index field if
2175 exp is a pascal string type.
2179 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
2180 frame info. Use frame_info's saved_regs instead of matching member
2181 in extra_frame_info throughout.
2182 (v850_frame_init_saved_regs): New function.
2183 (v850_init_extra_frame_info): Move most functionality into
2184 v850_frame_init_saved_regs().
2185 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
2186 (v850_frame_find_saved_regs): Remove declaration.
2187 (FRAME_FIND_SAVED_REGS): Remove definition.
2188 (v850_frame_init_saved_regs): Add declaration.
2189 (FRAME_INIT_SAVED_REGS): Add definition.
2193 * v850-tdep.c: Begin multi-arch'ing v850.
2194 (v850_target_architecture_hook): Remove function.
2195 (v850_gdbarch_init): New function. Add code previously in
2196 v850_target_architecture_hook().
2197 (_initialize_v850_tdep): Don't set target_architecture_hook.
2198 Call register_gdbarch_init() instead.
2202 * gdbtypes.h (struct cplus_struct_type): Remove args field.
2203 * hpread.c (hpread_read_struct_type): Remove assignments to args.
2204 (fixup_class_method_type): Likewise.
2209 * gdbserver/server.c (gdbserver_usage): New function.
2214 Add macro structures to GDB's symbol tables. Nobody puts anything
2216 * symtab.h (struct symtab): New member: `macro_table'.
2217 * buildsym.h (pending_macros): New global variable.
2218 * buildsym.c: #include "macrotab.h".
2219 (buildsym_init): Initialize `pending_macros'.
2220 (end_symtab): If we found macro information while reading a CU's
2221 debugging info, do build a symtab structure for it. Make the
2222 symtab point to the macro information, and clear the
2223 `pending_macros' pointer which held it while we were reading the
2225 (really_free_pendings): Free any pending macro table.
2226 * objfiles.h (struct objfile): New member: `macro_cache'.
2227 * objfiles.c (allocate_objfile): Set allocate and free functions
2228 for the macro cache's objstack.
2229 (free_objfile): Empty the macro cache's obstack.
2230 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
2231 set new allocate and free functions for it.
2232 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
2233 free functions for the macro cache's objstack. (Why is this
2234 function building its own objfile?)
2235 * symmisc.c (print_objfile_statistics): Print statistics on the
2237 * Makefile.in: Note that buildsym.o depends on macrotab.h.
2241 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
2242 (REGISTER_U_ADDR): Delete definition.
2243 (arm_register_u_addr): Delete declaration.
2247 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
2248 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
2252 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
2257 * regcache.c (register_valid): Revise comments refering to "Not
2258 available" and "unavailable".
2259 * frame.c (frame_register_read): Ditto.
2260 * findvar.c (value_of_register): Ditto.
2264 * Makefile.in (remote_sim_h): Replace remote-sim_h.
2265 (remote-sim.o): Update dependencies.
2266 (d10v-tdep.o): Specify dependencies.
2267 (sim_d10v_h): Define.
2271 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
2272 * macrotab.c (macro_lookup_inclusion, find_definition,
2273 new_macro_table): Same.
2275 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
2276 not `! strcmp ()'. This is a dubious improvement.
2277 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
2279 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
2280 although it's not necessary, to avoid a warning.
2284 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
2285 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
2286 TYPE_INSTANCE_FLAGS.
2287 (struct main_type): New.
2288 (struct type): Move most members to struct main_type. Change
2289 cv_type and as_type to new type_chain member. Add instance_flags.
2290 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
2291 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
2292 (finish_cv_type): Remove prototype.
2293 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
2295 (alloc_type_instance): New function.
2296 (smash_type): New function.
2297 (make_pointer_type, make_reference_type, make_function_type)
2298 (smash_to_member_type, smash_to_method_type): Call smash_type.
2299 (make_qualified_type): New function.
2300 (make_type_with_address_space): Call make_qualified_type.
2301 (make_cv_type): Likewise.
2302 (finish_cv_type): Remove unnecessary function.
2303 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
2304 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
2305 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
2306 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
2307 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
2308 * hpread.c (hpread_read_struct_type): Likewise.
2309 * stabsread.c (read_struct_type): Likewise.
2313 * configure.tgt: Add a catch all sh* target, for cases like
2314 sh[2,3,4]-elf and sh-hms.
2318 * event-loop.c (create_file_handler): Don't do anything but
2319 update data when we are given a fd which we are already
2324 * dwarf2cfi.c (context_cpy): Copy registers correctly.
2325 (update_context): Use __func__ in warnings.
2329 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
2330 and tcp_close to net_open and net_close.
2331 (net_open): Accept "udp:" and "tcp:" specifications. Connect
2332 using UDP if requested. Don't try to disable Nagle on UDP
2334 * remote.c (remote_serial_open): New function. Warn about UDP.
2335 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
2339 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
2343 * configure.tgt: Remove sh-hms target.
2344 * MAINTAINERS: Don't list sh-hms as a separate target.
2348 Add first preprocessor macro-expansion files.
2349 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
2350 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
2351 (splay_tree_h, macroexp_h, macrotab_h): New variable.
2352 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
2353 (COMMON_OBS): Add macrotab.o, macroexp.o.
2354 (macroexp.o, macrotab.o): New rules.
2358 * config/m88k/tm-m88k.h: Update copyright.
2359 (m88k_target_write_pc): Declare
2360 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
2361 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
2362 (SHIFT_INST_REGS): Update definition.
2363 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
2364 using old definition of TARGET_WRITE_PC.
2365 * regcache.c (generic_target_write_pc): Delete code handling
2367 * gdbarch.sh (NNPC_REGNUM): Delete.
2368 * gdbarch.h, gdbarch.c: Regenerate.
2372 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
2377 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
2378 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
2379 (gen_address_of, gen_struct_ref, gen_repeat): Use type
2381 * c-typeprint.c (cp_type_print_method_args): Likewise.
2382 (c_type_print_args): Likewise.
2383 * d10v-tdep.c (d10v_push_arguments): Likewise.
2384 (d10v_extract_return_value): Likewise.
2385 * expprint.c (print_subexp): Likewise.
2386 * gdbtypes.c (lookup_primitive_typename): Likewise.
2387 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
2388 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
2389 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
2390 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
2391 (TYPE_VECTOR): Likewise.
2392 * hpread.c (hpread_read_struct_type)
2393 (fix_static_member_physnames, fixup_class_method_type)
2394 (hpread_type_lookup): Likewise.
2395 * mdebugread.c (parse_symbol, parse_type): Likewise.
2396 * p-lang.c (is_pascal_string_type): Likewise.
2397 * valops.c (hand_function_call): Likewise.
2398 * x86-64-tdep.c (classify_argument): Likewise.
2400 * hpread.c (hpread_read_function_type)
2401 (hpread_read_doc_function_type): Call replace_type.
2402 * dstread.c (create_new_type): Delete.
2403 (decode_dst_structure, process_dst_function): Call alloc_type.
2404 Use type access macros.
2408 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
2409 the're not supported by the current architecture.
2410 (i387_fill_fxsave): Likewise.
2414 * symfile.c (default_symfile_offsets): Arrange for uninitialized
2415 sect_index_xxx members to index the first slot in section_offsets
2416 if all of the section_offsets are zero.
2420 * configure.tgt (sparc-*openbsd): Remove entry accidentially
2421 checked in with last change.
2425 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
2426 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
2431 * Makefile.in: Update dependencies.
2435 * language.c (local_hex_string_custom): Simplify. Do not depend
2436 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
2438 * memattr.c (mem_info_command): Replace calls to
2439 longest_local_hex_string and longest_local_hex_string_custom.
2440 * buildsym.c (make_blockvector): Ditto.
2441 * solib.c (info_sharedlibrary_command): Ditto.
2442 * tracepoint.c (tracepoints_info): Ditto.
2443 * symtab.c (print_msymbol_info): Ditto.
2445 * language.c (local_hex_string): Delete.
2446 (local_hex_string_custom): Delete.
2447 (longest_local_hex_string): Rename to local_hex_string.
2448 (longest_local_hex_string_custom): Rename to
2449 local_hex_string_custom.
2450 * language.h (local_hex_string): Change parameter type to LONGEST.
2451 (local_hex_string_custom): Ditto.
2452 (longest_local_hex_string): Delete declaration.
2453 (longest_local_hex_string_custom): Ditto.
2455 * solib.c: Update copyright.
2456 * memattr.c: Update copyright.
2460 * arch-utils.h (legacy_register_to_value): Declare.
2461 (legacy_value_to_register): Declare.
2462 (legacy_convert_register_p): Declare.
2463 * arch-utils.c (legacy_register_to_value): New function.
2464 (legacy_value_to_register): New function.
2465 (legacy_convert_register_p): New function.
2467 * gdbarch.sh (REGISTER_TO_VALUE): Define.
2468 (VALUE_TO_REGISTER): Define.
2469 (CONVERT_REGISTER_P): Define.
2470 * gdbarch.h, gdbarch.c: Regenerate.
2472 * valops.c (value_assign): Use CONVERT_REGISTER_P and
2474 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
2480 * Makefile.in: Update dependencies for valops.c.
2481 * valops.c: Include "gdb_assert.h".
2482 (typecmp): Skip THIS parameter to methods.
2483 (find_method_list): Remove static_memfuncp argument,
2484 update callers. Check for stub methods.
2485 (find_value_oload_method_list): Don't set *static_memfuncp.
2486 (find_overload_match): Don't check for stub methods. Assert
2487 that methods are not stubbed. Handle static methods.
2488 (value_find_oload_method_list): Remove static_memfuncp argument.
2489 * gdbtypes.c (check_stub_method): Do not add THIS pointer
2490 to the argument list for static stub methods.
2491 * value.h (value_find_oload_method_list): Update prototype.
2495 * arch-utils.h (generic_register_size): Declare.
2496 (generic_register_raw_size, generic_register_virtual_size): Delete
2498 * arch-utils.c (generic_register_raw_size): Delete.
2499 (generic_register_size): New function.
2500 (generic_register_virtual_size): Delete.
2502 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
2503 default generic_register_size.
2504 * gdbarch.h, gdbarch.c: Re-generate.
2506 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
2507 register_virtual_size.
2508 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
2509 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2513 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
2514 * gdbarch.h, gdbarch.c: Regenerate.
2515 * gnu-v3-abi.c: Update copyright.
2516 (vtable_address_point_offset): Update.
2517 (gnuv3_rtti_type): Update.
2518 (gnuv3_baseclass_offset): Update.
2519 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
2520 (init_fetch_link_map_offsets): Update.
2521 * remote.c (get_remote_state): Update.
2525 * TODO: Remove value_headof/value_from_vtable_info comment.
2526 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
2527 * values.c (value_headof, value_from_vtable_info): Delete.
2528 * value.h (value_from_vtable_info): Delete prototype.
2532 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
2533 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
2535 (gdb_assert_h): Define.
2536 (gdb_wait_h): Define.
2537 (gdb_regex_h): Define.
2542 * linespec.c (find_methods): Handle GCC 3.x template constructors.
2546 * nbsd-tdep.c: Fix comment.
2550 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
2551 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
2552 (nbsd-tdep.o): New dependency list.
2553 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
2555 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
2556 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
2557 * nbsd-tdep.c: New file.
2558 * nbsd-tdep.h: New file.
2559 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
2561 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
2562 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2563 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2564 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2568 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
2569 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
2570 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
2571 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
2572 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
2573 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
2577 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
2578 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2579 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
2580 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
2581 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
2582 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
2583 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
2587 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
2588 fetch_elfcore_registers to...
2589 * i386nbsd-tdep.c: ...here.
2590 (i386nbsd_use_struct_convention): Rename to...
2591 (i386nbsd_aout_use_struct_convention): ...this.
2592 (i386nbsd_supply_reg): New function.
2593 (i386nbsd_fill_reg): New function.
2594 (fetch_core_registers): Use i386nbsd_supply_reg.
2595 (fetch_elfcore_registers): Likewise.
2596 (_initialize_i386nbsd_tdep): New function.
2597 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
2598 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2599 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
2600 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
2601 (i386nbsd_aout_use_struct_convention): ...this.
2605 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
2606 (store_inferior_registers): Use shnbsd_fill_reg.
2607 * shnbsd-tdep.c (sh_nbsd_supply_registers,
2608 sh_nbsd_supply_register): Collapse into...
2609 (shnbsd_supply_reg): ...this.
2610 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
2611 (shnbsd_fill_reg): ...this.
2612 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
2613 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
2614 (fetch_core_registers): Use shnbsd_supply_reg.
2615 (fetch_elfcore_registers): Use shnbsd_supply_reg.
2616 (sh_nbsd_core_fns): Rename to...
2617 (shnbsd_core_fns): ...this.
2618 (sh_nbsd_elfcore_fns): Rename to...
2619 (shnbsd_elfcore_fns): ...this.
2620 (sh_nbsd_init_abi): Rename to...
2621 (shnbsd_init_abi): ...this.
2622 (_initialize_sh_nbsd_tdep): Rename to...
2623 (_initialize_shnbsd_tdep): ...this.
2624 * shnbsd-tdep.h (sh_nbsd_supply_registers,
2625 sh_nbsd_supply_register, sh_nbsd_fill_registers,
2626 sh_nbsd_fill_register): Remove prototypes.
2627 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
2631 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
2632 (i387-nat.o): Delete dependency list.
2633 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
2634 (x86-64-linux-nat.o): Likewise.
2635 * i387-nat.c: Delete file, moving contents to...
2636 * i387-tdep.c: ...here.
2637 * i387-nat.h: Rename...
2638 * i387-tdep.h: ...to this.
2639 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
2640 * i386-linux-nat.c: Likewise.
2641 * i386bsd-nat.c: Likewise.
2642 * i386gnu-nat.c: Likewise.
2643 * i386nbsd-nat.c: Likewise.
2644 * i386v4-nat.c: Likewise.
2645 * x86-64-linux-nat.c: Likewise.
2646 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
2647 * config/i386/go32.mh (NATDEPFILES): Likewise.
2648 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
2649 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
2650 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
2651 * config/i386/linux.mh (NATDEPFILES): Likewise.
2652 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
2653 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2654 * config/i386/obsd.mh (NATDEPFILES): Likewise.
2655 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2659 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
2660 (alphanbsd-nat.o): Remove dependency list.
2661 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
2662 * alphanbsd-nat.c: Delete. Contents moved to...
2663 * alphanbsd-tdep.c: ...here.
2664 (_initialize_alphanbsd_tdep): Register core functions.
2665 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
2669 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
2670 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
2671 (alphanbsd-nat.o): Likewise.
2672 (alphabsd-tdep.o): New dependency list.
2673 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
2674 (fill_gregset): Use alphabsd_fill_reg.
2675 (supply_fpregset): Use alphabsd_supply_fpreg.
2676 (fill_fpregset): Use alphabsd_fill_fpreg.
2677 (fetch_inferior_registers): Use struct reg and struct fpreg
2678 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
2679 and alphabsd_supply_fpreg.
2680 (store_inferior_registers): Use struct reg and struct fpreg
2681 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
2682 and alphabsd_fill_fpreg.
2683 * alphabsd-tdep.c: New file.
2684 * alphabsd-tdep.h: New file.
2685 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
2686 (fetch_elfcore_registers): Use alphabsd_supply_reg and
2687 alphabsd_supply_fpreg.
2688 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
2689 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
2693 * mips-tdep.c (mips_double_register_type): Fix thinko.
2694 (mips_single_register_type): Ditto.
2695 * MAINTAINERS: Add self.
2699 * i387-nat.c (i387_supply_register, i387_fill_fsave,
2700 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
2701 right thing on architectures with different endianness and/or
2707 * configure.in: Change sed expression which comments out
2708 NATDEPFILES to also comment out continuation lines.
2709 * configure: Regenerate.
2713 * sh-tdep.c: Clean up code erroneously reintroduced by previous
2718 * sh-tdep.c: Include correct file.
2722 New support for sh64-elf (sh5) target.
2724 * configure.tgt: For sh64-elf target, default to sh-elf.
2726 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
2727 (struct gdbarch_tdep): Add new fields for new registers and ABI
2730 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
2731 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
2732 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
2733 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
2734 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
2735 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
2736 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
2737 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
2738 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
2739 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
2740 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
2741 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
2742 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
2743 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
2744 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
2745 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
2746 sh64_get_gdb_regnum, sh64_media_reg_base_num,
2747 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
2748 sign_extend, sh64_nofp_frame_init_saved_regs,
2749 sh64_init_extra_frame_info, sh64_get_saved_register,
2750 sh64_extract_struct_value_address, sh64_pop_frame,
2751 sh64_push_arguments, sh64_extract_return_value,
2752 sh64_store_return_value, sh64_show_media_regs,
2753 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
2754 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
2755 sh_sh64_register_virtual_type,
2756 sh_sh64_register_convert_to_virtual,
2757 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
2758 sh64_register_read, sh64_pseudo_register_write,
2759 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
2760 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
2761 sh64_do_pseudo_register, sh_compact_do_registers_info,
2762 sh64_do_registers_info, sh_gdbarch_init): New functions.
2766 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
2770 * linespec.c (decode_line_1): Check for a double quote after
2771 a filename correctly.
2775 Properly track the size of the current objfile's .debug_line section.
2776 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
2777 (DWARF_LINE_SIZE): New macro.
2778 (dwarf2_build_psymtabs_hard): Record the line section's size in
2779 the partial symbol table.
2780 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
2785 * ia64-tdep.c: Handle breakpoints on L instruction type
2786 in MLX instruction bundle by moving the breakpoint to
2787 the third slot (X instruction type) as L holds only data.
2791 * dbxread.c (discarding_local_symbols_complaint): New complaint.
2792 (process_one_symbol): Complain about discarding local symbols
2793 due to a misplaced N_LBRAC entry.
2798 * linespec.c (find_toplevel_char): '<' and '>' also increase and
2799 decrease the depth we are at, in the case of templates.
2803 * mips-tdep.c (mips_float_register_type): New function.
2804 (mips_double_register_type): New function.
2805 (mips_print_register): Use them.
2806 (do_fp_register_row): Likewise.
2810 * signals/signals.c (signals): Remove conditional compilation around
2811 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
2812 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
2816 * remote-rdp.c (remote_rdp_can_run): Remove.
2820 * jv-valprint.c (java_val_print): Handle `char' as a special case
2825 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
2826 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
2827 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
2828 str r(0123),[sp,#nn].
2829 (arm_skip_prologue): Ditto. Also make disassembly
2830 order-independent by placing it in a loop.
2834 * stabsread.c (read_type): Add recognition for new attribute:
2835 "@V;" means that an array type is actually a vector.
2836 This is analogous to the vector flag that's been added to dwarf2.
2840 * i386-tdep.h (i386_abi): New enum.
2841 (struct gdbarch_tdep): Replace os_ident member with abi.
2842 (i386_gdbarch_register_os_abi): New prototype.
2843 * i386-tdep.c (i386_abi_names): New array.
2844 (process_note_abi_tag_sections): Removed.
2845 (process_note_sections): New function.
2846 (i386_elf_abi_from_note, i386_elf_abi): New functions.
2847 (struct i386_abi_handler): New struct.
2848 (i386_abi_handler_list): New variable.
2849 (i386_gdbarch_register_os_abi): New function.
2850 (i386_gdbarch_init): Adapt for the changes given above.
2854 * gregset.h: Say "GNU/Linux".
2858 * gdbtypes.c : Add new builtin type for 64 bit vectors.
2859 (build_gdbtypes): Build builtin_type_v2_float.
2860 (_initialize_gdbtypes): Register new builtin type.
2864 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
2865 (clear_gdbarch_swap): New function.
2866 (initialize_non_multiarch): Call.
2867 (gdbarch_update_p): Before calling init(), swap out and clear the
2868 existing architecture.
2869 * gdbarch.c: Regenerate.
2873 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
2878 * sh-nbsd-nat.c: Rename to...
2879 * shnbsd-nat.c: ...this.
2880 * sh-nbsd-tdep.c: Rename to...
2881 * shnbsd-tdep.c: ...this.
2882 * sh-nbsd-tdep.h: Rename to...
2883 * shnbsd-tdep.h: ...this.
2884 * config/sh/nbsd.mh: Use shnbsd-nat.o.
2885 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
2889 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
2890 concatenation for command help messages.
2894 * NEWS: Note new sh*-*-netbsdelf* configuration.
2895 * configure.host: Set gdb_host_cpu to sh for all sh*.
2896 (sh*-*-netbsdelf*): New host.
2897 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
2898 (sh*-*-netbsdelf*): New target.
2899 * sh-nbsd-nat.c: New file.
2900 * sh-nbsd-tdep.c: New file.
2901 * sh-nbsd-tdep.h: New file.
2902 * config/sh/nbsd.mh: New file.
2903 * config/sh/nbsd.mt: New file.
2904 * config/sh/nm-nbsd.h: New file.
2905 * config/sh/tm-nbsd.h: New file.
2909 * sh-tdep.c (sh_osabi_names): Declare.
2910 (process_note_abi_tag_sections): New function.
2911 (get_elfosabi): Ditto.
2912 (sh_gdbarch_register_os_abi): Ditto.
2913 (sh_dump_tdep): Ditto.
2914 _initialize_sh_tdep): Use gdbarch_register to register
2915 sh_gdbarch_init and sh_dump_tdep.
2916 * config/sh/tm-sh.h (sh_osabi): Declare.
2917 (gdbarch_tdep): Add sh_osabi and osabi_name members.
2921 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
2922 (thumb_scan_prologue): Ditto.
2923 (arm_find_callers_reg): Ditto.
2924 (arm_frame_chain): Ditto.
2925 (arm_init_extra_frame_info): Ditto.
2926 (arm_frame_saved_pc): Ditto.
2927 (arm_pop_frame): Ditto.
2928 (arm_push_return_address): New function.
2929 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
2930 call_dummy_location, call_dummy_breakpoint_offset_p,
2931 call_dummy_breakpoint_offset, call_dummy_p,
2932 call_dummy_stack_adjust_p, call_dummy_words,
2933 sizeof_call_dummy_words, call_dummy_start_offset,
2934 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
2935 call_dummy_address, push_return_address and push_dummy_frame for
2936 generic dummy frames.
2940 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
2941 size computation for alloca.
2942 (sh_fp_frame_init_saved_regs): Likewise.
2946 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
2947 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
2948 * arm-tdep.c (arm_store_return_value): Use them.
2949 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
2950 * remote-rdp.c (remote_rdp_fetch_register): Use
2951 ARM_MAX_REGISTER_RAW_SIZE.
2952 (remote_rdp_store_register): Likewise.
2956 * dwarf2cfi.c: Code cleanup, removed unused variables,
2957 added default labels to switch {} statements.
2958 * x86-64-tdep.c: Ditto.
2959 * x86-64-linux-nat.c: Ditto.
2963 * solib.h: Protect against multiple inclusion.
2967 Add first preprocessor macro-expansion files.
2968 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
2969 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
2970 (splay_tree_h, macroexp_h, macrotab_h): New variable.
2971 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
2972 (COMMON_OBS): Add macrotab.o, macroexp.o.
2973 (macroexp.o, macrotab.o): New rules.
2975 Separate the job of reading the line number info statement program
2976 header (...expialidocious) out into its own function.
2977 * dwarf2read.c (struct line_head, struct filenames, struct
2978 directories): Replace with...
2979 (struct line_header): New structure, containing the full
2980 contents of the statement program header, including the
2981 include directory and file name tables.
2982 (read_file_scope): If we have line number info, instead of just
2983 calling dwarf_decode_lines to do all the work, call
2984 dwarf_decode_line_header first to get a `struct line_header'
2985 containing the data in the statement program header, and then
2986 pass that to dwarf_decode_lines, which will pick up where that
2987 left off. Be sure to clean up the `struct line_header' object.
2988 (dwarf_decode_line_header, free_line_header, add_include_dir,
2989 add_file_name): New functions.
2990 (dwarf_decode_lines): Move all the code to read the statement
2991 program header into dwarf_decode_line_header. Take the line
2992 header it built as the first argument, instead of the offset to
2993 the compilation unit's line number info. Use the new `struct
2994 line_header' type instead of the old structures. No need to do
2995 cleanups here now, since we don't allocate anything.
2996 (dwarf2_statement_list_fits_in_line_number_section,
2997 dwarf2_line_header_too_long): New complaints.
3001 * gdbtypes.c (init_vector_type): New function.
3002 (build_builtin_type_vec128): Simplify the representation of SIMD
3004 (build_gdbtypes): Initialize new builtin vector types.
3005 (_initialize_gdbtypes): Register new vector types with gdbarch.
3006 (builtin_type_v4_float, builtin_type_v4_int32,
3007 builtin_type_v8_int16, builtin_type_v16_int8,
3008 builtin_type_v2_int32, builtin_type_v4_int16,
3009 builtin_type_v8_int8): New (renamed) SIMD types.
3013 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
3014 (i387_fill_fxsave): Likewise.
3018 * alpha-tdep.c (alpha_extract_return_value): Don't use
3019 non-constant array size in prototype.
3023 From Brian Taylor <briant at model dot com>:
3024 * ui-out.c (ui_out_field_core_addr): Use the function
3025 longest_local_hex_string_custom'to format addresses > 32 bits
3028 * ui-out.c (ui_out_field_core_addr): Update comment.
3032 * stack.c (select_and_print_frame): Make static. Delete the
3034 (func_command): Update call.
3035 (select_frame_command): Delete code computing the frame level.
3036 * frame.h (select_and_print_frame): Delete declaration.
3040 * sparc-tdep.c (sparc_get_saved_register): Comment why
3041 get_prev_frame call is safe.
3045 * frame.h (select_frame): Delete level parameter.
3046 * stack.c (select_frame): Update. Use frame_relative_level to
3047 obtain the frame's level.
3048 (select_and_print_frame): Update call.
3049 (select_frame_command): Ditto.
3050 (up_silently_base): Ditto.
3051 (down_silently_base): Ditto.
3052 * ocd.c (ocd_start_remote): Ditto.
3053 * remote-rdp.c (remote_rdp_open): Ditto.
3054 * remote-mips.c (mips_initialize): Ditto.
3055 (common_open): Ditto.
3056 * remote-e7000.c (e7000_start_remote): Ditto.
3057 * m3-nat.c (select_thread): Ditto.
3058 * hppa-tdep.c (child_get_current_exception_event): Ditto.
3059 (child_get_current_exception_event): Ditto.
3060 * varobj.c (varobj_create): Ditto.
3061 (varobj_update): Ditto.
3062 (c_value_of_root): Ditto.
3063 * tracepoint.c (finish_tfind_command): Ditto.
3064 * corelow.c (core_open): Ditto.
3065 * arch-utils.c (generic_prepare_to_proceed): Ditto.
3066 * thread.c (info_threads_command): Ditto.
3067 (switch_to_thread): Ditto.
3068 * infrun.c (normal_stop): Ditto.
3069 (restore_selected_frame): Ditto.
3070 (restore_inferior_status): Ditto.
3071 * breakpoint.c (insert_breakpoints): Ditto.
3072 (watchpoint_check): Ditto.
3073 (bpstat_stop_status): Ditto.
3074 (do_enable_breakpoint): Ditto.
3075 * blockframe.c (flush_cached_frames): Ditto.
3076 (reinit_frame_cache): Ditto.
3080 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
3085 * gdbtypes.c (replace_type): Doc fix.
3089 * valprint.c (strcat_longest): Delete commented out function.
3094 * MAINTAINERS: Mark a29k as deleted.
3095 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
3096 Move new configurations to the top.
3097 * configure.tgt: Remove a29k.
3098 * config/a29k/tm-vx29k.h: Delete.
3099 * config/a29k/vx29k.mt: Delete.
3100 * config/a29k/tm-a29k.h: Delete.
3101 * config/a29k/a29k-udi.mt: Delete.
3102 * config/a29k/a29k.mt: Delete.
3103 * a29k-tdep.c: Delete.
3104 * remote-udi.c: Delete.
3105 * remote-mm.c: Delete.
3106 * remote-eb.c: Delete.
3107 * remote-adapt.c: Delete.
3108 * Makefile.in: Remove obsolete code.
3109 * gdbserver/Makefile.in: Ditto.
3110 * config/s390/s390x.mt: Ditto.
3111 * config/s390/s390.mt: Ditto.
3112 * config/sparc/sparclynx.mh: Ditto.
3113 * config/sparc/linux.mh: Ditto.
3114 * config/pa/hppaosf.mh: Ditto.
3115 * config/pa/hppabsd.mh: Ditto.
3116 * config/ns32k/nbsd.mt: Ditto.
3117 * config/mips/vr5000.mt: Ditto.
3118 * config/m68k/sun3os4.mh: Ditto.
3119 * config/m68k/nbsd.mt: Ditto.
3120 * config/m68k/m68klynx.mh: Ditto.
3121 * config/m32r/m32r.mt: Ditto.
3122 * config/i386/x86-64linux.mt: Ditto.
3123 * config/i386/nbsdelf.mt: Ditto.
3124 * config/i386/nbsd.mt: Ditto.
3125 * config/i386/i386lynx.mh: Ditto.
3129 * target.c (debug_print_register): New function. Handle oversize
3131 (debug_to_fetch_registers): Call.
3132 (debug_to_store_registers): Call.
3136 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
3137 (read_type): Doc fix.
3138 * gdbtypes.c (replace_type): Doc fix.
3140 * stabsread.c (multiply_defined_struct): New complaint.
3141 (read_struct_type): If the type we were passed isn't empty, or
3142 incomplete, don't read the new struct type into it; complain,
3143 and return the original type unchanged. Take a new `type_code'
3144 argument, which is the type code for the new type.
3145 (read_type): Rather than storing the type's type code here, pass
3146 it as an argument to read_struct_type, and let that take care of
3147 storing it. That way, we don't overwrite the original type code,
3148 so read_struct_type can use it to decide whether we're overwriting
3149 something we shouldn't.
3150 (complain_about_struct_wipeout): New function.
3154 * gdbarch.sh: Assert that gdbarch is non-NULL.
3155 * gdbarch.c: Regenerate.
3159 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
3164 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
3165 (x86_64_dwarf2gdb_regno_map_length),
3166 (x86_64_dwarf2_reg_to_regnum): Added.
3167 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
3168 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
3169 (_initialize_x86_64_tdep): Synced with the change above.
3170 (x86_64_skip_prologue): Reformulated message.
3174 * f-exp.y: Also use new prev_lexptr variable
3175 to improve error reporting. Based on Michael Snyder
3176 2002-04-24 dated patch to c-exp.y.
3177 * jv-exp.y: Likewise.
3178 * m2-exp.y: Likewise.
3182 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
3183 we are dealing with vectors.
3187 * config/m68k/tm-nbsd.h: Obvious fix,
3188 correct machine name.
3192 * p-typeprint.c (pascal_type_print_base): Add support
3193 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
3197 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
3198 for fondamental pascal 'char' type.
3202 * p-lang.h (is_pascal_string_type): Declaration changed,
3203 new sixth argument of type char ** added.
3204 * p-lang.c (is_pascal_string_type): Implementation
3205 changed. Args length_pos, length_size, string_pos, char_size
3206 can now be NULL. New argument arrayname set to the field
3207 name of the char array. Return value set to char array
3208 field index plus one.
3209 * p-valprint.c (pascal_val_print): Adapt to new declaration of
3210 is_pascal_string_type function.
3214 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
3216 * gdbarch.c: Regenerate.
3220 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
3221 before probing for a new one. Detect errorenous gdbarch_init
3223 * gdbarch.c: Regenerate.
3227 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
3228 * config/mcore/tm-mcore.h: Ditto. Update copyright.
3229 * config/v850/tm-v850.h: Ditto. Update copyright.
3233 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
3238 * arm-tdep.c: Whitespace clean-ups.
3239 (arm_skip_prologue): Fix thinko; two lines
3240 should have been removed as part of 4/24 change.
3244 * rs6000-tdep.c: Added comment describing how fpscr register
3245 numbers were chosen.
3249 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
3253 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
3254 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
3255 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
3260 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
3261 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
3262 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
3263 not bfd-private xcoff data, to determine wordsize.
3264 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
3268 GDB 5.2 released from 5.2 branch.
3272 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
3273 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
3274 (x86_64_register_info_table): Added comments with register numbers.
3278 * rs6000-tdep.c (rs6000_extract_return_value,
3279 rs6000_store_return_value): Handle returning vectors.
3280 (rs6000_gdbarch_init): Use
3281 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
3282 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
3284 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
3286 (ppc_sysv_abi_push_arguments): Handle vector parameters.
3287 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
3289 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
3291 * hpread.c (hpread_psymtab_to_symtab_1,
3292 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
3293 with fprintf_unfiltered (gdb_stderr,...).
3295 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
3297 * remote-array.c (printf_monitor, write_monitor,
3298 array_insert_breakpoint, array_remove_breakpoint ):
3299 Replace fprintf (stderr,...
3300 with fprintf_unfiltered (gdb_stderr,....
3301 * remote-es.c: Likewise.
3302 * remote-os9k.c: Likewise.
3303 * remote-st.c: Likewise.
3307 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
3308 linux-proc.o and gcore.o.
3312 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
3313 code without frame pointers.
3317 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
3322 * target.c (do_xfer_memory): Correct reference to the new option
3323 "trust-readonly-sections".
3327 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
3328 * gdbtypes.c (recursive_dump_type): Output the vector flag.
3329 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
3331 (read_array_type): Record the fact that this array type is really a
3332 vector (i.e. are passed in by value).
3336 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
3337 * alpha-tdep.c (alpha_sigcontext_addr): New function.
3338 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
3339 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
3340 * alpha-linux-tdep.c: Include frame.h.
3341 (alpha_linux_sigcontext_addr): New function.
3342 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
3343 alpha_linux_sigcontext_addr.
3344 * alpha-osf1-tdep.c: Include gdbcore.h.
3345 (alpha_osf1_sigcontext_addr): New function.
3346 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
3347 alpha_osf1_sigcontext_addr.
3348 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
3349 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
3353 * stack.c (selected_frame_level):
3354 (select_frame): Do not set selected_frame_level.
3355 * frame.h (selected_frame_level): Delete declaration.
3359 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
3360 convert_from_func_ptr-addr when AIX / PowerOpen.
3364 * valops.c (hand_function_call): Call
3365 generic_save_call_dummy_addr.
3366 * frame.h (generic_save_call_dummy_addr): Declare.
3367 * blockframe.c (struct dummy_frame): Add fields call_lo and
3369 (generic_find_dummy_frame): Check for PC in range call_lo to
3370 call_hi instead of entry_point_address.
3371 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
3372 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
3373 (generic_save_call_dummy_addr): New function.
3377 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
3378 sparc_skip_prologue.
3379 (sparc_skip_prologue): Kill frameless_p arg, and use line number
3380 information to find prologue when possible.
3381 (sparc_prologue_frameless_p): Call examine_prologue directly.
3382 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
3383 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
3385 (SKIP_PROLOGUE): Likewise.
3389 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
3390 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
3391 indicate that the condition it was testing is always true.
3392 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
3393 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
3394 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
3398 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
3399 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
3400 tdep->jb_pc and tdep->jb_elt_size.
3401 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
3402 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
3403 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3404 * alpha-nat.c (get_longjmp_target): Remove.
3405 (JB_ELEMENT_SIZE): Ditto.
3407 * alpha-tdep.c (alpha_get_longjmp_target): New function.
3408 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
3409 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
3410 to alpha_get_longjmp_target.
3411 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
3412 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
3413 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
3417 * README: Update to GDB 5.2.
3421 * gdbarch.sh (LC_ALL): Set to `c'.
3425 * avr-tdep.c: Ran through gdb_indent.sh.
3429 * MAINTAINERS: Add myself as AVR maintainer.
3430 * NEWS: Note new target avr.
3434 * Makefile.in: Add support for AVR target.
3435 * configure.tgt: Add support for AVR target.
3436 * avr-tdep.c: New file
3437 * config/avr/avr.mt: New file.
3441 * MAINTAINERS: Add myself to write-after-approval.
3443 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
3445 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
3446 with fprintf_unfiltered (gdb_stderr,....
3451 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
3455 * p-exp.y: Also use new prev_lexptr variable
3456 to improve error reporting. Based on Michael Snyder
3457 2002-04-24 dated patch to c-exp.y.
3461 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
3462 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
3463 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
3465 * config/alpha/tm-alpha.h: Remove forward decls of struct type
3467 (FUNCTION_START_OFFSET): Remove.
3468 (BREAKPOINT): Ditto.
3472 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
3477 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
3478 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
3479 alpha_linux_pc_in_sigtramp.
3480 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
3481 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
3482 alpha_osf1_pc_in_sigtramp.
3483 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
3484 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
3485 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3486 alphafbsd_pc_in_sigtramp.
3487 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
3488 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3489 alphanbsd_pc_in_sigtramp.
3490 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
3491 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
3495 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3499 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
3501 (alphanbsd-nat.o): New dependency list.
3502 (alphanbsd-tdep.o): Ditto.
3503 * NEWS: Note new native NetBSD/alpha configuration.
3504 * alphanbsd-nat.c: New file.
3505 * alphanbsd-tdep.c: Ditto.
3506 * configure.host (alpha*-*-netbsd*): New host.
3507 * configure.tgt (alpha*-*-netbsd*): New target.
3508 * config/alpha/nbsd.mh: New file.
3509 * config/alpha/nbsd.mt: Ditto.
3510 * config/alpha/nm-nbsd.h: Ditto.
3511 * config/alpha/tm-nbsd.h: Ditto.
3515 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
3516 (alpha-osf1-tdep.o): New dependency list.
3517 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
3518 and skip_sigtramp_frame members.
3519 * alpha-linux-tdep.c: Include gdbcore.h.
3520 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
3521 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
3522 * alpha-osf1-tdep.c: New file.
3523 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
3525 (alpha_frame_past_sigtramp_frame): New function.
3526 (alpha_dynamic_sigtramp_offset): Ditto.
3527 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
3528 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
3529 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
3530 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
3531 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
3532 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
3533 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
3534 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
3535 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
3536 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
3537 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
3538 to find_solib_trampoline_target.
3539 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
3540 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
3541 (SKIP_TRAMPOLINE_CODE): Remove.
3542 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3543 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3544 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3545 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3546 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
3547 (PROC_SIGTRAMP_MAGIC): Ditto.
3548 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3549 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3550 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3551 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3552 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3556 * NEWS: Note that Alpha targets are now multi-arch.
3560 * parser-defs.h (prev_lexptr): New external variable.
3561 * parse.c (parse_exp_1): Set prev_lexptr to null before
3562 calling the language-specific parser.
3563 * c-exp.y (yylex): Set prev_lexptr to start of current token.
3564 (yyerror): Use prev_lexptr in error reporting.
3568 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
3569 * gregset.h: If FILL_FPXREGSET is defined, provide
3570 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
3571 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
3572 is defined, call fill_fpxregset.
3576 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
3577 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
3578 (supply_gregset, supply_fpregset): New functions.
3580 * gnu-nat.c (gnu_find_memory_regions): New function.
3581 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
3582 (gnu_xfer_memory): Add a cast.
3586 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
3587 loop. Add handling for "str lr, [sp, #-4]!" and for saves
3588 of argument regs ("str r(0123), [r11, #-nn"]).
3589 (arm_skip_prologue): Better handling for frameless functions.
3590 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
3591 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
3595 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
3596 NUM_PSEUDO_REGS can be used.
3600 * arch-utils.h: Update copyright.
3602 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
3603 * gdbarch.h, gdbarch.c: Re-generate.
3605 * inferior.h (IN_SIGTRAMP): Delete definition.
3606 * arch-utils.c (legacy_pc_in_sigtramp): New function.
3607 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
3609 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
3610 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
3611 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
3612 (find_proc_framesize): Ditto.
3613 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
3614 (alpha_init_extra_frame_info): Ditto.
3615 * infrun.c (handle_inferior_event): Ditto.
3616 (handle_inferior_event): Ditto.
3617 (check_sigtramp2): Ditto.
3618 * blockframe.c (create_new_frame): Ditto.
3619 (get_prev_frame): Ditto.
3620 * ppc-linux-tdep.c: Update comments.
3621 * i386-linux-tdep.c: Update comments.
3622 * breakpoint.c (bpstat_what): Update comment.
3626 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
3627 (regsets_store_inferior_registers): Removed cast to int from
3629 * gdbserver/regcache.h: Added declaration of struct inferior_info.
3633 * i960-tdep.c (register_in_window_p): New function.
3634 (i960_find_saved_register): Use it instead of
3635 REGISTER_IN_WINDOW_P.
3636 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
3638 * symtab.h (find_stab_function_addr): Kill extern.
3639 * minsyms.c (find_stab_function_addr): Remove from here...
3640 * dbxread.c: ... to here, and mark it static.
3644 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
3645 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
3649 * remote-vxsparc.c (vx_read_register): Fix typo, we want
3650 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
3651 (vx_write_register): Likewise.
3655 * source.c (is_regular_file): New function.
3656 (openp): Check wether file to open is a regular file
3657 to avoid opening directories.
3661 * findvar.c (extract_signed_integer): Cast printf argument
3662 to suppress format warning.
3663 (extract_unsigned_integer): Likewise.
3664 * infcmd.c (registers_info): Likewise.
3665 * top.c (get_prompt_1): Likewise.
3666 * valops.c (value_assign): Likewise.
3667 * valprint.c (print_decimal): Likewise.
3671 * c-exp.y (typebase): Support
3673 [long|long long|short] [signed|unsigned] [int|]
3677 signed [long|long long|short] int
3681 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
3683 * vax-tdep.h: New file.
3684 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
3685 Make several routines static.
3686 (vax_get_saved_register): New function.
3687 (vax_gdbarch_init): New function.
3688 (_initialize_vax_tdep): Register vax_gdbarch_init.
3689 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
3690 Remove macros now under the control of gdbarch.
3694 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
3695 Some whitespace and coding standards tweaks.
3699 * vax-tdep.c: Include regcache.h.
3700 (vax_call_dummy_words): New.
3701 (sizeof_vax_call_dummy_words): New.
3702 (vax_fix_call_dummy): New function.
3703 (vax_saved_pc_after_call): Ditto.
3704 * config/vax/tm-vax.h: Don't include regcache.h.
3705 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
3706 (CALL_DUMMY): Remove.
3707 (CALL_DUMMY_WORDS): Define.
3708 (SIZEOF_CALL_DUMMY_WORDS): Define.
3709 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
3713 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
3717 * vax-tdep.c (vax_frame_chain): New function.
3718 (vax_push_dummy_frame): Ditto.
3719 (vax_pop_frame): Ditto.
3720 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
3721 (FRAMELESS_FUNCTION_INVOCATION): Use
3722 generic_frameless_function_invocation_not.
3723 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
3724 (POP_FRAME): Use vax_pop_frame.
3728 * vax-tdep.c (vax_store_struct_return): New function.
3729 (vax_extract_return_value): Ditto.
3730 (vax_store_return_value): Ditto.
3731 (vax_extract_struct_value_address): Ditto.
3732 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
3733 vax_store_struct_return.
3734 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
3735 (STORE_RETURN_VALUE): Use vax_store_return_value.
3736 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
3740 * vax-tdep.c (vax_frame_saved_pc): New function.
3741 (vax_frame_args_address_correct): Ditto.
3742 (vax_frame_args_address): Ditto.
3743 (vax_frame_locals_address): Ditto.
3744 (vax_frame_num_args): Move code to be in proximity to
3745 other frame-related functions.
3746 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
3747 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
3748 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
3749 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
3750 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
3754 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
3759 * vax-tdep.c (vax_frame_init_saved_regs): New function.
3760 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
3761 (FRAME_INIT_SAVED_REGS): New macro.
3765 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
3769 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
3771 (fetch_osf_core_registers): Likewise.
3772 (supply_gregset): Likewise.
3776 * symfile.h (get_section_index): Define.
3777 * symfile.c (get_section_index): New function.
3778 * mdebugread.c (SC_IS_SBSS): New macro.
3779 (SC_IS_BSS): Return true for the scBss storage class only, as
3780 the scSBss storage class refers to the .sbss section.
3781 (parse_partial_symbols): Discard the symbols which associated
3782 section does not exist.
3783 Make sure to use the .sbss section index for symbols which
3784 storage class is scBss, rather than using the .bss section index.
3788 * vax-tdep.c: Update copyright years.
3789 (vax_register_name): New function.
3790 (vax_register_byte): Ditto.
3791 (vax_register_raw_size): Ditto.
3792 (vax_register_virtual_size): Ditto.
3793 (vax_register_virtual_type): Ditto.
3794 * config/vax/tm-vax.h: Update copyright years.
3795 (REGISTER_NAMES): Remove.
3796 (REGISTER_NAME): Define.
3797 (REGISTER_BYTE): Use vax_register_byte.
3798 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
3799 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
3800 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
3804 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
3806 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
3810 * arch-utils.c (generic_prologue_frameless_p): Kill
3811 SKIP_PROLOGUE_FRAMELESS_P code.
3812 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
3814 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
3815 * arc-tdep.c (arc_prologue_frameless_p): Implement.
3816 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
3818 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
3819 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
3820 (sparc_gdbarch_init): Pass it to
3821 set_gdbarch_prologue_frameless_p.
3825 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
3826 (alphabsd-nat.o): New dependency list.
3830 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
3832 (alpha-linux-tdep.o): New dependency list.
3833 (alphafbsd-tdep.o): Likewise.
3837 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
3839 * alpha-tdep.c: ...from here.
3840 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
3844 * config/alpha/tm-alpha.h: Move alpha_software_single_step
3845 prototype from here...
3846 * alpha-tdep.h: ...to here.
3850 * frame.h (selected_frame_level): Document as deprecated.
3851 (frame_relative_level): Declare.
3852 * stack.c (frame_relative_level): New function.
3853 (selected_frame_level): Document as deprecated.
3854 (select_frame): Do not set the selected_frame_level.
3856 * stack.c (frame_info, record_selected_frame): Update.
3857 (frame_command, current_frame_command): Update.
3858 (up_silently_base, up_command, down_silently_base): Update.
3859 (down_command): Update.
3860 * inflow.c (kill_command): Update.
3861 * tracepoint.c (finish_tfind_command): Update.
3862 * corelow.c (core_open): Update.
3863 * thread.c (info_threads_command): Update.
3864 (do_captured_thread_select): Update.
3865 * infcmd.c (finish_command): Update.
3866 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
3870 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
3874 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
3879 * alphafbsd-tdep.c: Update copyright years. Include
3881 (alphafbsd_use_struct_convention): Make static.
3882 (alphafbsd_init_abi): New function.
3883 (_initialize_alphafbsd_tdep): New function.
3884 * config/alpha/tm-fbsd.h: Update copyright years.
3885 (USE_STRUCT_CONVENTION): Remove.
3889 * alpha-tdep.c (alpha_abi_handler): New structure to describe
3890 an Alpha ABI variant.
3891 (alpha_abi_handler_list): Declare.
3892 (alpha_gdbarch_register_os_abi): New function.
3893 (alpha_gdbarch_init): Give registered ABI variant handlers a
3894 chance to tweak the gdbarch once we have set up defaults.
3895 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
3899 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
3900 to standard_coerce_float_to_double.
3901 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3905 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
3906 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
3907 from gdbarch_tdep rather than a constant.
3908 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
3909 the default text address for all Alpha Unix ABIs.
3910 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
3911 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
3915 * alpha-tdep.h: New file. Includes several Alpha target constants
3917 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
3918 let gdbarch deal with.
3919 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
3920 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
3922 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
3923 Alpha target register names.
3924 * alphabsd-nat.c: Likewise.
3925 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
3926 Alpha target register names. Make serveral routines static.
3927 (alpha_get_saved_register): New function.
3928 (alpha_abi_names): New.
3929 (process_note_abi_tag_sections): New function.
3930 (get_elfosabi): New function.
3931 (alpha_gdbarch_init): New function.
3932 (alpha_dump_tdep): New function.
3933 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
3937 * frame.c (find_saved_register): Delete #ifdef
3938 HAVE_REGISTER_WINDOWS code.
3939 * config/sparc/tm-sparc.h: Update comments.
3940 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
3944 * i960-tdep.c (i960_find_saved_register): New function.
3945 (i960_get_saved_register): New function.
3946 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
3947 (i960_get_saved_register): Declare.
3948 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
3952 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
3956 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
3957 instead of NUM_PSEUDO_REGS.
3961 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
3962 GDB_MULTI_ARCH_PARTIAL
3963 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
3964 define, let tm-sp64.h do it.
3968 * frame.c (find_saved_register): Avoid a NULL pointer
3969 dereference and actually walk the frame list.
3973 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
3974 sorted in most most-recent-used order. Document.
3975 * gdbarch.h, gdbarch.c: Regenerate.
3979 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
3980 (add_inferior): Call create_register_cache.
3981 (clear_inferiors): Call free_register_cache.
3982 (inferior_regcache_data, set_inferior_regcache_data): New functions.
3983 * gdbserver/regcache.c (struct inferior_regcache_data): New.
3984 (registers): Remove.
3985 (get_regcache): New function.
3986 (create_register_cache, free_register_cache): New functions.
3987 (set_register_cache): Don't initialize the register cache here.
3988 (registers_to_string, registers_from_string, register_data): Call
3990 * gdbserver/regcache.h: Add prototypes.
3991 * gdbserver/server.h: Likewise.
3995 * gdbserver/mem-break.c: New file.
3996 * gdbserver/mem-break.h: New file.
3997 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
3999 * gdbserver/inferiors.c (struct inferior_info): Add target_data
4001 (clear_inferiors): Free target_data member if set.
4002 (inferior_target_data, set_inferior_target_data): New functions.
4003 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
4004 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
4005 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
4006 (struct inferior_linux_data): New.
4007 (linux_create_inferior): Use set_inferior_target_data.
4008 (linux_attach): Likewise. Call add_inferior.
4009 (linux_wait_for_one_inferior): New function.
4010 (linux_wait): Call it.
4011 (linux_write_memory): Add const.
4012 (initialize_low): Call set_breakpoint_data.
4013 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
4015 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
4017 * gdbserver/server.h: Include mem-break.h. Update inferior.c
4019 * gdbserver/target.c (read_inferior_memory)
4020 (write_inferior_memory): New functions.
4021 * gdbserver/target.h (read_inferior_memory)
4022 (write_inferior_memory): Change macros to prototypes.
4023 (struct target_ops): Update comments. Add const to write_memory
4028 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
4030 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
4031 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
4032 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
4038 * gdbtypes.c (init_simd_type): Rewrite using new functions.
4039 (build_builtin_type_vec128): Ditto.
4040 (append_composite_type_field): Fix calculation of type length in
4045 * config/djgpp/README: Update.
4047 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
4052 * alpha-tdep.c (setup_arbitrary_frame): Rename...
4053 (alpha_setup_arbitrary_frame): ...to this.
4054 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
4055 for alpha_setup_arbitrary_frame.
4059 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
4060 * gdbarch.h, gdbarch.c: Regenerate.
4062 * defs.h (breakpoint_from_pc_fn): Delete type definition.
4063 * target.h (memory_breakpoint_from_pc): Update declaration.
4064 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
4066 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
4067 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
4068 * mem-break.c (memory_breakpoint_from_pc): Ditto.
4069 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
4070 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
4071 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
4072 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
4073 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
4074 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
4075 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
4076 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
4077 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
4079 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
4081 * monitor.c (monitor_insert_breakpoint): Ditto.
4082 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
4084 * config/mcore/tm-mcore.h: Update copyright.
4085 * mem-break.c: Ditto.
4086 * xstormy16-tdep.c: Ditto.
4090 * p-exp.y: Add precedence rule for '^' token.
4091 This removes the shift/reduce conflicts.
4092 Remove the comment concerning these shift/reduce conflicts.
4096 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
4097 (registers_powerpc_nofp): New register set for processors
4098 without floating point unit.
4102 * MAINTAINERS: Add myself to write-after-approval.
4106 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
4110 * rs6000-tdep.c (frame_initial_stack_address): Use
4111 frame_register_read to read the alloca_reg.
4115 * frame.c (find_saved_register): Find saved registers in the next
4121 * gdbarch.sh (LANG): Set to ``c''.
4125 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
4129 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
4132 * hpread.c (hpread_get_lntt): Add declaration.
4133 Also fix PR gdb/391.
4137 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
4138 * aclocal.m4, configure: Re-generate.
4143 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
4144 instead of tm_print_insn.
4148 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
4152 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
4153 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
4154 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
4158 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
4159 max_user_call_depth.
4160 (init_cmd_lists): Initialize the new value;
4161 * cli/cli-script.c (execute_user_command): Limit the call depth of
4162 user defined commands. This avoids a core-dump when user commands
4163 are infinitly recursive.
4167 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
4168 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
4169 from tdep struct instead of DEFAULT_LR_SAVE.
4170 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
4171 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
4172 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
4176 * Remote.c: Spelling fix.
4177 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
4178 If no symbol found for "sbrk", try "_sbrk".
4179 (make_output_phdrs): Use bfd_section_name.
4180 (gcore_copy_callback): Use bfd_section_name.
4181 * eval.c: Indentation fix-ups.
4182 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
4183 in case it gets applied to an address that is already
4184 in the instruction space.
4185 * cli/cli-decode.c (help_list): Allow long lines to wrap.
4186 * symfile.c: Fix indentation, long lines.
4187 * source.c: White space fix-up.
4191 * defs.h (read_relative_register_raw_bytes): Delete declaration.
4192 * frame.c (frame_register_read): New function. Return non-zero on
4194 (read_relative_register_raw_bytes_for_frame): Delete.
4195 (read_relative_register_raw_bytes): Delete.
4196 * frame.h (frame_register_read): Declare.
4197 * d30v-tdep.c: Update Copyright. Use frame_register_read.
4199 * infcmd.c (do_registers_info): Ditto.
4200 * hppa-tdep.c: Ditto.
4201 * rs6000-tdep.c: Ditto.
4202 * h8500-tdep.c: Ditto.
4203 * mips-tdep.c: Ditto.
4204 * h8300-tdep.c: Ditto.
4205 * z8k-tdep.c: Ditto.
4210 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
4216 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
4222 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
4223 register sets for these processor variants.
4227 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
4228 registers which are allowed to fail to store.
4229 * gdbserver/linux-low.h (linux_target_ops): Likewise.
4230 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
4231 (ppc_cannot_store_register): FPSCR may not be storable.
4232 * regformats/reg-ppc.dat: Support FPSCR.
4236 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
4237 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
4238 Add fpscr as an invalid/unfetchable register.
4239 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
4240 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
4241 (fill_fpregset): Add support for register fpscr.
4242 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
4243 (fill_gregset): Account for the fact that register ``mq'' might
4245 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
4246 (registers_power): Add fpscr to register set at slot 71.
4247 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
4248 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
4252 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
4253 * configure: Regenerate.
4254 * config.in: Regenerate.
4255 * acconfig.h: Add define for _SYSCALL32.
4256 * core-sol2.c: Remove #define _SYSCALL32.
4257 * solib-legacy.c: Remove #define _SYSCALL32.
4261 * stack.c (select_frame): Cleanup internal error message, do not
4266 * stack.c (select_frame): Check that selected_frame and the
4267 specified level are as expected.
4268 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
4270 * frame.h (struct frame_info): Add field `level'. Update
4272 Work-in-progress PR gdb/464.
4276 * maint.c (maint_print_section_info): Rename print_section_info.
4277 (print_bfd_section_info, print_objfile_section_info): Update.
4278 * inferior.h (struct gdbarch): Add opaque declaration.
4279 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
4280 * gdbarch.h: Regenerate.
4284 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
4285 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
4286 (kernel_u_size): Added.
4287 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
4288 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
4292 * valarith.c (find_size_for_pointer_math): New function, either returns
4293 the size for a pointer's target, returns 1 for void *, or errors for
4295 (value_add, value_sub): use find_size_for_pointer_math.
4299 * linux-low.c (linux_look_up_symbols): New hook.
4300 (linux_target_ops): Add linux_look_up_symbols.
4301 * remote-utils.c (decode_address): New function.
4302 (look_up_one_symbol): New function.
4303 * server.c (handle_query): Call target look_up_symbols hook.
4304 * server.h (look_up_one_symbol): Add prototype.
4305 * target.h (struct target_ops): Add look_up_symbols hook.
4309 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
4310 * ChangeLog: Correct paths in last ChangeLog entry.
4314 * gdbserver/linux-low.h: Remove obsolete prototypes.
4315 (struct linux_target_ops): New.
4316 (extern the_low_target): New.
4317 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
4318 (register_addr): Use the_low_target explicitly.
4319 (fetch_register): Likewise.
4320 (usr_fetch_inferior_registers): Likewise.
4321 (usr_store_inferior_registers): Likewise.
4322 * gdbserver/linux-arm-low.c (num_regs): Remove.
4323 (arm_num_regs): Define.
4324 (arm_regmap): Renamed from regmap, made static.
4325 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
4327 (arm_cannot_store_register): Renamed from cannot_store_register,
4329 (the_low_target): New.
4330 * gdbserver/linux-i386-low.c (num_regs): Remove.
4331 (i386_num_regs): Define.
4332 (i386_regmap): Renamed from regmap, made static.
4333 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
4335 (i386_cannot_store_register): Renamed from cannot_store_register,
4337 (the_low_target): New.
4338 * gdbserver/linux-ia64-low.c (num_regs): Remove.
4339 (ia64_num_regs): Define.
4340 (ia64_regmap): Renamed from regmap, made static.
4341 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
4343 (ia64_cannot_store_register): Renamed from cannot_store_register,
4345 (the_low_target): New.
4346 * gdbserver/linux-m68k-low.c (num_regs): Remove.
4347 (m68k_num_regs): Define.
4348 (m68k_regmap): Renamed from regmap, made static.
4349 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
4351 (m68k_cannot_store_register): Renamed from cannot_store_register,
4353 (the_low_target): New.
4354 * gdbserver/linux-mips-low.c (num_regs): Remove.
4355 (mips_num_regs): Define.
4356 (mips_regmap): Renamed from regmap, made static.
4357 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
4359 (mips_cannot_store_register): Renamed from cannot_store_register,
4361 (the_low_target): New.
4362 * gdbserver/linux-ppc-low.c (num_regs): Remove.
4363 (ppc_num_regs): Define.
4364 (ppc_regmap): Renamed from regmap, made static.
4365 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
4367 (ppc_cannot_store_register): Renamed from cannot_store_register,
4369 (the_low_target): New.
4370 * gdbserver/linux-s390-low.c (num_regs): Remove.
4371 (s390_num_regs): Define.
4372 (s390_regmap): Renamed from regmap, made static.
4373 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
4375 (s390_cannot_store_register): Renamed from cannot_store_register,
4377 (the_low_target): New.
4378 * gdbserver/linux-sh-low.c (num_regs): Remove.
4379 (sh_num_regs): Define.
4380 (sh_regmap): Renamed from regmap, made static.
4381 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
4383 (sh_cannot_store_register): Renamed from cannot_store_register,
4385 (the_low_target): New.
4386 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
4387 (the_low_target): New.
4391 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
4392 override FP_REGNUM with frame->fp. Update copyright.
4393 * parse.c (num_std_regs, std_regs): Delete.
4394 (target_map_name_to_register): Do not search std_regs. Update
4395 function description.
4396 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
4397 declarations. Update copyright.
4402 * gdbserver/Makefile.in: Add stamp-h target.
4403 * gdbserver/configure.in: Create stamp-h.
4404 * gdbserver/configure: Regenerated.
4408 * gdbserver/inferiors.c: New file.
4409 * gdbserver/target.c: New file.
4410 * gdbserver/target.h: New file.
4411 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
4413 * gdbserver/linux-low.c (inferior_pid): New static variable,
4414 moved from server.c.
4415 (linux_create_inferior): Renamed from create_inferior.
4416 Call add_inferior. Return 0 on success instead of a PID.
4417 (linux_attach): Renamed from myattach.
4418 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
4419 (linux_thread_alive): Renamed from mythread_alive.
4420 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
4422 (linux_resume): Renamed from myresume. Add missing ``return 0''.
4423 (regsets_store_inferior_registers): Correct error message.
4424 Add missing ``return 0''.
4425 (linux_fetch_registers): Renamed from fetch_inferior_registers.
4426 (linux_store_registers): Renamed from store_inferior_registers.
4427 (linux_read_memory): Renamed from read_inferior_memory.
4428 (linux_write_memory): Renamed from write_inferior_memory.
4429 (linux_target_ops): New structure.
4430 (initialize_low): Call set_target_ops ().
4431 * gdbserver/remote-utils.c (unhexify): New function.
4432 (hexify): New function.
4433 (input_interrupt): Send signals to ``signal_pid''.
4434 * gdbserver/server.c (inferior_pid): Remove.
4435 (start_inferior): Update create_inferior call.
4436 (attach_inferior): Call add_inferior.
4437 (handle_query): New function.
4438 (main): Call handle_query for `q' packets.
4439 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
4440 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
4444 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
4446 * gdbserver/configure.in: Check for <string.h>
4447 * gdbserver/configure: Regenerate.
4448 * gdbserver/config.in: Regenerate.
4449 * gdbserver/gdbreplay.c: Include needed system headers.
4450 (remote_open): Remove strchr prototype.
4451 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
4452 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
4453 (supply_register_by_name): Likewise.
4454 (collect_register): Change buf argument to void *.
4455 (collect_register_by_name): Likewise.
4456 * gdbserver/regcache.h: Add missing prototypes.
4457 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
4458 * gdbserver/server.c (handle_query): New function.
4459 (attached): New static variable, moved out of main.
4460 (main): Quiet longjmp clobber warnings.
4461 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
4462 * gdbserver/utils.c (error): Remove NORETURN.
4467 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
4468 after the last symbol in a block.
4472 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
4473 is non zero as a found symbol.
4477 * findvar.c: Include "builtin-regs.h".
4478 (value_of_register): Call value_of_builtin_reg when applicable.
4479 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
4480 (target_map_name_to_register): Call
4481 builtin_reg_map_name_to_regnum.
4482 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
4483 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
4484 (builtin_regs_h): Define.
4485 (builtin-regs.o): New target.
4486 (findvar.o): Add $(builtin_regs_h).
4487 * builtin-regs.c, builtin-regs.h: New files.
4488 * std-regs.c: New file.
4489 Partial fix for PR gdb/251.
4493 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
4494 it's no longer required.
4498 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
4503 * rs6000-tdep.c (rs6000_software_single_step): Use
4504 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
4505 and size. Use target_insert_breakpoint() and
4506 target_remove_breakpoint() to insert and remove breakpoints
4507 instead of explicit memory reads and writes.
4511 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
4512 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
4513 ELF_OBJECT_FORMAT ifdef.
4518 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
4523 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
4524 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
4528 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
4529 s/asprintf/xasprintf/.
4530 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
4534 I believe Jeff Law denies responsability for this one:
4535 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
4536 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
4537 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
4538 Work-around for PR gdb/366.
4542 * remote-e7000.c (write_small, e7000_read_inferior_memory,
4543 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
4544 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
4548 * sh-tdep.c (sh_fp_frame_init_saved_regs,
4549 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
4554 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
4559 * README (Reporting Bugs in GDB): Document the bug web page as the
4560 prefered way of submitting bugs.
4565 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
4567 * gdbarch.h, gdbarch.c: Re-generate.
4571 * m68klinux-nat.c (fill_fpregset): Properly pass address of
4572 buffer to regcache_collect.
4576 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
4577 * gdbarch.c, gdbarch.h: Re-generate.
4581 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
4582 declaration. Fix -Werror.
4586 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
4587 * gdbarch.c: Regenerate.
4591 * breakpoint.c (clear_command): Rewrite middle section to
4592 combine two loops with identical control conditions.
4593 Add a cleanup to eliminate a memory leak.
4594 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
4598 * solib-svr4.c (bkpt_names): Add "__start".
4602 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
4603 as test for 64 bit target.
4607 * h8500-tdep.c (h8500_write_fp): Delete function.
4608 * dwarf2cfi.c (cfi_write_fp): Document as not used.
4609 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
4610 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
4611 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
4612 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
4613 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
4615 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
4616 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
4617 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
4618 (d10v_write_fp): Delete function.
4619 * inferior.h (write_fp, generic_target_write_fp): Delete
4621 * regcache.c (generic_target_write_fp): Delete function.
4622 (write_fp): Delete function.
4623 * gdbarch.sh (TARGET_WRITE_FP): Delete.
4624 * gdbarch.h, gdbarch.c: Regenerate.
4625 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
4626 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
4627 (sparc64_write_fp): Delete declaration.
4628 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
4629 (h8500_write_fp): Delete declaration.
4633 * sparc-tdep.c (sparc64_write_fp): Delete.
4634 (sparc_push_dummy_frame): Replace write_fp call with code to store
4636 (sparc_gdbarch_init): Do not initialize write_fp.
4640 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
4645 * stack.c (get_selected_block): Add new argument `addr_in_block',
4646 used to return the exact code address we used to select the block,
4648 * blockframe.c (get_frame_block, get_current_block): Same.
4649 * frame.h (get_frame_block, get_current_block,
4650 get_selected_block): Update declarations.
4651 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
4652 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
4656 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
4661 * utils.c (xfullpath): New function.
4662 * defs.h (xfullpath): Add declaration.
4663 * source.c (openp): Use xfullpath in place of gdb_realpath to
4664 avoid resolving the basename part of filenames when the
4665 associated file is a symbolic link. This fixes a potential
4666 inconsistency between the filenames known to GDB and the
4667 filenames it prints in the annotations.
4668 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
4669 to be able to match a filename with either the real filename, or
4670 the name of any symbolic link to this file.
4671 (lookup_partial_symtab): Ditto.
4675 * breakpoint.c: Add support for hardware breakpoints in overlays.
4676 (overlay_events_enabled): New state variable.
4677 (insert_breakpoints): Use overlay_events_enabled to decide
4678 whether to attempt to set a breakpoint at the overlay load addr.
4679 Handle bp_hardware_breakpoint as well as bp_breakpoint.
4680 (remove_breakpoint): Use overlay_events_enabled to decide
4681 whether breakpoints need to be removed from overlay load addr.
4682 Handle bp_hardware_breakpoint as well as bp_breakpoint.
4683 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
4684 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
4685 disable_overlay_breakpoints): Update overlay_events_enabled.
4689 * dwarf2read.c (struct function_range): New.
4690 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
4691 (check_cu_functions): New.
4692 (read_file_scope): Initialize global function lists.
4693 Call dwarf_decode_line after processing children.
4694 (read_func_scope): Add to global function list.
4695 (dwarf_decode_lines): Call check_cu_functions everywhere
4696 record_line is called. Call record_line with a linenumber
4697 of 0 to mark sequence ends.
4701 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
4702 change sync with glibc.
4706 * configure.in: Call AC_C_INLINE.
4707 * configure: Regenerated.
4711 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
4712 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
4716 * NEWS: Mention gcore support on FreeBSD/i386.
4718 * fbsd-proc.c: New file.
4719 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
4720 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
4722 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
4727 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
4728 unescaped newlines in string literals, but newer ones don't. So
4734 * cli/cli-dump.c: New file. Dump memory to file,
4735 restore file to memory.
4736 * cli/cli-dump.h: New file.
4737 * Makefile.in: Add rules, dependencies for cli-dump.o.
4738 * NEWS: Mention new commands.
4742 * symfile.c (symbol_file_add): Move test for null symbols to later.
4746 From veksler at il.ibm.com:
4747 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
4748 the xstrduped original path.
4753 * breakpoint.c (_initialize_breakpoint): Clean up help string.
4754 * infcmd.c (_initialize_infcmd): Ditto.
4755 * language.c (_initialize_language): Ditto.
4756 * symfile.c (_initialize_symfile): Ditto.
4757 * top.c (_init_main): Ditto.
4758 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4762 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
4763 vector registers handling.
4764 (skip_prologue): Handle new AltiVec instructions. Fill in new
4765 fields of frame data.
4766 (frame_get_saved_regs): Fill in information for AltiVec registers.
4770 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
4771 a function; leave this macro here to invoke that function.
4772 (symbol_init_mangled_name): Declaration for that function.
4773 * symtab.c (symbol_init_mangled_name): New function.
4777 * valarith.c: Replace strerror with safe_strerror.
4778 * tracepoint.c: Ditto.
4780 * go32-nat.c: Ditto.
4786 * event-top.c (command_line_handler): Remove useless if.
4790 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
4795 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
4796 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
4797 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
4798 (x86_64_linux_dr_get_status, supply_gregset),
4799 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
4800 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
4801 (x86_64_register_info_table): Add.
4802 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
4803 (x86_64_register_raw_size, x86_64_register_virtual_type),
4804 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
4805 general x86_64_register_info_table.
4806 (i386_gdbarch_init): gdbarch_register_bytes is now set
4807 dynamicaly during initialization.
4808 * regformats/reg-x86-64.dat: Synced with changes to registers above.
4809 * gdbserver/linux-x86-64-low.c: Ditto.
4813 * gdbserver/server.c (main): Call target_signal_to_host_p
4814 and target_signal_to_host on signals received from the remote.
4815 * gdbserver/remote-utils.c (prepare_resume_reply): Call
4816 target_signal_from_host on signals sent to the remote.
4817 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
4818 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
4822 * signals/signals.c: Include "server.h" in gdbserver build.
4823 (target_signal_from_name): Don't use STREQ.
4824 (_initialize_signals): Likewise. Don't include function in
4829 * signals.c: Moved to...
4830 * signals/signals.c: Here.
4831 * Makefile (signals.o): Update.
4835 * somread.c (som_symtab_read): Remove some commented out code and
4836 updated related comments. Do not set the minimal symbol table to
4837 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
4838 in a dynamic executable.
4839 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
4840 where we are unable to find the minimal symbol for the given
4845 * linux-proc.c (read_mapping): Scan up to end of line for filename.
4849 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
4853 * command.h: Update copyright.
4854 (struct cmd_list_element): Replace definition with opaque
4856 (enum cmd_types): Document that it will eventually be moved to
4858 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
4859 (MALLOCED_REPLACEMENT): Delete macro.
4860 * Makefile.in (cli_decode_h): Add $(command_h).
4861 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
4862 * top.c: Include "cli/cli-decode.h".
4863 * completer.c: Include "cli/cli-decode.h".
4864 * maint.c: Include "cli/cli-decode.h".
4865 * cli/cli-decode.h: Include "command.h".
4866 (enum command_class): Delete.
4867 (enum cmd_types): Comment out.
4868 (enum cmd_auto_boolean): Delete.
4869 (enum var_types): Delete.
4873 * cli/cli-decode.c: Include "gdb_assert.h".
4874 (add_set_or_show_cmd): New static function.
4875 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
4876 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
4877 all fields, such as func, from the set command.
4881 * MAINTAINERS (sh-elf): Change warning flag to -w.
4885 * defs.h (error): Add printf format attribute.
4886 * thread-db.c (thread_from_lwp): Fix error format string.
4887 * stack.c (parse_frame_specification): Ditto.
4888 * cli/cli-decode.c (undef_cmd_error): Ditto.
4889 * scm-lang.c (scm_lookup_name): Ditto.
4890 * tracepoint.c (trace_error): Ditto.
4891 * remote-utils.c (usage): Ditto.
4892 * remote.c (compare_sections_command): Ditto.
4897 * gdbtypes.c (append_composite_type_field): New function.
4898 (init_composite_type): New function.
4899 * gdbtypes.h (append_composite_type_field): Declare.
4900 (init_composite_type): Ditto.
4904 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
4906 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
4907 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
4908 structure returning convention for SYSV ABI case, but not
4909 for GNU/Linux, FreeBSD, or NetBSD.
4913 * symtab.h (lookup_block_symbol): Add mangled_name argument
4916 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
4917 with new mangled_name argument.
4918 * linespec.c (decode_line_1): Likewise.
4919 * valops (value_of_this): Likewise.
4920 * symtab.c (lookup_transparent_type): Likewise.
4921 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
4922 (lookup_symbol): If we are given a mangled name, pass it down
4923 to lookup_symbol_aux.
4924 (lookup_block_symbol): If we are given a mangled name to check
4925 against, only return symbols which match it.
4929 * win32-nat.c (child_create_inferior): Check for proper shell to use
4930 here, in case the user changes it on the fly.
4931 (_initialize_inftarg): Remove shell path considerations.
4935 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
4936 for gdbarch_max_register_raw_size and max_register_virtual_size.
4937 Adjust copyright year.
4941 * dbxread.c (process_one_symbol): Extend the first N_SLINE
4942 in a function to cover the entire beginning of the function
4943 as well if it does not already.
4947 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
4948 (rs6000_ptrace64): Renamed from ptrace64.
4952 * gdbserver/remote-utils.c (remote_open): Don't call
4953 getprotobyname, we're all using TCP here so just use
4955 * gdbserver/gdbreplay.c (remote_open): Ditto.
4959 * regcache.c (_initialize_regcache): No need to call
4960 build_regcache() at this time; it gets called whenever
4961 the gdbarch changes.
4965 * sparc-nat.c: Include sys/param.h where possible.
4970 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
4971 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
4972 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
4974 * stabsread.c (rs6000_builtin_type): Likewise.
4975 (read_sun_floating_type): Likewise.
4979 * stabsread.c (read_member_functions): Remove skip code for duplicate
4980 constructor/destructor methods. Use standard parsing for these
4981 methods and just do not chain them to the list of methods after
4986 * coffread.c: Remove redundant static declarations. Replace
4987 occurrences of `PTR' with `void *'.
4988 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
4989 * top.h (quit_cover): Likewise.
4990 * defs.h (catch_errors): Likewise.
4994 * defs.h (XMALLOC): Define.
4995 * gdb-events.sh (XMALLOC): Delete macro.
4996 * gdb-events.c, gdb-events.h: Regenerate.
4997 * gdbarch.sh (XMALLOC): Delete macro.
4998 * gdbarch.c: Regenerate.
4999 * serial.c (XMALLOC): Delete macro.
5000 * ui-file.c (XMALLOC): Ditto.
5001 * ser-unix.h (XMALLOC): Ditto.
5002 * sh-tdep.c (XMALLOC): Ditto.
5003 * ui-out.c (XMALLOC): Ditto.
5004 * utils.c (XMALLOC): Ditto.
5005 * i386-tdep.c (XMALLOC): Ditto.
5006 * gdb-events.c (XMALLOC): Ditto.
5007 * d10v-tdep.c (XMALLOC): Ditto.
5008 * cli-out.c (XMALLOC): Ditto.
5010 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
5011 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
5012 * ui-file.c, ui-out.c: Ditto.
5016 * command.h (struct cmd_list_element): Add field context.
5017 (set_cmd_context, get_cmd_context): Declare.
5018 * cli/cli-decode.h: Ditto.
5019 * cli/cli-decode.c (get_cmd_context): New function.
5020 (set_cmd_context): New function.
5021 (add_cmd): Initialize context.
5022 Part of fixing PR gdb/145 and PR gdb/146.
5026 * cli/cli-decode.c (cmd_type): New function.
5027 * command.h (cmd_type): Declare.
5028 * infrun.c (set_schedlock_func): Call function cmd_type.
5029 * kod.c (kod_set_os): Call cmd_type.
5030 * cris-tdep.c (cris_version_update): Use function cmd_type.
5031 (cris_mode_update, cris_abi_update): Ditto.
5033 * command.h: (execute_cmd_post_hook): Declare.
5034 (execute_cmd_pre_hook): Declare.
5035 * cli/cli-script.c (clear_hook_in_cleanup): New function.
5036 (execute_cmd_post_hook, execute_cmd_pre_hook): New
5037 functions. Execute pre/post hook while ensuring that afterwords
5039 * top.c (execute_command): Use execute_cmd_post_hook, and
5040 execute_cmd_pre_hook to execute pre/post commands.
5041 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
5043 (hook_stop_stub): Call execute_cmd_pre_hook.
5047 * kod.c (kod_set_os): Revert previous change. Is called by ``info
5048 set'' and this leads to a core dump. Move xstrdup of
5049 operating_system to after check that it is not NULL.
5053 * kod.c (kod_set_os): Remove unnecessary check that
5054 ``command->type'' is set_cmd.
5056 * valprint.c (set_input_radix): Use input_radix.
5057 (set_output_radix): Use output_radix.
5058 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
5063 * value.h (struct value): Delete field ``substring_addr''. Change
5064 aligner fields to force_doublest_align, force_longest_align,
5065 force_core_addr_align and force_pointer_aligh.
5067 * value.h (struct value): Fix typo in above change.
5071 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
5072 to fix internal_error from ``maintenance print architecture''.
5076 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
5077 for gcc versions after gcc-2.8.1.
5081 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
5082 for method resolution. Restore adjustment of ``this'' pointer after
5083 calling value_struct_elt, which was accidentally removed during the
5088 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
5090 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
5092 * value.h (value_of_register): Update.
5096 * configure.in: Detect declaration for canonicalize_file_name.
5097 * utils.c (canonicalize_file_name): Declare, if needed.
5098 (gdb_realpath): Prefer realpath if available and usable.
5099 * config.in, configure: Rebuild.
5103 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
5104 a constant array bound.
5106 * MAINTAINERS: Add myself to write-after-approval.
5110 * symfile.c (syms_from_objfile): Return immediately if no syms.
5111 (symbol_file_add): Return immediately if no syms.
5112 (find_sym_fns): Return immediately if no syms.
5116 * gdbserver/remote-util.c (remote_open): Print remote-side's
5117 IP address when remote debugging over the network.
5121 * config/sparc/fbsd.mh: Fix copyright.
5122 * config/sparc/fbsd.mt: Likewise.
5126 * MAINTAINERS: Fix typo in name of gdb warnings option.
5127 (x86-64): Fix formating so that this can be parsed by awk.
5131 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
5132 * defs.h: Include "gdb/signals.h".
5133 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
5137 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
5138 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
5144 * mips-tdep.c (ST0_FR): Define.
5145 (mips2_fp_compat): New function, temporarily disabled.
5146 (mips_read_fp_register_single): New function.
5147 (mips_read_fp_register_double): New function.
5148 (mips_print_register): Use them.
5149 (do_fp_register_row): Likewise.
5153 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
5158 * stabsread.c (read_member_functions): Fix is_stub test for
5159 static member functions, improve comment.
5163 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
5164 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
5165 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
5166 commands that set boolean values.
5167 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
5168 (arm_rdi_resume): Always initialize PC.
5169 (arm_rdi_open): Don't use rslt as a boolean.
5170 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
5171 (arm_rdi_fetch_registers, arm_rdi_store_registers)
5172 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
5173 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
5177 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
5178 * configure: Rebuilt.
5182 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
5183 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
5187 * cli/cli-decode.c (set_cmd_completer): New function.
5188 * command.h (set_cmd_completer): Declare.
5189 * cli/cli-decode.h (set_cmd_completer): Ditto.
5191 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
5192 * cli/cli-cmds.c (init_cli_cmds): Ditto.
5193 * win32-nat.c (_initialize_inftarg): Ditto.
5194 * remote-rdi.c (_initialize_remote_rdi): Ditto.
5195 * proc-api.c (_initialize_proc_api): Ditto.
5196 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
5197 * source.c (_initialize_source): Ditto.
5198 * exec.c (_initialize_exec): Ditto.
5199 * solib.c (_initialize_solib): Ditto.
5200 * top.c (init_main): Ditto.
5201 * tracepoint.c (_initialize_tracepoint): Ditto.
5202 * symfile.c (_initialize_symfile): Ditto.
5203 * printcmd.c (_initialize_printcmd): Ditto.
5204 * infcmd.c (_initialize_infcmd): Ditto.
5205 * corefile.c (_initialize_core): Ditto.
5209 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
5213 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
5217 * NEWS: Update headings, 5.2 has branched.
5221 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
5222 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
5223 (register_addr, REGISTER_RAW_SIZE): Likewise.
5224 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
5225 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
5229 * MAINTAINERS (x86-64): Add myself.
5230 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
5231 changed value_ptr -> struct value *
5235 * configure.host (sparc64-*-freebsd): Add.
5236 * configure.tgt: Likewise.
5237 * config/sparc/fbsd.mh: New file.
5238 * config/sparc/fbsd.mt: Likewise.
5239 * config/sparc/nm-fbsd.h: Likewise.
5240 * config/sparc/tm-fbsd.h: Likewise.
5244 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
5245 regformats/reg-s390x.dat.
5249 * utils.c: Add FIXME explaining true/false problem.
5253 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
5257 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
5261 * gdbserver/linux-s390-low.c: New file.
5262 * regformats/reg-s390.dat: New file.
5263 * regformats/reg-s390x.dat: New file.
5264 * gdbserver/configure.srv: Add S/390.
5265 * gdbserver/Makefile.in: Add S/390.
5266 * configure.tgt: Enable gdbserver for S/390.
5270 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
5271 first line of the doc string for "info dos", except at the end of
5272 the sentence, since the short help stops at the first period.
5276 * dwarf2read.c (dwarf_cfi_name): Add new codes.
5280 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
5281 comment (dumy -> dummy).
5285 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
5289 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
5293 * gdbserver/acconfig.h: New file.
5294 * gdbserver/i387-fp.c: New file.
5295 * gdbserver/i387-fp.h: New file.
5296 * gdbserver/linux-x86-64.c: New file.
5297 * regformats/reg-x86-64.dat: New file.
5298 * configure.tgt: Add x86_64-*-linux* gdbserver support.
5299 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
5300 * gdbserver/configure.in: Add support for regsets.
5301 * gdbserver/config.in: Regenerate.
5302 * gdbserver/configure: Regenerate.
5303 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
5304 * gdbserver/linux-low.h: New file.
5305 * gdbserver/linux-low.c: Include "linux-low.h". Add support
5307 * gdbserver/linux-arm-low.c: Include "linux-low.h".
5308 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
5309 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
5310 * gdbserver/linux-mips-low.c: Include "linux-low.h".
5311 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
5312 * gdbserver/linux-sh-low.c: Include "linux-low.h".
5313 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
5314 "i387-fp.h". Add PTRACE_GETREGS and friends.
5315 * gdbserver/regcache.c (supply_register): New function.
5316 (supply_register_by_name): New function.
5317 (collect_register): New function.
5318 (collect_register_by_name): New function.
5322 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
5323 (config.status): Add configure.srv dependency.
5324 (server_h): Add config.h dependency.
5328 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
5329 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
5330 * gdbserver/configure.srv: Change i386-*-linux* to use
5335 * x86-64-tdep.c: Re-indent. Update copyright date.
5340 * x86-64-tdep.c (value.h): Delete.
5341 (gdb_assert.h): Include.
5342 (x86_64_register_convert_to_virtual,
5343 x86_64_register_convert_to_raw ): Add check which lets only
5344 floating-point values to be converted.
5345 (value_push): Delete.
5346 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
5347 (i386_gdbarch_init): Number of register_bytes fixed.
5351 * MAINTAINERS: Add x86-64 target.
5355 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
5356 * osfsolib.c (solib_map_sections): Ditto.
5357 * irix5-nat.c (solib_map_sections): Ditto.
5358 * corelow.c (gdb_check_format): Ditto.
5359 * symfile.c (symfile_bfd_open): Ditto.
5360 * solib.c (solib_map_sections): Ditto.
5365 * remote.c (_initialize_remote): By default, disable ``e'' and
5366 ``E'' step out-of-range packets.
5370 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
5371 m68k_linux_frame_saved_pc.
5372 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
5374 (SIGCONTEXT_PC_OFFSET): Remove.
5375 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
5376 m68k_linux_sigtramp_saved_pc): New functions.
5377 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
5378 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
5379 (UCONTEXT_PC_OFFSET): Define.
5380 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
5381 non-RT and RT signal trampolines.
5385 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
5386 (TARGET_NBPG, STACK_END_ADDR): Delete
5387 (VARIABLES_INSIDE_BLOCK): Delete.
5391 * utils.c (perror_with_name): Make string parameter constant.
5392 (print_sys_errmsg): Ditto.
5394 * defs.h (perror_with_name): Update.
5395 (print_sys_errmsg): Update.
5401 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
5405 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
5406 if it already matches the current architecture from the exec file.
5407 Include arch-utils.h for gdbarch_info_init prototype.
5408 * Makefile.in (rs6000-nat.o): Update dependencies.
5412 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
5413 list of exported variables.
5417 * gdbserver/configure.srv: New file.
5418 * gdbserver/configure.in: Use configure.srv instead
5419 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
5421 * gdbserver/configure: Regenerated.
5422 * gdbserver/terminal.h: New file.
5423 * gdbserver/Makefile.in: Update for configure changes. Remove
5424 more unneeded include paths.
5428 From wiz at danbala:
5429 * config/sparc/tm-sp64.h: Fix grammar and typos.
5434 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
5435 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
5436 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
5437 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
5438 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
5439 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
5440 * s390-tdep.c: Ditto.
5441 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
5442 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
5443 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
5444 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
5445 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
5446 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
5447 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
5448 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
5449 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
5450 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
5455 * lin-thread.c: Delete file.
5456 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
5457 to gdb_proc_service.h.
5458 * configure: Re-generate.
5460 * ocd.c (ocd_open): Do not try to open the "ocd" device.
5461 * serial.c (serial_open): Delete check for "ocd".
5464 * Makefile.in (linux-thread.o): Delete target.
5465 * linux-thread.c: Delete file.
5467 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
5468 renamed SH files to be consistent.
5470 * symtab.c (sort_search_symbols): Use xfree.
5474 * arm-linux-tdep.c (arm_linux_init_abi): Register
5475 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
5476 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
5477 definition with undef, since we don't want the sysvr4 definition.
5478 (SKIP_TRAMPOLINE_CODE): Likewise.
5484 * configure.in: (AC_CHECK_FUNCS) Added test for
5485 canonicalize_file_name Regenerated.
5486 * config.in, configure: Regenerated.
5487 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
5488 defined use canonicalize_file_name.
5492 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
5496 * README: Remove references to cygnus.com.
5497 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
5498 dot com'' form. Remove references to cygnus.com and sourceware.
5503 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
5504 1003.1-2001 no longer allows "head -1".
5505 * gdb/Makefile.in (version.c): Likewise.
5506 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
5507 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
5508 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
5512 * cli/cli-decode.c (cmd_cfunc_eq): New function.
5513 * command.h (cmd_cfunc_eq): Declare.
5514 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
5516 * cli/cli-cmds.h (is_complete_command): Change parameter to a
5517 ``struct cmd_list_element *''.
5518 * cli/cli-cmds.c (is_complete_command): Update. Use
5520 * top.c (execute_command): Pass the command to
5521 is_complete_command.
5522 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
5527 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
5528 architecture defines.
5529 * s390-tdep.c (s390_gdbarch_init): Likewise.
5533 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
5534 (arm_linux_push_arguments): Likewise.
5535 (arm_linux_init_abi): Register them. Also register linux-specific
5537 (find_minsym_and_objfile): Use strcmp, not STREQ.
5538 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
5539 (arm_linux_call_dummy_words): Delete declaration.
5540 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
5541 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
5543 (LOWEST_PC): Delete.
5547 * maint.c (print_section_info): Do not prepend `0x' to filepos
5548 output, it will be handled by local_hex_string_custom.
5552 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
5553 (store_newfpe_double, store_newfpe_extended, store_fpregister)
5554 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
5558 Indicate that the bcache functions don't change the strings
5560 * bcache.h (bcache, hash): Add `const' keywords to declarations.
5561 * bcache.c (bcache, hash): Add `const' keywords to definitions.
5565 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
5569 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
5570 find the complete path to a loaded DLL.
5574 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
5575 that marks the end of the range of a function, enter a line number
5576 entry that has a line number of zero and a PC offset that matches
5577 the end of the function. This starts a range of PC's for which no
5578 line number information is known.
5579 * symtab.c (find_pc_sect_line): If our best fit is in a range of
5580 PC's for which no line number info is found (line number is zero)
5581 then we didn't find any valid line information.
5582 * symtab.h: Document use of zero line number entry.
5586 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
5587 (have_ptrace_getvrregs): Define for run time checks.
5588 (gdb_vrregset_t): New type for Altivec register handling.
5589 (fetch_register, store_register): Fetch/store altivec register
5591 (fetch_altivec_register, store_altivec_register): New functions.
5592 (supply_vrregset, fill_vrregset): New functions.
5593 (fetch_altivec_registers, store_altivec_registers): New functions.
5594 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
5599 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
5603 * Makefile.in (armnbsd-nat.o): Update dependencies.
5604 * armnbsd-nat.c (supply_gregset): New function. Common code to
5605 supply the integer register set.
5606 (supply_fparegset): New function. Similar for FPA registers.
5607 (fetch_regs, fetch_fp_regs): Use them.
5608 (fetch_core_registers): Likewise.
5609 (fetch_elfcore_registers): New function.
5610 (arm_netbsd_elfcore_fns): New core-file type specification.
5611 (_initialize_arm_netbsd_nat): Register it.
5615 * armnbsd-nat.c: Include gdbcore.h.
5616 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
5617 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
5618 'void' to declaration, to shut up ARI.
5619 (fetch_core_registers): Make static. Rewrite using supply_register.
5620 (arm_netbsd_core_fns): New core-file type specification.
5621 (_initialize_arm_netbsd_nat): New function.
5625 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
5630 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
5635 * jv-exp.y (parse_number): Change type of implicit longs
5636 to builtin_type_uint64.
5640 * gdbserver/linux-low.c (mywait): Change argument to waitpid
5641 to be an integer instead of a `union wait'.
5645 * mips-linux-nat.c: Call the operating system GNU/Linux.
5646 * mips-linux-tdep.c: Likewise.
5647 * mips-tdep.c: Likewise.
5652 * jv-exp.y (parse_number): Handle 64-bit integers.
5656 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
5657 AC_STDC_HEADERS to AC_HEADER_STDC.
5658 * gdbserver/configure: Regenerated.
5662 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
5664 * sparc-tdep.c (get_longjmp_target): Likewise.
5668 * News: Add news about ARM and Multi-arch. Mention the new target
5673 * stabsread.c (error_type_complaint): Improve error message.
5677 * gdbserver/README: Update documentation.
5678 * gdbserver/configure.in: Update configury to match documentation.
5679 * gdbserver/Makefile.in: Likewise.
5680 * gdbserver/configure: Regenerated.
5681 * gdbserver/aclocal.m4: New file, generated by aclocal.
5682 * gdbserver/config.in: New file, generated by autoheader.
5686 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
5691 * arm-tdep.h (enum arm_float_model): New enum.
5692 (struct gdbarch_tdep): Add fp_model.
5693 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
5694 up floating-point conversions until we know the floating-point model
5695 in use by the inferior. Don't complain about being unable to
5696 determine the ABI of the inferior when we don't have one.
5697 (arm_extract_return_value): Support different floating-point models.
5698 (arm_store_return_value): Likewise.
5699 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
5701 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
5705 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
5706 of ``current_gdbarch''.
5710 * armnbsd-nat.c : ANSIfy all function declarations.
5711 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
5712 (fetch_inferior_registers): Re-implement in terms of above.
5713 (store_register, store_regs, store_fp_register, store_fp_regs): New.
5714 (store_inferior_registers): Re-implement in terms of above.
5718 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
5720 * arm-linux-tdep.c: Likewise.
5721 * config/arm/tm-linux.h: Likewise.
5725 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
5726 * config/arm/nbsd.mt (TM_FILE): Delete.
5727 * config/arm/tm-nbsd.h: Delete.
5731 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
5732 Initialize CALL_DUMMY_LENGTH.
5736 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
5738 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
5739 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
5740 defines one thing and that is incorrect for this port.
5741 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
5745 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
5749 * win32-nat.c (display_selector): New function. Displays information
5750 about the information returned by GetThreadSelectorEntry API function.
5751 (display_selectors): New function. Displays the infomation of
5752 the selector given as argument, or of CS, DS ans FS selectors
5753 if no argument is given.
5754 ( _initialize_inftarg): Add "w32" as info prefix command.
5755 Add "info w32 selector" as command calling display_selectors.
5759 * i386-tdep.c (get_longjmp_target): Fix compilation failure
5760 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
5765 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
5769 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
5770 (arm_fix_call_dummy): Call it.
5771 (arm_call_dummy_breakpoint_offset): Delete.
5772 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
5773 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
5777 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
5778 Default to func_frame_chain_valid.
5779 * gdbarch.h, gdbarch.c: Re-generate.
5780 * frame.h (FRAME_CHAIN_VALID): Delete definition.
5784 * ppc-linux-nat.c: Update copyright.
5785 (fetch_register, store_register): Add tid parameter, don't compute
5787 (fetch_ppc_registers, store_ppc_registers): Add tid
5788 parameter. Pass it along to callees.
5789 (fetch_inferior_registers, store_inferior_registers): Compute tid
5790 here, and pass it to calleed functions.
5791 (fill_gregset, supply_fpregset): Clean up formatting.
5795 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
5796 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
5800 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
5801 * gdbarch.c gdbarch.h: Regenerate.
5802 * breakpoint.c (create_longjmp_breakpoint): Always compile this
5804 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
5805 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
5806 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
5808 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
5809 * arm-tdep.c (arm_get_longjmp_target): New function.
5810 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
5811 this to a positive value register arm_get_longjmp_target as the
5813 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
5814 (arm_linux_init_abi): Set up longjmp description in tdep.
5815 * armnbsd-nat.c (get_longjmp_target): Delete.
5816 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
5817 description in tdep.
5818 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
5819 (get_longjmp_target): Delete declaration.
5820 (GET_LONGJMP_TARGET): Delete.
5821 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
5822 (GET_LONGJMP_TARGET): Delete.
5827 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
5828 of ``current_gdbarch''.
5832 * cli/cli-cmds.c (compare_strings): New function.
5833 (complete_command): Only print each unique item once.
5834 * completer.h (complete_line): Declare.
5835 * completer.c (complete_line): New function.
5836 (line_completion_function): Use it.
5840 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
5841 * gdbarch.h, gdbarch.c: Re-generate.
5845 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
5850 * valops.c (value_arg_coerce): Don't take the address of a reference
5851 to convert an argument to a reference.
5855 * win32-nat.c (get_image_name): New function.
5856 (handle_load_dll): Use get_image_name function.
5857 (get_child_debug_event): Avoid registering debug events until possibly
5858 execed process is started.
5859 (child_create_inferior): Allow invocation via shell so that command
5860 line redirection, etc. works ok.
5861 (_initialize_inftarg): Add new command: "set shell" to control whether
5862 a shell is used to start a process.
5866 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
5867 instead of find_register_by_number.
5868 (cannot_store_register): Likewise.
5872 * dwarf2read.c: Replace fprintf (stderr, ...) by
5873 fprintf_unfiltered (gdb_stderr, ...).
5877 * gdbserver/gdbserver.1: Document --attach.
5881 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
5883 * arm-tdep.c (arm_default_arm_le_breakpoint)
5884 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
5885 (arm_default_thumb_be_breakpoint): New. Initialize them from
5886 traditional breakpoint defines.
5887 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
5888 (arm_gdbarch_init): Initialize new breakpoint variables.
5889 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
5890 (arm_linux_init_abi): Initialize linux-specific breakpoint.
5891 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
5892 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
5894 (arm_netbsd_init_abi_common): ... here; new function.
5895 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
5896 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
5897 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
5898 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
5902 * arm-tdep.h (enum arm_abi): New enum.
5903 (struct gdbarch_tdep): New structure.
5904 (LOWEST_PC): Provide a default.
5905 (arm_gdbarch_register_os_abi): Declare new function.
5906 * arm-tdep.c (arm_abi_names): New array.
5907 (process_note_abi_tag_sections): New function.
5908 (get_elfosabi): New function.
5909 (arm_gdbarch_register_os_abi): New function.
5910 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
5911 support for that ABI has been built in, then call the appropriate
5912 configuration routine. Use gdbarch_num_regs() to get the number
5914 (arm_dump_tdep): New function.
5915 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
5916 place-holder functions.
5917 (_initialize_arm_tdep): Register them.
5918 * config/arm/tm-arm.h (LOWEST_PC): Delete.
5920 * armnbsd-tdep.c: New file.
5921 * Makefile.in (armnbsd-tdep.o): Add dependencies.
5922 * config/arm/nbsd.mt (TDEPFILES): Add it.
5923 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
5925 * armnbsd-nat.c: Include regcache.h.
5926 * Makefile.in (armnbsd-nat.o): Update dependency list.
5928 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
5932 * gdbserver/Makefile.in: Fix typos in target rules.
5936 Fix part of PR gdb/267.
5937 * linespec.c (find_methods): Handle constructors specially for now.
5941 * arm-tdep.c (arm_push_arguments): Eliminate special float type
5943 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
5944 standard_coerce_float_to_double().
5948 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
5953 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
5954 find_variant_by_name, because it confuses the multiarch
5955 framework. Return NULL if there isn't an architecture with the
5956 user supplied name, instead of forcing a different one without
5957 recording the change with the multiarch machinery.
5958 (find_variant_by_name): Delete.
5962 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
5963 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
5967 * stack.c (print_frame_info_base): When calling
5968 print_frame_info_listing_hook, set current_source_symtab.
5972 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
5973 and remove unused $(INCLUDE_DIR).
5974 Add regcache.c to OBS.
5975 Add generated register protocol files to clean target.
5976 Update dependencies for new objects, obsolete old target code.
5978 * gdbserver/linux-low.c: Remove all platform-specific code to
5979 new files. Remove various dead code. Update to use regcache
5981 * gdbserver/remote-utils.c (fromhex): Add return statement
5983 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
5985 (input_interrupt): Add integer parameter to match prototype
5986 of a signal handler.
5987 (outreg): Use register_data ().
5988 (prepare_resume_reply): Use gdbserver_expedite_regs.
5989 * gdbserver/server.c (main): Dynamically allocate own_buf because
5990 PBUFSIZ is no longer constant. Use registers_to_string () and
5991 registers_from_string ().
5992 * gdbserver/server.h: No longer include "defs.h". Add prototypes
5993 for error (), fatal (), and warning (). Update definition of
5994 PBUFSIZ to use regcache functionality. Add include guard.
5995 * gdbserver/utils.c (fatal): Add missing ``const''.
5996 (warning): New function.
5998 * regformats/regdat.sh: Include "regcache.h" in generated files.
5999 Provide init_registers () function.
6000 * regformats/regdef.h: Add prototype for set_register_cache ().
6003 * gdbserver/linux-arm-low.c: New file.
6004 * gdbserver/linux-i386-low.c: New file.
6005 * gdbserver/linux-ia64-low.c: New file.
6006 * gdbserver/linux-m68k-low.c: New file.
6007 * gdbserver/linux-mips-low.c: New file.
6008 * gdbserver/linux-ppc-low.c: New file.
6009 * gdbserver/linux-sh-low.c: New file.
6011 * gdbserver/regcache.c: New file.
6012 * gdbserver/regcache.h: New file.
6014 * gdbserver/low-linux.c: Removed obsolete file.
6018 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
6019 * config/i386/linux.mt: Likewise.
6020 * config/ia64/linux.mt: Likewise.
6021 * config/m68k/linux.mh: Likewise.
6022 * config/powerpc/linux.mh: Likewise.
6023 * config/mips/linux.mt: Likewise.
6025 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
6027 * config/i386/i386lynx.mh: Mark gdbserver variables
6028 as (currently) obsolete for this target.
6029 * config/i386/nbsd.mt: Likewise.
6030 * config/i386/nbsdelf.mt: Likewise.
6031 * config/m32r/m32r.mt: Likewise.
6032 * config/m68k/m68klynx.mh: Likewise.
6033 * config/m68k/nbsd.mt: Likewise.
6034 * config/m68k/sun3os4.mh: Likewise.
6035 * config/mips/vr5000.mt: Likewise.
6036 * config/ns32k/nbsd.mt: Likewise.
6037 * config/pa/hppabsd.mh: Likewise.
6038 * config/pa/hppaosf.mh: Likewise.
6039 * config/powerpc/nbsd.mt: Likewise.
6040 * config/rs6000/rs6000lynx.mh: Likewise.
6041 * config/s390/s390.mt: Likewise.
6042 * config/s390/s390x.mt: Likewise.
6043 * config/sparc/sparclynx.mh: Likewise.
6044 * config/sparc/sun4os4.mh: Likewise.
6045 * config/i386/x86-64linux.mt: Likewise.
6046 * config/sparc/linux.mh: Likewise.
6050 * configure.tgt: Configure gdbserver only for known working
6051 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
6052 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
6053 SUBDIRS if it is configured. Update comment for ${nativefile}.
6054 * configure: Regenerated.
6058 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
6060 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
6061 (default_gcore_mach): Just return 0, work around a problem in bfd.
6062 (default_gcore_target): OK to return NULL if exec_bfd is null.
6063 (make_mem_sec): Use a cast, avoid a warning.
6065 * procfs.c (find_memory_regions_callback): Use a cast instead of
6066 calling host_pointer_to_address (which complains if
6067 sizeof (host pointer) != sizeof (target pointer)).
6068 (procfs_make_note_section): Avoid overflow in psargs string.
6070 * procfs.c (procfs_make_note_section): Make the default
6071 implementation return an error.
6075 * procfs.c (procfs_make_note_section): Provide a default definition
6076 (for alpha-dec-osf4.0f). Fix typos.
6080 * linux-proc.c: Add include of regcache.h.
6081 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
6086 * memattr.c (create_mem_region): Disallow useless empty region.
6087 Regions are half-open intervals, so allow [A..B) [B..C) as
6092 * defs.h: Kill CONST_PTR.
6093 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
6094 * c-lang.c (c_builtin_types): Likewise.
6095 * ch-lang.c (ch_builtin_types): Likewise.
6096 * f-lang.c (f_builtin_types): Likewise.
6097 * language.c (unknown_builtin_types): Likewise.
6098 * m2-lang.c (m2_builtin_types): Likewise.
6099 * p-lang.c (pascal_builtin_types): Likewise.
6100 * scm-lang.c (c_builtin_types): Likewise.
6104 * arm-tdep.h (arm_get_next_pc): Add declaration.
6108 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
6109 with other related struct-returning functions.
6110 (arm_extract_struct_value_address): New function.
6111 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
6112 initialize float_format, double_format and long_double_format as
6113 appropriate to the endianness of the target.
6114 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
6115 (arm_use_struct_convention): Delete declaration.
6116 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
6120 * defs.h (core_addr_to_string_nz): New function.
6124 Apply missing bits of 2002-01-15 patch.
6125 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
6126 (fill_fpregset): Use i387_fill_fsave.
6130 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
6131 (core_addr_to_string_nz): New function.
6135 * arm-linux-nat.c: Really include arm-tdep.h.
6136 * config/arm/tm-linux.h (struct type, struct value): Declare.
6140 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
6141 (gcore section): Ifdef for Solaris and Unixware only.
6142 (procfs_do_thread_registers): Unixware needs one lwpstatus
6143 per thread (not one prstatus or pstatus).
6144 (procfs_make_note_section): Iterate only over kernel threads (lwps),
6145 not over all gdb threads. For unixware, call elfcore_write_pstatus
6146 once before iterating over threads.
6150 * arm-tdep.h: New file.
6151 * arm-tdep.c: Include arm-tdep.h.
6152 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
6153 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
6154 (arm_print_float_info, arm_register_type, convert_to_extended)
6155 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
6156 (arm_extract_return_value, arm_register_name): Make static.
6157 (arm_software_single_step): Similarly. Fix types in declaration.
6158 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
6159 (arm_store_return_value, arm_store_struct_return): New functions.
6160 (arm_gdbarch_init): Register the above functions. Also register
6161 call_dummy_start_offset, sizeof_call_dummy_words,
6162 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
6163 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
6164 max_register_virtual_size, register_size. Set up
6165 prologue_cache.saved_regs here, rather than ...
6166 (_initialize_arm_tdep): ... here.
6167 * config/arm/tm-arm.h (struct type, struct value): Delete forward
6169 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
6170 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
6171 (arm_print_float_info, arm_register_type, convert_to_extended)
6172 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
6173 (arm_extract_return_value, arm_register_name): Delete declarations.
6174 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
6175 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
6176 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
6177 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
6178 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6179 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
6180 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
6181 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
6182 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
6183 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
6184 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
6185 (arm_get_next_pc): No-longer static -- these are needed by the RDI
6187 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
6188 * remote-rdi.c remote-rdp.c: Likewise.
6189 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
6190 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
6191 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
6194 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
6195 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
6196 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
6197 from non-ARM_ prefixed definitions.
6198 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
6200 * remote-rdi.c remote-rdp.c: Likewise.
6201 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
6205 * arm-tdep.c (arm_frameless_function_invocation)
6206 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
6207 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
6208 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
6209 (arm_pop_frame, arm_get_next_pc): Make static.
6210 (arm_gdbarch_init): Register above in gdbarch structure.
6211 (arm_read_fp): Renamed from arm_target_read_fp.
6212 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
6213 * config/arm/tm-arm.h (arm_frameless_function_invocation)
6214 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
6215 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
6216 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
6217 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
6218 (arm_pc_is_thumb_dummy): Delete declarations.
6219 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
6220 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
6221 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
6222 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
6226 * symtab.c (compare_search_syms): New function.
6227 (sort_search_symbols): New function.
6228 (search_symbols): Sort symbols after searching rather than
6233 * NEWS: Linux -> GNU/Linux.
6237 * gdbarch.sh: For for level one methods, disallow a definition
6238 when partially multi-arched. Add comments explaining rationale.
6239 * gdbarch.h: Re-generate.
6243 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
6248 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
6250 * gdbarch.c: Re-generate.
6254 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
6255 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
6260 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
6262 (PUSH_ARGUMENTS): Switch to using predefault.
6263 * gdbarch.c: Regenerate.
6267 * valops.c (PUSH_ARGUMENTS): Delete definition.
6268 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
6269 partial. Default to default_push_arguments.
6270 * gdbarch.h, gdbarch.c: Regenerate.
6274 * defs.h (throw_exception): Rename return_to_top_level. Update
6276 * utils.c (error_stream, internal_verror, quit): Ditto.
6277 * top.c (throw_exception, catcher): Ditto.
6278 * sparclet-rom.c (sparclet_load): Ditto.
6279 * remote.c (interrupt_query, minitelnet): Ditto.
6280 * remote-sds.c (interrupt_query): Ditto.
6281 * remote-mips.c (mips_error, mips_kill): Ditto.
6282 * ocd.c (interrupt_query): Ditto.
6283 * monitor.c (monitor_interrupt_query): Ditto.
6284 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
6285 * target.h: Update comment.
6287 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
6291 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
6292 default_double_format.
6293 * gdbarch.h, gdbarch.c: Re-generate.
6294 * findvar.c (floatformat_unknown): Delete variable definition.
6295 * doublest.h (floatformat_unknown): Delete variable declaration.
6299 * stabsread.c (read_type): Add code to parse Sun's syntax for
6300 prototyped function types.
6304 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
6305 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
6309 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
6310 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
6311 now _initialize_xcoffsolib gets called again and overrides the
6312 commands from solib.c in a native configuration.
6316 * doublest.c (store_typed_floating): Don't try to return a value.
6321 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
6322 is prototyped and has no arguments, print its argument list as
6327 * MAINTAINERS (write-after-approval): Add myself.
6328 (paper-trail): I've escaped!
6332 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
6334 (_initialize_check_for_gdb_ini): Ditto.
6338 * win32-nat.c (cygwin_pid_to_str): Fix typo.
6339 xaprintf -> xasprintf.
6343 * win32-nat.c: Remove use of printf and sprintf functions.
6347 * arm-tdep.c (arm_frame_chain_valid): Make static.
6348 (arm_push_arguments): Likewise.
6349 (arm_gdbarch_init): New function.
6350 (_initialize_arm_tdep): Call it.
6351 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
6352 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
6353 (FRAME_CHAIN_VALID): Delete.
6354 (arm_frame_chain_valid): Delete declaration.
6355 (PUSH_ARGUMENTS): Delete.
6356 (arm_push_arguments): Delete declaration.
6357 (CALL_DUMMY_P): Delete.
6362 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
6363 on builtin float types.
6367 * utils.c: Include <curses.h> before "bfd.h".
6368 * tui/tui-hooks.c: Likewise.
6369 * tui/tui.c: Likewise.
6370 * tui/tuiCommand.c: Likewise.
6371 * tui/tuiData.c: Likewise.
6372 * tui/tuiDataWin.c: Likewise.
6373 * tui/tuiDisassem.c: Likewise.
6374 * tui/tuiGeneralWin.c: Likewise.
6375 * tui/tuiIO.c: Likewise.
6376 * tui/tuiLayout.c: Likewise.
6377 * tui/tuiRegs.c: Likewise.
6378 * tui/tuiSource.c: Likewise.
6379 * tui/tuiSourceWin.c: Likewise.
6380 * tui/tuiStack.c: Likewise.
6381 * tui/tuiWin.c: Likewise.
6385 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
6386 to include space for pseudoregs as well. Update loops accordingly.
6387 (sh_fp_frame_init_saved_regs): Ditto.
6388 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
6392 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
6393 Add Richard Earnshaw to Arm maintainers.
6397 * defs.h (warning_begin): Delete declaration.
6399 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
6404 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
6405 Logic bug, remove misplaced else.
6409 * fork-inferior.c (fork_inferior): Add '!' to the list of
6410 characters that need to be quoted when building a string for the
6411 shell. Quote '!' specifically with a backslash, since CSH chokes
6412 when trying to evaluate "str!str".
6416 * rdi-share/host.h: Only provide a typedef for bool if it is not
6421 * breakpoint.h (enum bptype): Add new overlay event bp type.
6422 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
6424 * breakpoint.c (create_internal_breakpoint): New function.
6425 (internal_breakpoint_number): Moved into create_internal_breakpoint.
6426 (create_longjmp_breakpoint): Use create_internal_breakpoint.
6427 (create_thread_event_breakpoint): Ditto.
6428 (create_solib_event_breakpoint): Ditto.
6429 (create_overlay_event_breakpoint): New function.
6430 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
6431 (update_breakpoints_after_exec): Delete and re-initialize
6432 overlay event breakpoints after an exec. Add FIXME comment
6433 about longjmp breakpoint.
6434 (print_it_typical): Ignore overlay event breakpoints.
6435 (print_one_breakpoint): Ditto.
6437 (bpstat_what): Do not stop for overlay event breakpoints.
6438 (delete_breakpoint): Don't delete overlay event breakpoints.
6439 (breakpoint_re_set_one): Delete the overlay event breakpoint.
6440 (breakpoint_re_set): Re-create overlay event breakpoint.
6442 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
6443 (overlay_manual_command): Disable overlay breakpoints.
6444 (overlay_off_command): Disable overlay breakpoints.
6448 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
6449 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
6450 to here from config/tm-arm.h.
6451 (coff_sym_is_thumb): Make static.
6452 (arm_elf_make_msymbol_special): New function.
6453 (arm_coff_make_msymbol_special): New function.
6454 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
6455 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
6456 (coff_sym_is_thumb): Delete declaration.
6457 (arm_elf_make_msymbol_special): Declare.
6458 (arm_coff_make_msymbol_special): Declare.
6459 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
6460 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
6464 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
6468 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
6469 * gdbarch.c gdbarch.h: Regenerate.
6470 * arch-utils.c (default_print_float_info): New function.
6471 * arch-utils.h (default_print_float_info): Prototype it.
6472 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
6473 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
6474 (PRINT_FLOAT_INFO): Document it.
6476 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
6477 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
6478 (PRINT_FLOAT_INFO): Define.
6482 * win32-nat.c (_initialize_check_for_gdb_ini):
6483 Add typecast to sprintf argument to suppress a warning.
6487 * win32-nat.c (last_sig): Changed type of variable to target_signal,
6488 to allow easier handling of pass state.
6489 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
6490 that gives exception name and address.
6491 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
6492 and set last_sig value to ourstatus->value.sig. Some missing
6494 (child_continue): Correctly report continue_status.
6495 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
6496 TARGET_SIGNAL_0 (new default value).
6497 (child_resume): consider sig argument passed to decide if
6498 the exception should be passed to debuggee or not.
6502 * regcache.c (fetch_register): Call target_fetch_register
6503 only if we don't call FETCH_PSEUDO_REGISTER.
6504 (store_register): Call target_store_register only if we
6505 don't call STORE_PSEUDO_REGISTER.
6509 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
6510 ELF_MAKE_MSYMBOL_SPECIAL.
6511 * gdbarch.c, gdbarch.h: Regenerate.
6512 * arch-utils.c (default_make_msymbol_special): New function.
6513 * arch-utils.h (default_make_msymbol_special): Export.
6514 * elfread.c (elf_symtab_read): Compile use of
6515 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
6517 * coffread.c (coff_symtab_read): Ditto, for
6518 COFF_MAKE_MSYMBOL_SPECIAL.
6522 * solib-svr4.c (svr4_truncate_ptr): New function.
6523 (svr4_relocate_section_addresses): Do the address arithmetic with
6524 the appropriate truncation for target addresses, even when
6525 CORE_ADDR is larger than a target address.
6529 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
6534 * gdbserver/linux-low.c (kill_inferior): Remove commented out
6539 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
6543 * gdbserver/linux-low.c: Remove unused include files.
6547 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
6548 (read_inferior_memory): Use it.
6549 (write_inferior_memory): Likewise.
6553 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
6554 grubbing through sys_errlist.
6558 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
6561 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
6565 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
6566 (do_sfunc, set_cmd_sfunc): New functions.
6568 * command.h (struct cmd_list_element): Add field func.
6569 * cli/cli-decode.h (struct cmd_list_element): Ditto.
6570 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
6571 * cli/cli-decode.h: Ditto.
6573 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
6574 (help_all, help_cmd_list): Ditto.
6575 (find_cmd, complete_on_cmdlist): Ditto.
6576 * top.c (execute_command): Ditto.
6578 * cli/cli-setshow.c (do_setshow_command): Call func instead of
6581 * infcmd.c (notice_args_read): Fix function signature.
6583 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
6584 * cli/cli-decode.c (add_set_cmd): Ditto.
6585 * utils.c (initialize_utils): Ditto.
6586 * maint.c (_initialize_maint_cmds): Ditto.
6587 * infrun.c (_initialize_infrun): Ditto.
6588 * demangle.c (_initialize_demangler): Ditto.
6589 * remote.c (add_packet_config_cmd): Ditto.
6590 * mips-tdep.c (_initialize_mips_tdep): Ditto.
6591 * cris-tdep.c (_initialize_cris_tdep): Ditto.
6592 * proc-api.c (_initialize_proc_api): Ditto.
6593 * kod.c (_initialize_kod): Ditto.
6594 * valprint.c (_initialize_valprint): Ditto.
6595 * top.c (init_main): Ditto.
6596 * infcmd.c (_initialize_infcmd): Ditto.
6597 * corefile.c (_initialize_core): Ditto.
6598 * arm-tdep.c (_initialize_arm_tdep): Ditto.
6599 * arch-utils.c (initialize_current_architecture): Ditto.
6600 (_initialize_gdbarch_utils): Ditto.
6601 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
6603 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
6604 * wince.c (_initialize_inftarg): Ditto.
6605 * symfile.c (_initialize_symfile): Ditto.
6606 * mips-tdep.c (_initialize_mips_tdep): Ditto.
6607 * language.c (_initialize_language): Ditto.
6608 * arc-tdep.c (_initialize_arc_tdep): Ditto.
6612 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
6616 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
6617 Add rules for building the register data files.
6621 * regformats/regdat.sh: Add braces to the definition of
6622 expedite_regs_${arch}.
6626 * regformats/regdef.h (struct reg): Add comment describing the
6627 requirements for offset and size fields.
6631 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
6632 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
6636 * gdbarch.sh (copyright): Update years in generated header.
6637 (SMASH_TEXT_ADDRESS): Add rule.
6638 * gdbarch.h, gdbarch.c: Re-generate.
6639 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
6640 * dbxread.c: Likewise.
6641 * dwarfread.c: Likewise.
6642 * elfread.c: Likewise.
6643 * somread.c: Likewise.
6645 * arm-tdep.c (arm_smash_text_address): New function.
6646 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
6650 Add support for hardware watchpoints on win32 native.
6651 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
6652 CONTEXT_DEBUG_REGISTERS.
6653 (dr variable): New variable. Static array containing a local copy
6655 (debug_registers_changed): New variable. Reflects when debug registers
6656 are changed and need to be written to inferior.
6657 (debug_registers_used): New variable. Reflects when any debug register
6658 was set, used when new threads are created.
6659 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
6661 (thread_rec): Set dr array if id is the thread of current_event .
6662 (child_continue, child_resume): Change the debug registers for all
6663 threads if debug_registers_changed.
6664 (child_add_thread): Change the debug registers if debug_registers_used.
6665 * config/i386/cygwin.mh: Add use of i386-nat.o file.
6666 Link nm.h to new nm-cygwin.h file.
6667 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
6668 of hardware registers.
6672 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
6673 Restore behavour broken by 2002-01-20 Andrew Cagney
6678 * c-valprint.c (c_val_print): Pass a proper valaddr to
6679 cp_print_class_method.
6680 * valops.c (search_struct_method): If there is only one method
6681 and args is NULL, return that method.
6685 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
6686 accessing tag_name directly.
6690 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
6691 of accessing tag_name directly.
6696 * gdbtypes.c (replace_type): New function.
6697 * gdbtypes.h (replace_type): Add prototype.
6698 * stabsread.c (read_type): Use replace_type.
6702 * Makefile.in (memattr.o): Add missing dependencies rule.
6706 * breakpoint.c (break_at_finish_command): Really export.
6707 (break_at_finish_at_depth_command): Ditto.
6708 (tbreak_at_finish_command): Ditto.
6709 * hppa-tdep.c: Include completer.h.
6710 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
6711 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
6715 * utils.c (do_write): New function.
6716 (error_stream): Rewrite combining the code from error_begin and
6718 (verror): Rewrite using error_stream.
6719 (error_begin): Delete function.
6723 * utils.c (error_begin): Make static.
6724 * defs.h (error_begin): Delete declaration.
6726 * linespec.c (cplusplus_error): Replace cplusplus_hint.
6727 (decode_line_1): Use cplusplus_error instead of error_begin,
6728 cplusplus_hint and return_to_top_level.
6729 * coffread.c (coff_symfile_read): Use error instead of error_begin
6730 and return_to_top_level.
6731 * infrun.c (default_skip_permanent_breakpoint): Ditto.
6735 * language.h (type_error, range_error): Make string parameter
6737 * language.c (warning_pre_print): Delete extern declaration.
6738 * dwarfread.c (warning_pre_print): Ditto.
6739 * language.c (type_error, range_error): Rewrite to use verror and
6740 vwarning instead of warning_begin.
6744 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
6745 (set_ignore_count): Move misplaced comment back where it belongs.
6749 * command.h (NO_FUNCTION): Delete macro.
6750 * cli/cli-decode.h (NO_FUNCTION): Ditto.
6751 * top.c (execute_command): Replace NO_FUNCTION with NULL.
6752 * tracepoint.c (_initialize_tracepoint): Ditto.
6753 * cli/cli-decode.c (add_set_cmd): Ditto.
6754 * cli/cli-cmds.c (init_cli_cmds): Ditto.
6758 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
6759 Update ``this'' pointer when calling virtual functions.
6763 * breakpoint.c (create_temp_exception_breakpoint): Delete.
6764 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
6768 * regformats/reg-arm.dat: New file.
6769 * regformats/reg-i386.dat: New file.
6770 * regformats/reg-ia64.dat: New file.
6771 * regformats/reg-m68k.dat: New file.
6772 * regformats/reg-mips.dat: New file.
6773 * regformats/reg-ppc.dat: New file.
6774 * regformats/reg-sh.dat: New file.
6775 * regformats/regdef.h: New file.
6776 * regformats/regdat.sh: New file.
6780 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
6781 (arm_frame_args_address, arm_frame_locals_address): New functions.
6782 (arm_frame_num_args): New function.
6783 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
6784 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
6785 (FRMA_NUM_ARGS): Call arm_frame_num_args.
6789 * breakpoint.c (break_at_finish_command): Export.
6790 (break_at_finish_at_depth_command): Export.
6791 (tbreak_at_finish_command): Export.
6792 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
6793 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
6794 "tbreak" commands, which are HPPA specific.
6796 * printcmd.c (disassemble_command): Remove an ancient
6797 artifact of an old merge.
6799 * symfile.h (enum overlay_debugging_state):
6800 Define enum constant values for overlay mode.
6801 * symfile.c (overlay_debugging): Use enums instead of literals.
6802 (overlay_is_mapped, overlay_auto_command,
6803 overlay_manual_command): Ditto.
6805 * breakpoint.c (insert_breakpoints, remove_breakpoint,
6806 breakpoint_here_p, breakpoint_inserted_here_p,
6807 breakpoint_thread_match, bpstat_stop_status,
6808 describe_other_breakpoints, check_duplicates, clear_command):
6809 Coding standard fixes.
6811 * target.c (target_xfer_memory): Add spaces, coding standard.
6812 (do_xfer_memory): Add missing line to trust-readonly
6813 code: check bfd SEC_READONLY flag for section.
6817 * PROBLEMS: Fix typo, 5.1->5.1.1.
6821 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
6822 data symbols, since we search based on textlow and texthigh.
6823 (find_pc_sect_symtab): Likewise.
6827 * defs.h (vwarning): Declare.
6828 * utils.c (vwarning): New function.
6829 (warning): Call vwarning.
6830 (warning_begin): Delete function.
6832 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
6833 the warning message.
6834 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
6839 * NEWS: Mention "set trust-readonly-sections" command.
6840 Mention generate-core-file command.
6844 * target.c: New command, "set trust-readonly-sections on".
6845 (do_xfer_memory): Honor the suggestion to trust readonly sections
6846 by reading them from the object file instead of from the target.
6847 (initialize_targets): Register command "set trust-readonly-sections".
6851 * parse.c (target_map_name_to_register): Simplify, search regs and
6852 pseudo-regs using a single loop.
6856 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
6860 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
6861 * config/i386/i386v42mp.mh: Add i387-nat.o .
6862 * i386v4-nat.c: Include i387-nat.h.
6863 (supply_fpregset): Use i387_supply_fsave.
6864 (fill_fpregset): Use i387_fill_fsave.
6868 * arm-tdep.c (arm_call_dummy_words): Define.
6869 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
6870 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
6871 (CALL_DUMMY_WORDS): Define.
6872 (arm_call_dummy_words): Declare.
6873 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
6874 (arm_linux_call_dummy_words): Declare.
6878 * m68klinux-nat.c: Fix last change to use regcache_collect
6879 instead of referencing registers[] directly.
6883 * parse.c (target_map_name_to_register): Delete code wrapped in
6884 #ifdef REGISTER_NAME_ALIAS_HOOK.
6888 * regcache.c (legacy_read_register_gen): Need to be able to
6889 read pseudo-register as well as real register.
6890 (legacy_write_register_gen): Ditto.
6894 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
6895 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
6896 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
6897 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
6898 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
6899 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
6900 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
6901 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
6902 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
6903 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
6904 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
6905 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
6906 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
6907 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
6908 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
6909 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
6910 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
6911 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
6912 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
6913 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
6917 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
6918 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
6919 (initialize_current_architecture): Update target_byte_order using
6920 information from BFD.
6921 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
6922 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
6926 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
6927 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
6929 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
6930 #ifdef INVALID_FLOAT.
6931 * infcmd.c (do_registers_info): Ditto.
6932 * values.c (unpack_double): Ditto. Add comment.
6934 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
6935 already commented out.
6939 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6940 * m68klinux-nat.c: Update ptrace interface for fetching/storing
6941 registers and add support for PTRACE_GETREGS.
6945 GDB 5.1.1 released from 5.1 branch.
6946 * NEWS: Add 5.1.1 news.
6947 * README: Sync with 5.1 branch.
6951 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
6952 stabstring on initial malloc. Reallocing will copy it for us,
6957 * Makefile.in (hpread_h): Delete.
6958 (HFILES_NO_SRCDIR): Remove hpread.h.
6959 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
6960 (hpread.o): Update dependencies.
6961 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
6963 * hp-psymtab-read.c: Remove file.
6964 * hp-symtab-read.c: Remove file.
6965 * hpread.h: Remove file.
6967 * hpread.c: Merge all contents of hp-psymtab-read.c,
6968 hp-symtab-read.c and hpread.h into this file, as it was prior to
6971 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
6972 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
6973 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
6974 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
6978 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
6979 fill_gregset): Call gdbarch_tdep() just once, assign result to
6980 variable and use that, instead of calling the function several
6985 * configure.host: Accept sparcv9 as alias for sparc64.
6986 * configure.tgt: Likewise.
6990 * solib-aix5.c (build_so_list_from_mapfile)
6991 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
6992 arguments is not reversed.
6993 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
6994 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
6998 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
6999 modified version of obsolete sh_fetch_pseudo_register.
7000 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
7001 (sh4_register_read): New function.
7002 (sh_pseudo_register_write): New function. Renamed and modified
7003 version of obsolete sh_store_pseudo_register.
7004 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
7005 (sh4_register_write): New function.
7006 (sh_gdbarch_init): Remove setting of gdbarch function
7007 fetch_pseudo_register and store_pseudo_register. Remove setting of
7008 register_convert_to_raw, register_convert_to_virtual,
7009 register_convertible.
7010 (sh_sh4_register_convertible): Delete. No longer needed. All is
7011 taken care by architecture specific functions
7012 register_read/register_write.
7013 (sh_sh4_register_convert_to_virtual): Make static.
7014 (sh_sh4_register_convert_to_raw): Ditto.
7018 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
7019 (floatformat_is_nan, floatformat_mantissa): Ditto.
7021 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
7022 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
7023 builtin_type_ieee_double_little,
7024 builtin_type_ieee_double_littlebyte_bigword,
7025 builtin_type_m68881_ext, builtin_type_i960_ext,
7026 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
7027 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
7028 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
7029 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
7033 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
7034 parameter. Set frameless flag if it exists and depended of
7035 whether the scanned function is frameless or not.
7036 (xstormy16_skip_prologue): If function is frameless, return
7037 result of xstormy16_scan_prologue().
7038 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
7043 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
7044 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
7045 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
7046 sh_sh4_register_byte, sh_sh4_register_raw_size,
7047 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
7048 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
7049 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
7050 sh_store_pseudo_register, sh_do_pseudo_register): Call
7051 gdbarch_tdep() just once, assign result to variable and use that,
7052 instead of calling the function several times.
7056 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
7057 macros instead of LAST_FPU_CTRL_REGNUM.
7058 (store_register): Likewise.
7062 * infcmd.c (run_command): Check that the `exec' target layer's BFD
7063 is up-to-date before running the program, not just when a program
7068 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
7069 when we have found all instructions we are looking for.
7073 * arm-tdep.c (arm_register_name): New function.
7074 (arm_registers_names): Make static.
7075 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
7076 (arm_register_name): Declare.
7077 (REGISTER_NAME): Use it.
7082 Convert arm targets to new FRAME interface.
7083 * arm-tdep.c (struct frame_extra_info): Remove fsr.
7084 (arm_frame_find_save_regs): Delete.
7085 (arm_frame_init_saved_regs): New.
7086 (arm_init_extra_frame_info): Alloacte saved_regs as required.
7087 Allocate extra_info as required. Convert all uses of fsr.regs
7088 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
7090 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
7091 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
7092 (check_prologue_cache, save_prologue_cache): Likewise.
7093 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
7094 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
7095 (FRAME_FIND_SAVED_REGS): Delete.
7096 (arm_frame_find_saved_regs): Delete prototype.
7097 (arm_frame_init_saved_regs): New prototype.
7098 (FRAME_INIT_SAVED_REGS): Define.
7102 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
7107 * infttrace.c: Include <sys/pstat.h>.
7108 (child_pid_to_exec_file): Revamp. Use pstat call to get the
7109 exec file if the ttrace equivalent fails.
7113 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
7114 (closeLogFile): Ditto.
7118 * top.c (print_gdb_version): Bump copyright year to 2002.
7122 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
7123 Zannoni and Eli Zaretskii.
7127 * buildsym.c: Update copyright years.
7128 * c-typeprint.c: Likewise.
7129 * dwarf2read.c: Likewise.
7130 * f-typeprint.c: Likewise.
7131 * gdbtypes.c: Likewise.
7132 * gdbtypes.h: Likewise.
7133 * hp-symtab-read.c: Likewise.
7134 * hpread.c: Likewise.
7135 * mdebugread.c: Likewise.
7136 * p-typeprint.c: Likewise.
7140 * remote-sim.c (gdbsim_open): Simplify code testing the macro
7141 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
7142 byte-order selectable.
7143 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
7144 * arch-utils.c: Ditto.
7145 (set_endian): Ditto.
7146 (set_endian_from_file): Ditto.
7147 * gdbserver/low-sim.c (create_inferior): Ditto.
7148 * gdbarch.sh: Ditto.
7149 * gdbarch.h: Re-generate.
7150 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
7151 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
7152 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
7153 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
7154 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
7155 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
7156 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
7157 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
7159 * config/mips/tm-wince.h: Remove #undef of macro
7160 TARGET_BYTE_ORDER_SELECTABLE.
7161 * config/sh/tm-wince.h: Ditto.
7165 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
7166 member function fields. Add accessor macro
7167 TYPE_FN_FIELD_ARTIFICIAL.
7168 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
7169 * c-typeprint.c (c_type_print_base): Skip artificial member
7174 * f-typeprint.c: Delete unused function f_type_print_args.
7175 * p-typeprint.c: Delete unused function pascal_type_print_args.
7179 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
7180 comment. Add ``artificial'' to ``union field_location''.
7182 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
7184 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
7185 * mdebugread.c (parse_symbol): Likewise.
7186 * stabsread.c (define_symbol): Likewise.
7187 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
7188 initializing TYPE_FIELD_BITPOS to n (obsolete).
7189 (hpread_doc_function_type): Likewise.
7190 * hpread.c (hpread_function_type): Likewise.
7194 * configure.in (host_makefile_frag): Only require a host makefile
7195 fragment when a native build.
7196 * configure: Re-generate.
7200 * doublest.h (floatformat_from_type): Declare.
7201 * doublest.c (floatformat_from_type): New function.
7202 (convert_typed_floating): Use.
7204 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
7205 call to function floatformat_from_type.
7207 * gdbarch.sh (IEEE_FLOAT): Delete.
7208 * gdbarch.h, gdbarch.c: Re-generate.
7209 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
7210 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
7211 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
7212 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
7213 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
7214 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
7215 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
7216 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
7217 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
7218 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
7219 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
7220 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
7222 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
7223 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7224 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7225 * sh-tdep.c (sh_gdbarch_init): Ditto.
7226 * mips-tdep.c (mips_gdbarch_init): Ditto.
7227 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7228 * cris-tdep.c (cris_gdbarch_init): Ditto.
7232 * configure.host, configure.tgt: Support x86-64.
7233 * NEWS: Note new target x86-64.
7235 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
7236 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
7237 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
7238 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
7239 x86-64-linux-nat.o): Fix dependencies.
7243 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
7244 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
7245 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
7246 * config/sparc/xm-sun4os4.h: Delete file.
7247 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
7251 * config/sparc/sparclynx.mh (XM_FILE): Delete.
7252 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
7253 * config/m68k/m68klynx.mh (XM_FILE): Delete.
7254 * config/i386/i386lynx.mh (XM_FILE): Delete.
7255 * config/rs6000/xm-rs6000ly.h: Delete file.
7256 * config/sparc/xm-sparclynx.h: Delete file.
7257 * config/m68k/xm-m68klynx.h: Delete file.
7258 * config/i386/xm-i386lynx.h: Delete file.
7259 * config/xm-lynx.h: Delete file.
7260 * config/djgpp/fnchange.lst: Update.
7264 * alpha-tdep.c (alpha_register_byte): New function.
7265 (alpha_register_raw_size): Ditto.
7266 (alpha_register_virtual_size): Ditto.
7267 (alpha_skip_prologue_internal): Renamed from
7268 alpha_skip_prologue.
7269 (alpha_skip_prologue): New version that calls
7270 alpha_skip_prologue_internal.
7271 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
7272 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
7273 second argument from alpha_skip_prologue.
7274 (REGISTER_BYTE): Use alpha_register_byte.
7275 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
7276 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
7277 (FRAMELESS_FUNCTION_INVOCATION): Use
7278 generic_frameless_function_invocation_not.
7279 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
7280 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
7284 * config/mips/xm-news-mips.h: Delete file.
7285 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
7287 * config/m88k/xm-m88k.h: Delete file.
7288 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
7289 * config/m88k/xm-delta88v4.h: Ditto.
7290 * config/m88k/xm-delta88.h: Ditto.
7292 * config/alpha/xm-fbsd.h: Delete file.
7293 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
7295 * config/sparc/xm-sparc.h: Delete file.
7296 * Makefile.in (xm-sun4os4.h): Delete dependency.
7297 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
7298 * config/sparc/xm-sun4os4.h: Ditto.
7299 * config/sparc/xm-linux.h: Ditto.
7301 * config/i386/xm-windows.h: Delete file.
7305 * utils.c: Include <sys/param.h> for MAXPATHLEN.
7306 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
7310 * alpha-tdep.c (alpha_call_dummy_words): New.
7311 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
7312 (CALL_DUMMY_P): Define.
7313 (CALL_DUMMY_WORDS): Define.
7314 (SIZEOF_CALL_DUMMY_WORDS): Define.
7318 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
7319 isn't NULL, which can happen with some gcj-3.x-produced code.
7323 * alpha-tdep.c (alpha_register_virtual_type): New function.
7324 (alpha_init_frame_pc_first): Ditto.
7325 (alpha_fix_call_dummy): Ditto.
7326 (alpha_store_struct_return): Ditto.
7327 (alpha_extract_struct_value_address): Ditto.
7328 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
7329 alpha_register_virtual_type.
7330 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
7331 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
7332 alpha_extract_struct_value_address.
7333 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
7334 (INIT_FRAME_PC): Use init_frame_pc_noop.
7335 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
7339 * i386gnu-nat.c: Include "i386-tdep.h".
7340 (fetch_fpregs): Simplify code dealing with uninitialized floating
7341 point states such that it doesn't require FP7_REGNUM.
7345 * alpha-tdep.c (frame_extra_info): New.
7346 (alpha_find_saved_regs): Make static. Use
7348 (alpha_frame_init_saved_regs): New function.
7349 (alpha_frame_saved_pc): Use frame->extra_info.
7350 (temp_saved_regs): Don't declare as struct frame_saved_regs.
7351 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
7352 (init_extra_frame_info): Rename to...
7353 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
7354 (alpha_print_extra_frame_info): New function.
7355 (alpha_frame_locals_address): Ditto.
7356 (alpha_frame_args_address): Ditto.
7357 (alpha_pop_frame): Use frame->extra_info.
7358 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
7359 alpha_frame_args_address.
7360 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
7361 (alpha_find_saved_regs): Remove prototype.
7362 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
7363 (EXTRA_FRAME_INFO): Remove.
7364 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
7365 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
7369 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
7370 (alpha_cannot_fetch_register): Ditto.
7371 (alpha_cannot_store_register): Ditto.
7372 (alpha_register_convertible): Ditto.
7373 (alpha_use_struct_convention): Ditto.
7374 * config/alpha/tm-alpha.h: Update copyright years.
7375 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
7376 (INNER_THAN): Use core_addr_lessthan.
7377 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
7378 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
7379 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
7380 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
7381 (FRAME_CHAIN): Remove unnecessary cast.
7385 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
7390 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
7391 * monitor.c, remote-array.c, remote-bug.c: Ditto.
7392 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
7393 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
7394 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
7395 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
7396 * x86-64-linux-nat.c: Ditto.
7400 * alpha-tdep.c (alpha_register_name): New function.
7401 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
7402 (REGISTER_NAME): Define.
7406 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
7410 * alpha-tdep.c: Update copyright years.
7411 (alpha_next_pc): New function.
7412 (alpha_software_single_step): Ditto.
7413 * config/alpha/tm-alpha.h: Add prototype for
7414 alpha_software_single_step.
7418 * alphabsd-nat.c: Update copyright years.
7419 (fill_gregset): Use regcache_collect.
7420 (fill_fpregset): Likewise.
7421 (fetch_inferior_registers): Only fetch integer registers
7422 if requested to do so.
7423 (store_inferior_registers): Only store integer registers
7424 if requested to do so.
7428 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
7429 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
7430 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
7431 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
7432 * config/alpha/fbsd.mh (XDEPFILES): Delete.
7433 * config/arm/linux.mh (XDEPFILES): Delete.
7434 * config/arm/nbsd.mh (XDEPFILES): Delete.
7435 * config/i386/i386dgux.mh (XDEPFILES): Delete.
7436 * config/i386/i386sol2.mh (XDEPFILES): Delete.
7437 * config/i386/i386m3.mh (XDEPFILES): Delete.
7438 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
7439 * config/i386/i386gnu.mh (XDEPFILES): Delete.
7440 * config/i386/fbsd.mh (XDEPFILES): Delete.
7441 * config/i386/i386bsd.mh (XDEPFILES): Delete.
7442 * config/i386/i386sco5.mh (XDEPFILES): Delete.
7443 * config/i386/i386v4.mh (XDEPFILES): Delete.
7444 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
7445 * config/i386/i386sco4.mh (XDEPFILES): Delete.
7446 * config/i386/i386aix.mh (XDEPFILES): Delete.
7447 * config/i386/go32.mh (XDEPFILES): Delete.
7448 * config/i386/cygwin.mh (XDEPFILES): Delete.
7449 * config/i386/i386lynx.mh (XDEPFILES): Delete.
7450 * config/i386/i386mach.mh (XDEPFILES): Delete.
7451 * config/i386/i386v32.mh (XDEPFILES): Delete.
7452 * config/i386/linux.mh (XDEPFILES): Delete.
7453 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
7454 * config/i386/ncr3000.mh (XDEPFILES): Delete.
7455 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
7456 * config/i386/i386sco.mh (XDEPFILES): Delete.
7457 * config/i386/i386v.mh (XDEPFILES): Delete.
7458 * config/i386/nbsd.mh (XDEPFILES): Delete.
7459 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
7460 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
7461 * config/i386/symmetry.mh (XDEPFILES): Delete.
7462 * config/i386/obsd.mh (XDEPFILES): Delete.
7463 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
7464 * config/ia64/linux.mh (XDEPFILES): Delete.
7465 * config/ia64/aix.mh (XDEPFILES): Delete.
7466 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
7467 * config/m68k/dpx2.mh (XDEPFILES): Delete.
7468 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
7469 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
7470 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
7471 * config/m68k/linux.mh (XDEPFILES): Delete.
7472 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
7473 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
7474 * config/m68k/nbsd.mh (XDEPFILES): Delete.
7475 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
7476 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
7477 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
7478 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
7479 * config/m88k/delta88.mh (XDEPFILES): Delete.
7480 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
7481 * config/m88k/m88k.mh (XDEPFILES): Delete.
7482 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
7483 * config/mips/linux.mh (XDEPFILES): Delete.
7484 * config/mips/irix6.mh (XDEPFILES): Delete.
7485 * config/mips/irix5.mh (XDEPFILES): Delete.
7486 * config/mips/irix4.mh (XDEPFILES): Delete.
7487 * config/mips/irix3.mh (XDEPFILES): Delete.
7488 * config/mips/decstation.mh (XDEPFILES): Delete.
7489 * config/mips/mipsm3.mh (XDEPFILES): Delete.
7490 (NATDEPFILES): Move core-aout.o to here.
7491 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
7492 * config/pa/hpux1020.mh (XDEPFILES): Delete.
7493 * config/pa/hppabsd.mh (XDEPFILES): Delete.
7494 * config/pa/hppahpux.mh (XDEPFILES): Delete.
7495 * config/pa/hpux11w.mh (XDEPFILES): Delete.
7496 * config/pa/hppaosf.mh (XDEPFILES): Delete.
7497 * config/pa/hpux11.mh (XDEPFILES): Delete.
7498 * config/powerpc/aix.mh (XDEPFILES): Delete.
7499 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
7500 * config/powerpc/linux.mh (XDEPFILES): Delete.
7501 * config/romp/rtbsd.mh: Rename XDEPFILES.
7502 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
7503 * config/rs6000/aix4.mh (XDEPFILES): Delete.
7504 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
7505 * config/s390/s390.mh (XDEPFILES): Delete.
7506 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
7507 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
7508 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
7509 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
7510 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
7511 * config/sparc/nbsd.mh (XDEPFILES): Delete.
7512 * config/sparc/linux.mh (XDEPFILES): Delete.
7513 * config/vax/vaxult.mh (XDEPFILES): Delete.
7514 * config/vax/vaxult2.mh (XDEPFILES): Delete.
7515 * Makefile.in (DEPFILES): Remove XDEPFILES.
7519 * utils.c (internal_verror): Fix comments, default is yes not no.
7520 Update queries to match. Default to quit and dump core.
7524 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
7526 * defs.h, event-top.c, gdbcmd.h: Ditto.
7527 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
7528 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
7529 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
7530 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
7531 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
7532 * mi/mi-main.c:Ditto.
7534 * stack.c, symfile.c: Update copyright.
7538 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
7539 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
7540 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
7541 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
7545 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
7546 * gdbserver/low-lynx.c (myattach): Likewise.
7547 * gdbserver/low-nbsd.c (myattach): Likewise.
7548 * gdbserver/low-sim.c (myattach): Likewise.
7549 * gdbserver/low-sparc.c (myattach): Likewise.
7550 * gdbserver/low-sun3.c (myattach): Likewise.
7552 * gdbserver/low-linux.c (myattach): New function.
7554 * gdbserver/server.c (attach_inferior): New function.
7555 (main): Handle "--attach".
7559 * MAINTAINERS (language support): Daniel Jacobwitz is C++
7564 * c-typeprint.c (is_type_conversion_operator): Add additional
7565 check for non-conversion operators.
7569 * linux-proc.c: Add "info proc" command, a la procfs.c.
7570 (read_mapping): New function, abstract and re-use code.
7571 (linux_find_memory_regions): Use new func read_mapping.
7572 (linux_info_proc_cmd): New function, implement "info proc".
7573 (_initialize_linux_proc): Add new command "info proc".
7577 * symfile.c (generic_load): Use bfd_map_over_sections method
7578 instead of manipulating bfd structure members directly.
7579 (add_section_size_callback): New function, bfd sections callback
7580 used by generic_load.
7581 (load_sections_callback): New function, bfd sections callback
7582 used by generic_load.
7586 [Based on work by Jim Blandy]
7587 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
7588 (builtin_type_vec128): Export.
7589 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
7591 (builtin_type_vec128): New builtin type for 128 bit vector
7593 (build_gdbtypes): Initialize builtin_type_v16qi and
7594 builtin_type_v8hi. Create the vec128 register builtin type
7596 (build_builtin_type_vec128): New function.
7597 (_initialize_gdbtypes): Register builtin_type_v16qi and
7598 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
7599 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
7600 AltiVec register to new builtin type.
7604 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
7609 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
7610 CLEAN_UP_REGISTER_VALUE.
7611 * regcache.c (supply_register): Update only call.
7615 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
7616 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
7617 a29k-*-vxworks* targets as obsolete.
7621 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
7622 until we can resolve portability issues.
7623 * gregset.h: Remove references to fpxregs.
7624 * gcore.c (gcore_command): Initialize note_sec to NULL.
7628 * signals.c (target_signal_to_name): Rewrite. Only use
7629 signals[].name when in bounds and non-NULL.
7634 * signals.c (target_signal_to_name): Verify that SIG is within the
7635 bounds of the signals array.
7639 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
7643 * stack.c (print_frame_info_base): Print the frame's pc
7644 only if when print_frame_info_listing_hook is not defined.
7648 * varobj.c (varobj_set_value): Make sure that there were no
7649 errors evaluating the object before attempting to set its
7651 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
7652 so this offset adjustment is no longer necessary.
7653 (create_child): Don't set the error flag if the child is
7655 (value_of_child): If value_fetch_lazy fails, return NULL
7656 so that callers will be notified that an error occurred.
7657 (c_value_of_variable): Delay check of variable's validity
7658 until later. We actually want all structs and unions to have
7660 Do not return "???" for variables which could not be evaluated.
7661 This error condition must be returned to the caller so that it
7662 can get the error condition from gdb.
7663 (cplus_name_of_child): Adjust index for vptr before figuring
7664 out the name of the child.
7665 (cplus_value_of_child): If a child's (real) parent is not valid,
7666 don't even bother trying to give a value for it. Just return
7667 an error. Change all instances in this function.
7668 (cplus_type_of_child): If our parent is one of the "fake"
7669 parents, we need to get at the type of the real parent, and
7670 derive the child's true type using this information.
7675 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
7676 sources.redhat.com, and tweak some related URLs which had
7677 suffered from linkrot.
7682 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
7683 structures passed in registers.
7687 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
7688 white space which prevented compilation. Reported by DSK
7693 * symfile.c (build_section_addr_info_from_section_tab):
7694 Use bfd access method instead of manipulating bfd directly.
7695 (syms_from_objfile): Ditto.
7696 (simple_overlay_update_1): Ditto.
7697 (simple_overlay_update): Ditto.
7698 (generic_load): Ditto.
7699 (overlay_unmapped_address): FIXME comment, bfd access methods.
7700 (sections_overlap): FIXME comment, bfd access methods.
7701 (pc_in_mapped_range): FIXME comment, bfd access methods.
7702 (pc_in_unmapped_range): FIXME comment, bfd access methods.
7703 (section_is_mapped): FIXME comment, bfd access methods.
7704 (section_is_overlay): FIXME comment, bfd access methods.
7706 * symfile.c (generic_load): Whitespace and long line cleanups.
7707 Remove duplicate variable, change several local variables to
7708 more appropriate data types.
7709 (print_transfer_performance): Use %lu instead of %ld for ulongs.
7714 * language.c (longest_local_hex_string_custom): Use phex_nz to
7715 convert NUM to a hex string.
7719 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
7721 Update Copyright year.
7725 * language.c (longest_raw_hex_string): Delete unused function.
7729 * MAINTAINERS (write-after-approval): Add myself.
7730 * dwarf2read.c (read_tag_string_type): Handling of
7732 (read_tag_string_type): FORTRAN fix to prevent propagation of
7734 (set_cu_language): Handling of DW_LANG_Fortran95
7738 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
7739 GETPID(inferior_ptid).
7740 (store_inferior_registers): Likewise.
7744 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
7749 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
7750 and bfd/elf32-sh-nbsd.c.
7754 * NEWS: Mention --pid and corefile/proc-id behavior change.
7756 * Makefile.in: Add rules for gcore.o and linux-proc.o.
7757 * gcore.c: Include cli/cli-decode.h instead of command.h.
7759 * main.c (captured_main): Add new command line option "--pid".
7760 If the second command line argument (following the symbol-file)
7761 begins with a digit, try to attach to it before trying to open
7763 (print_gdb_help): Document the "--pid" argument.
7767 * completer.c (command_completer): New function.
7769 * completer.h <command_completer>: Add prototype.
7771 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
7772 completer for the "help" command.
7776 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
7780 * i386-linux-nat.c (fill_fpxregset): Make global.
7781 (store_fpxregset): Ditto.
7783 * gregset.h (gdb_fpxregset_t): Define.
7784 (supply_fpxregset): Prototype.
7785 (fill_fpxregset): Prototype.
7787 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
7791 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
7792 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
7793 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
7797 * MAINTAINERS: Update target maintainer rules so that any
7798 Maintainer can approve a tested patch for a maintenance-only
7803 * MAINTAINERS (write-after-approval): Add myself.
7805 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
7810 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
7811 real name of the executable, rather than the /proc name.
7815 Implement a "generate-core-file" command in gdb, save target state.
7816 * gcore.c: New file. Implement new command 'generate-core-file'.
7817 Save a corefile image of the current state of the inferior.
7818 * linux-proc.c: Add linux-specific code for saving corefiles.
7819 * target.h (struct target_ops): Add new target vectors for saving
7820 corefiles; to_find_memory_regions and to_make_corefile_notes.
7821 (target_find_memory_regions): New macro.
7822 (target_make_corefile_notes): New macro.
7823 * target.c (update_current_target): Inherit new target methods.
7824 (dummy_find_memory_regions): New place-holder method.
7825 (dummy_make_corefile_notes): New place-holder method.
7826 (init_dummy_target): Initialize new dummy target vectors.
7827 * exec.c (exec_set_find_memory_regions): New function.
7828 Allow the exec_ops vector for memory regions to be taken over.
7829 (exec_make_note_section): New function, target vector method.
7830 * defs.h (exec_set_find_memory_regions): Export prototype.
7831 * procfs.c (proc_find_memory_regions): New function, corefile method.
7832 (procfs_make_note_section): New function, corefile method.
7833 (init_procfs_ops): Set new target vector pointers.
7834 (find_memory_regions_callback): New function.
7835 (procfs_do_thread_registers): New function.
7836 (procfs_corefile_thread_callback): New function.
7837 * sol-thread.c (sol_find_memory_regions): New function.
7838 (sol_make_note_section): New function.
7839 (init_sol_thread_ops): Initialize new target vectors.
7840 * inftarg.c (inftarg_set_find_memory_regions): New function.
7841 Allow to_find_memory_regions vector to be taken over.
7842 (inftarg_set_make_corefile_notes): New function.
7843 Allow to_make_corefile_notes vector to be taken over.
7844 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
7845 interface layer if not target_has_execution (may be a corefile).
7846 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
7847 * config/sparc/sun4sol2.mh: Ditto.
7848 * config/alpha/alpha-linux.mh: Ditto.
7849 * config/arm/linux.mh: Ditto.
7850 * config/i386/x86-64linux.mh: Ditto.
7851 * config/ia64/linux.mh: Ditto.
7852 * config/m68k/linux.mh: Ditto.
7853 * config/mips/linux.mh: Ditto.
7854 * config/powerpc/linux.mh: Ditto.
7855 * config/sparc/linux.mh: Ditto.
7859 * arm-linux-nat.c: Remove references to regcache.c internal data
7860 (registers[] and register_valid[]).
7864 * linux-proc.c: New file. Implement child_pid_to_exec_file,
7865 so that attaching to a pid will automatically read the process's
7866 symbol file and shlibs.
7867 * Makefile.in: Add rule for linux-proc.o.
7868 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
7869 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
7870 * config/arm/linux.mh: Ditto.
7871 * config/i386/linux.mh: Ditto.
7872 * config/i386/x86-64linux.mh: Ditto.
7873 * config/ia64/linux.mh: Ditto.
7874 * config/m68k/linux.mh: Ditto.
7875 * config/mips/linux.mh: Ditto.
7876 * config/powerpc/linux.mh: Ditto.
7877 * config/sparc/linux.mh: Ditto.
7881 * win32-nat.c: Add i386-tdep.h dependency.
7885 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
7886 instead of bfd_get_arch_size. Don't bail out just because
7887 there's no exec_bfd.
7889 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
7890 * p-valprint.c (pascal_object_print_value): Ditto.
7891 * somread.c (som_symtab_read): Ditto.
7892 * symfile.c (simple_free_overlay_region_table): Ditto.
7893 * valops.c (value_assign): Ditto.
7895 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
7896 use tilde_expand and strerror for opening save-tracepoints file.
7898 * thread-db.c (thread_db_new_objfile): Indendation fix.
7900 * infptrace.c (GDB_MAX_ALLOCA): New define.
7901 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
7902 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
7903 can be overridden with whatever value is appropriate to the host).
7904 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
7905 alloca to allocate potentially large buffer.
7906 * rs6000-nat.c (child_xfer_memory): Ditto.
7907 * symm-nat.c (child_xfer_memory): Ditto.
7908 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
7913 * d10v-tdep.c: Set STACK_START to 0x200bffe.
7917 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
7918 Don't use exec_bfd if it's NULL.
7922 * valops.c (value_arg_coerce): Fix formatting.
7926 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
7931 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
7932 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
7933 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
7934 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
7935 z8k-coff have not been multi-arched. Update z8k-coff build
7940 * MAINTAINERS: Mark a29k target as obsolete.
7941 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
7942 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
7944 * NEWS: Note that a29k targets are obsolete.
7945 * a29k-tdep.c: Mark as obsolete.
7946 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
7947 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
7948 a29k-*-vxworks* targets as obsolete.
7949 * remote-adapt.c: Obsolete.
7950 * remote-eb.c: Obsolete.
7951 * remote-mm.c: Obsolete.
7952 * remote-udi.c: Obsolete.
7953 * config/a29k/a29k-udi.mt: Obsolete.
7954 * config/a29k/a29k.mt: Obsolete.
7955 * config/a29k/tm-a29k.h: Obsolete.
7956 * config/a29k/tm-vx29k.h: Obsolete.
7957 * config/a29k/vx29k.mt: Obsolete.
7961 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
7962 with BFD_ENDIAN_BIG.
7966 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
7967 * configure, config.in: Re-generate.
7968 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
7969 * defs.h: Do not include <endian.h>.
7973 * acconfig.h (HAVE_PT_GETXMMREGS): New.
7974 * config.in: Regenerate.
7975 * configure.in: Update copyright years.
7976 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
7977 * configure: Regenerate.
7978 * i386bsd-nat.c: Update copyright years.
7979 (fill_gregset): Use regcache_collect.
7980 (fetch_inferior_registers): Only fetch integer registers
7981 if requested to do so. Add support for XMM registers
7982 using PT_GETXMMREGS.
7983 (store_inferior_registers): Only store integer registers
7984 if requested to do so. Add support for XMM registers
7985 using PT_SETXMMREGS.
7986 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
7987 (store_inferior_registers): Remove.
7988 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
7989 (fetch_elfcore_registers): New function.
7990 (i386nbsd_elfcore_fns): New.
7991 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
7992 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
7994 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7995 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
7996 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
7997 * config/i386/tm-nbsd.h: Update copyright years.
7998 (HAVE_SSE_REGS): Define.
7999 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
8000 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
8001 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
8002 (SIGCONTEXT_PC_OFFSET): Remove.
8003 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
8007 * configure.tgt: Remove powerpc-*-macos* target.
8008 * config/m68k/xm-mpw.h: Delete file.
8009 * config/xm-mpw.h: Delete file.
8010 * ser-mac.c: Delete file.
8011 * mpw-make.sed: Delete file.
8012 * mpw-config.in: Delete file.
8013 * mac-xdep.c: Delete file.
8014 * mac-gdb.r: Delete file.
8015 * mac-defs.h: Delete file.
8016 * mac-nat.c: Delete file.
8017 * config/powerpc/macos.mh: Delete file.
8018 * config/powerpc/macos.mt: Delete file.
8019 * config/powerpc/nm-macos.h: Delete file.
8020 * config/powerpc/tm-macos.h: Delete file.
8021 * source.c (openp, open_source_file): Remove obsolete code.
8022 * top.c (gdb_readline): Ditto.
8023 * utils.c (query): Ditto.
8024 * event-top.c (display_gdb_prompt): Ditto.
8025 * Makefile.in (ser-mac.o): Delete obsolete target.
8030 * defs.h (BIG_ENDIAN): Delete macro definition.
8031 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
8032 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
8033 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
8034 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
8035 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
8036 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
8037 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
8038 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
8039 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
8040 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
8041 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
8042 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
8043 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
8044 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
8045 * gdbarch.c: Re-generate.
8049 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
8054 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
8058 * value.h (value_ptr): Delete typedef.
8062 * i386nbsd-nat.c: Update copyright years.
8063 Include i386-tdep.h.
8067 * stabsread.c: Update copyright years.
8070 (read_struct_fields): Deal with Sun C compiler erroneous stab
8071 output for structs and unions.
8076 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
8081 * cp-abi.c: Fix whitespace.
8082 (baseclass_offset): New wrapper function.
8083 * cp-abi.h (baseclass_offset): Add prototype.
8084 (struct cp_abi_ops): Add baseclass_offset pointer.
8086 * valops.c (vb_match): Move to...
8087 * gnu-v2-abi.c (vb_match): here.
8088 * valops.c (baseclass_offset): Move to...
8089 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
8091 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
8093 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
8094 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
8095 * hpacc-abi.c (init_hpacc_ops): Likewise.
8099 * valops.c (find_overload_match): Accept obj as a
8100 reference parameter. Update it before returning.
8101 * value.h (find_overload_match): Update prototype.
8102 * eval.c (evaluate_subexp_standard): Pass object to
8103 find_overload_match by reference.
8107 * valarith.c: Replace value_ptr with struct value pointer. Remove
8108 register attribute from value declarations.
8111 * scm-lang.c (scm_lookup_name): Ditto.
8115 Abstract the functionality of iterating over mapped memory
8116 regions into a general purpose iterator function.
8117 * procfs.c (iterate_over_mappings): New function, general purpose
8118 iterator for memory sections.
8119 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
8120 (solib_mappings_callback): New function, callback for above.
8121 (info_proc_mappings): Reimpliment using iterate_over_mappings.
8122 (info_mappings_callback): New function, callback for above.
8124 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
8128 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
8129 * i386-tdep.c: Include "elf-bfd.h".
8130 (process_note_abi_tag_sections): New function.
8131 (i386_gdbarch_init): Add code to recognize various OS/ABI
8134 * maint.c (_initialize_maint_cmds): Add missing \ in
8137 For older changes see ChangeLog-2001
8143 version-control: never