aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2004-11-132004-11-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney6-25/+28
Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM. * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete. (VALUE_REGNUM): Define. (struct value): Delete location.regnum, rename "regno" to "regnum". * value.c, valops.c, valarith.c, findvar.c: Update.
2004-11-13*** empty log message ***gdbadmin1-1/+1
2004-11-122004-11-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney36-511/+555
* value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE) (VALUE_BITPOS): Delete. (value_type, value_offset, value_bitsize, value_bitpos): Declare. * value.c (value_type, value_offset, value_bitpos) (value_bitsize): New functions. Update references. * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update. * f-valprint.c, cp-valprint.c, c-valprint.c: Update. * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update. * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update. * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update. * infcall.c, linespec.c, printcmd.c, valarith.c: Update. * valops.c, eval.c, findvar.c, breakpoint.c: Update. * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c: * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
2004-11-122004-11-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-32/+11
* cris-tdep.c (cris_register_offset): Delete, never called. (cris_spec_reg_applicable): Delete cris_ver_sim. * MAINTAINERS: List d10v as OBSOLETE. * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of FOPEN_WB et.al., defined by "fopen-bin.h".
2004-11-122004-11-12 Randolph Chung <tausq@debian.org>Randolph Chung5-28/+34
* hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ... * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here. * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ... * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
2004-11-12* tui/tui-io.c: Don't include "terminal.h".Mark Kettenis3-2/+6
* Makefile.in (tui-io.o): Update dependencies.
2004-11-122004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka3-1/+105
* Makefile.in (m32r-linux-tdep.o): Update dependencies. * m32r-linux-tdep.c (m32r_linux_init_abi): Call set_gdbarch_regset_from_core_section for core file support. (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section): New functions.
2004-11-122004-11-11 Randolph Chung <tausq@debian.org>Randolph Chung2-13/+38
* hppa-tdep.c (skip_prologue_hard_way): Make static, add stop_after_branch parameter and use it to determine if we should look at the delay slot of the first branch insn to find prologue insns. (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way. (hppa_frame_cache): Likewise.
2004-11-122004-11-11 Randolph Chung <tausq@debian.org>Randolph Chung2-10/+30
* hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer register so that it can be unwound from anywhere in the prologue.
2004-11-12*** empty log message ***gdbadmin1-1/+1
2004-11-112004-11-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-0/+158
* gdb.threads/threadapply.exp: New test. * gdb.threads/threadapply.c: New file.
2004-11-11mention who committed Jon's patch.Andrew Cagney1-0/+1
2004-11-112004-11-10 msnyder <msnyder@redhat.com>Michael Snyder2-4/+14
* rs6000-tdep.c (skip_prologue): After saving lr_offset, must invalidate lr_reg (so we don't try to save it again). Ditto for cr_offset and cr_reg.
2004-11-112004-11-05 Jon Beniston <jon@beniston.com>Andrew Cagney2-3/+12
* remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK when an unexpected packet is received, as the target stubs continually retransmit the same packet until ACKed.
2004-11-11*** empty log message ***gdbadmin1-1/+1
2004-11-102004-11-10 Randolph Chung <tausq@debian.org>Randolph Chung2-1/+6
* frame.c (get_prev_frame): Use get_frame_type to retrieve the frame's type.
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-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-10GDB 6.3Andrew Cagney1-0/+4
2004-11-10*** empty log message ***gdbadmin1-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-092004-11-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-333/+2
* TODO: Delete.
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-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-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-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*** empty log message ***gdbadmin1-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.
2004-11-07* Makefile.in (mips64obsd-tdep.o): Fix typo.Mark Kettenis2-1/+3
2004-11-07* mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): RenamedMark Kettenis2-19/+26
from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes to only include the structure members we actually need. (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to only include the structure members we actually need. (mipsnbsd_init_abi): Update.
2004-11-07* mips64obsd-nat.c: Include "mips-tdep.h".Mark Kettenis3-4/+24
(MIPS64OBSD_NUM_REGS): Remove define. (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines. (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle floating-point registers correctly. * Makefile.in (mips64obsd-nat.o): Update dependencies.
2004-11-07* mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" andMark Kettenis3-1/+73
"gdb_assert.h". (mips64obsd_sigframe_init): New function. (mips64obsd_sigframe): New variable. (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame unwinder. * Makefile.in (mips64obsd-tdep.o): Update dependencies.
2004-11-07* gdb.base/savedregs.exp: Correct pattern used for sigtrampMark Kettenis2-1/+6
frames.
2004-11-07* tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder typeMark Kettenis1-1/+1
from TRAMP_FRAME frame type.
2004-11-07*** empty log message ***gdbadmin1-1/+1
2004-11-06 * alpha-mdebug-tdep.c: #include mdebugread.h.Joel Brobecker3-10/+17
Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *. * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.