aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-102004-11-10 Randolph Chung <tausq@debian.org>Randolph Chung6-21/+54
* blockframe.c (inside_entry_func): Move to ..... * frame.c (inside_entry_func): ... here, and make static. (backtrace_past_entry): New flag. (get_prev_frame): Stop backtrace at the entry function if enabled by flag. Update comments. (_initialize_frame): Add command to set backtrace_past_entry flag. * defs.h (inside_entry_func): Remove prototype. doc/ * gdb.texinfo: Document set/show backtrace past-entry commands. Rearrange index entries for set/show backtrace past-main.
2004-11-10* dwarf2read.c: Fix formatting.Mark Kettenis2-12/+17
2004-11-102004-11-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney8-64/+100
* value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM) (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace macros with function declarations. * value.c (coerce_ref, coerce_array, coerce_number) (coerce_enum): New functions. (value_as_long, value_as_address): Update. * ada-lang.c (ada_coerce_ref, ada_value_binop) (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update. * jv-lang.c (evaluate_subexp_java): Update. * valarith.c (value_less, value_neg, value_complement) (value_binop, value_add, value_subscript, value_x_binop) (value_logical_not, value_sub): Update. * valops.c (check_field, value_struct_elt, value_ind) (value_find_oload_method_list, value_cast, value_assign): Update. * eval.c (evaluate_subexp_standard): Update.
2004-11-10* mips-tdep.c (mips32_relative_offset): Change return type toMark Kettenis2-10/+8
LONGEST, change argument type to ULONGEST. Fix sign-extension.
2004-11-102004-11-10 Randolph Chung <tausq@debian.org>Randolph Chung2-12/+32
* hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static. (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise. (hppa_fetch_pointer_argument): Likewise. (hppa_frame_cache): Use safe_frame_unwind_memory instead of deprecated_read_memory_nobpt. (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/ add_set_cmd sequence with add_setshow_boolean_cmd.
2004-11-10 PR binutils/536Ian Lance Taylor2-1/+9
* stabs.c (stab_demangle_template): Call stab_demangle_count rather than stab_demangle_get_count to get the length of a pointer target.
2004-11-102004-11-10 Jon Beniston <jon@beniston.com>Andrew Cagney2-1/+8
Committed by Andrew Cagney <cagney@gnu.org>. * gdb.texinfo (Remote Serial Protocol): Further describe binary transfer escaping mechanism .
2004-11-10 * defparse.y: Remove unnecessary commas from token list.Danny Smith2-2/+6
2004-11-10 * gas/i386/opcode.s: Pad section.Alan Modra5-6/+21
* gas/i386/intelok.s: Likewise. * gas/i386/opcode.d: Update. * gas/i386/intelok.d: Update.
2004-11-10 * ld-d10v/reloc-003.d: Update for changed error message.Alan Modra9-9/+20
* ld-d10v/reloc-004.d: Likewise. * ld-d10v/reloc-007.d: Likewise. * ld-d10v/reloc-008.d: Likewise. * ld-d10v/reloc-011.d: Likewise. * ld-d10v/reloc-012.d: Likewise. * ld-d10v/reloc-015.d: Likewise. * ld-d10v/reloc-016.d: Likewise.
2004-11-10 * obj.h (struct format_ops <app_file>): Add int param.Alan Modra10-39/+61
* read.h (s_app_file_string): Likewise. * read.c (s_app_file_string): Likewise. (s_app_file): Adjust s_app_file_string call. * config/tc-mips.c (s_mips_file): Likewise. * config/obj-coff.h (obj_app_file): Add app param. * config/obj-ecoff.h (obj_app_file): Likewise. * config/obj-multi.h (obj_app_file): Likewise. * config/obj-elf.h (elf_file_symbol): Likewise. * config/obj-elf.c (elf_file_symbol): Only emit one file symbol if called for # preprocessor lines.
2004-11-10GDB 6.3Andrew Cagney1-0/+4
2004-11-10*** empty log message ***gdbadmin1-1/+1
2004-11-09daily updateAlan Modra1-1/+1
2004-11-09Fix ChangeLog typo.Aaron W. LaFramboise1-1/+1
2004-11-092004-11-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-3/+9
* values.c: Rename to ... * value.c: ..., new file. * Makefile.in: Update.
2004-11-09 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocatedDaniel Jacobowitz2-1/+6
size.
2004-11-09 * som.c (som_bfd_print_private_bfd_data): New function.Mark Mitchell2-30/+92
(som_object_setup): Save the auxiliary header. Don't assume that zero is an invalid entry point for a shared library. (som_object_p): Allocate the auxiliary header on the heap.
2004-11-09 * elf32-arm.c (elf32_arm_begin_write_processing): Do not use a K&RMark Mitchell2-13/+12
declaration. (elf32_arm_symbian_modify_segment_map): Likewise.
2004-11-09 From David Poole <daveml@mbuf.com>:Daniel Jacobowitz2-0/+41
* elf32-arm.c (elf32_arm_readonly_dynrelocs): New function. (elf32_arm_size_dynamic_sections): Call it.
2004-11-092004-11-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-333/+2
* TODO: Delete.
2004-11-09oops - omitted from previous deltaNick Clifton2-0/+18
2004-11-092004-11-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney19-95/+76
* value.h (struct value): Delete field bfd_section. (VALUE_BFD_SECTION): Delete macro. (COERCE_REF): Update. (value_at, value_at_lazy): Delete asection parameter. * printcmd.c (print_formatted, x_command): Update. (do_examine): Delete asection parameter. (next_section): Delete variable. * valops.c (value_cast, value_at, value_at_lazy) (value_coerce_function, value_addr, value_ind, value_string) (find_rt_vbase_offset, value_full_object): Update. * hpacc-abi.c (hpacc_virtual_fn_field) (hpacc_value_rtti_type): Update. * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field) (gnuv3_baseclass_offset): Update. * f-valprint.c (f_val_print): Update. * c-valprint.c (c_val_print): Update. * p-valprint.c (pascal_val_print): Update. * jv-valprint.c (java_value_print): Update. * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update. * ada-lang.c (ada_value_primitive_packed_val) (ada_evaluate_subexp): Update. * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update. * expprint.c (print_subexp_standard): Update. * infcall.c (call_function_by_hand): Update. * valarith.c (value_add): Update. * eval.c (evaluate_subexp_standard): Update. * values.c (allocate_value, value_copy, value_static_field): Update. * findvar.c (read_var_value, locate_var_value): Update.
2004-11-092004-11-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-12/+13
* i386-linux-tdep.c: Include "dwarf2-frame.h". * Makefile.in: Update all dependencies.
2004-11-09 * Makefile.am (SOURCE_HFILES): Remove elf32-arm.h.Alan Modra4-18/+25
(ALL_MACHINES_CFILES): Fix typo. * Makefile.in: Regenerate. * po/SRC-POTFILES.in: Regenerate.
2004-11-092004-11-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-12/+40
* sentinel-frame.c (sentinel_frame_prev_pc): New function. (sentinel_frame_unwinder): Add the prev_pc method. * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when available. Do not handle the sentinel-frame case. * frame-unwind.h (frame_prev_register_ftype): Define. (struct frame_unwind): Add prev_pc;
2004-11-092004-11-08 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-3/+11
PR 528 * symbols.c (resolve_symbol_value): Convert weak symbols only for Windows PECOFF. (symbol_equated_reloc_p): Don't equate weaks when relocating only for Windows PECOFF.
2004-11-09 * configure.in: Check for ncurses/term.h.Dave Anglin7-309/+359
* gdb_curses.h: Include term.h here, prefering ncurses/term.h. * utils.c: Include gdb_curses.h instead of curses.h and term.h. * tui/tui.c: Don't include term.h. * configure, config.in: Rebuilt.
2004-11-09*** empty log message ***gdbadmin1-1/+1
2004-11-08daily updateAlan Modra1-1/+1
2004-11-08 * configure.in (noconfigdirs) [mmix-*-*]: DisableHans-Peter Nilsson3-2/+8
target-libgfortran. * configure: Regenerate.
2004-11-08 * elf32-arm.c (elf32_arm_final_link_relocate): When generating anMark Mitchell2-1/+24
R_ARM_RELATIVE relocation for Symbian OS, mention the section symbol in the relocation.
2004-11-08* m68kbsd-nat.c: Include "inf-ptrace.h".Mark Kettenis3-3/+11
(_initialize_m68kbsd_nat): Fix pasto. * Makefile.in (m68kbsd-nat.o): Update dependencies.
2004-11-082004-11-08 Randolph Chung <tausq@debian.org>Randolph Chung2-0/+12
* gdb.texinfo (inferior_debugging info): Document "set debug infrun" and "show debug infrun". Add index entries.
2004-11-082004-11-08 Randolph Chung <tausq@debian.org>Randolph Chung2-1/+141
* infrun.c (debug_infrun): New variable. (resume, proceed, wait_for_inferior): Annotate with debug messages. (handle_inferior_event, keep_going): Likewise. (_initialize_infrun): Register "set debug infrun" command.
2004-11-08 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed fromAndreas Schwab2-2/+8
PTRACE_EVENT_VFORKDONE. (child_follow_fork): Adjust.
2004-11-082004-11-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-66/+58
* README: Refer to 6.3, not 6.2, update directory listing droppng references to intl/ and mmalloc/. * PROBLEMS: Refer to 6.3 not 6.2.
2004-11-082004-11-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-52/+4
* PROBLEMS: Delete no-longer applicable problems.
2004-11-08 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRANDavid Edelsohn2-1/+20
like CC.
2004-11-082004-11-08 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi3-2/+23
* config/tc-crx.c (print_insn): Check and set insn_addr. * config/tc-crx.h (md_frag_check): Define.
2004-11-08Add support fpr MAXQ processorNick Clifton97-183/+12806
2004-11-08*sigh* undo previous delta which was done too early...Nick Clifton1-7/+1
2004-11-08oops - omitted from previous deltaNick Clifton1-1/+7
2004-11-08oops - omitted fom previous deltaNick Clifton1-13/+21
2004-11-08Fix support for PECOFF weak symbolsNick Clifton18-97/+305
2004-11-08*** empty log message ***gdbadmin1-1/+1
2004-11-07daily updateAlan Modra1-1/+1
2004-11-07 * Makefile.in (symfile-mem.o): Update dependencies.Daniel Jacobowitz6-5/+135
* i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New. (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p. * inf-ptrace.c (inf_ptrace_attach): Call observer_notify_inferior_created. * inftarg.c (child_attach): Likewise. * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h". (symbol_file_add_from_memory): Take NAME argument. Use it for the new BFD's filename. (add_symbol_file_from_memory_command): Update call to symbol_file_add_from_memory. (struct symbol_file_add_from_memory_args, add_vsyscall_page) (symbol_file_add_from_memory_wrapper): New. (_initialize_symfile_mem): Register add_vsyscall_page as an inferior_created observer.
2004-11-07* m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename fromMark Kettenis6-40/+37
fetch_inferior_registers. Make static. (m68kbsd_store_inferior_registers): Rename from store_inferior_registers. Make static. (_initialize_m68kbsd_nat): Construct and add target vector. * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Set to tm-solib.h. (LOADLIBES): New variable. * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Delete variable. * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Set to tm-solib.h. * config/m68k/nm-nbsdaout.h: Remove file.
2004-11-07 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.Daniel Jacobowitz3-3/+65
(dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p) (dwarf2_signal_frame_unwind): New. (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p. * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.