aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-04-17* gdbarch.sh (LANG): Set to ``c''.Andrew Cagney2-0/+9
2002-04-17*** empty log message ***gdbadmin1-1/+1
2002-04-16*** empty log message ***gdbadmin1-1/+1
2002-04-15* PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.Andrew Cagney2-49/+14
2002-04-152002-04-15 Don Howard <dhoward@redhat.com>Don Howard2-3/+10
From Eli Zaretskii <eliz@is.elta.co.il> * gdb.texinfo (show max-user-call-depth): Correct formatting. Provide a better explaination of this feature.
2002-04-15* bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".Andrew Cagney2-5/+9
Update copyright.
2002-04-15tipoAndrew Cagney1-1/+1
2002-04-15* hpread.c (hpread_getlntt): Add declaration.Andrew Cagney2-0/+8
Also fix PR gdb/391.
2002-04-15* acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.Andrew Cagney4-487/+593
* aclocal.m4, configure: Re-generate. Fix PR gdb/391.
2002-04-152002-04-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+6
* mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN instead of tm_print_insn.
2002-04-152002-04-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+5
* ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2002-04-15*** empty log message ***gdbadmin1-1/+1
2002-04-14* config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.Andrew Cagney5-24/+13
* blockframe.c (FRAME_CHAIN_COMBINE): Delete macro. (get_prev_frame): Do not call FRAME_CHAIN_COMBINE. * gdbint.texinfo (Target Architecture Definition): Remove FRAME_CHAIN_COMBINE.
2002-04-14*** empty log message ***gdbadmin1-1/+1
2002-04-132002-04-12 Michael Chastain <mec@shout.net>Michael Chastain2-3/+5
* gdbint.texinfo (Obsolete Conditionals): Remove reference to REG_STACK_SEGMENT.
2002-04-132002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder6-4/+51
From Jim Blandy <jimb@redhat.com> * gdb.base/foo.c (foox): Remove section attribute; the linker script can handle this instead. * gdb.base/bar.c (barx): Same. * gdb.base/baz.c (bazx): Same. * gdb.base/grbx.c (grbxx): Same. * gdb.base/overlays.exp: New test: check that GDB's manual overlay manager doesn't automatically unmap overlays unnecessarily.
2002-04-132002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+2
* Remote.c: Spelling fix.
2002-04-13*** empty log message ***gdbadmin1-1/+1
2002-04-122002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2-4/+19
* gcore.c (default_derive_heap_segment): Use bfd_section_name. If no symbol found for "sbrk", try "_sbrk". (make_output_phdrs): Use bfd_section_name. (gcore_copy_callback): Use bfd_section_name.
2002-04-122002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2-6/+7
* eval.c: Indentation fix-ups.
2002-04-122002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2-12/+17
* d10v-tdep.c (d10v_make_iaddr): Make it idempotent, in case it gets applied to an address that is already in the instruction space.
2002-04-122002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2-6/+18
* cli/cli-decode.c (help_list): Allow long lines to wrap.
2002-04-122002-04-12 Don Howard <dhoward@redhat.com>Don Howard5-0/+51
* cli/cli-cmds.c (init_cli_cmds): Add new user settable value: max_user_call_depth. (init_cmd_lists): Initialize the new value; * cli/cli-script.c (execute_user_command): Limit the call depth of user defined commands. This avoids a core-dump when user commands are infinitly recursive.
2002-04-12Delete DEFAULT_LR_SAVE.Kevin Buettner5-9/+23
2002-04-122002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* source.c: White space fix-up.
2002-04-12* defs.h (read_relative_register_raw_bytes): Delete declaration.Andrew Cagney17-82/+97
* frame.c (frame_register_read): New function. Return non-zero on success. (read_relative_register_raw_bytes_for_frame): Delete. (read_relative_register_raw_bytes): Delete. * frame.h (frame_register_read): Declare. * d30v-tdep.c: Update Copyright. Use frame_register_read. * sh-tdep.c: Ditto. * infcmd.c (do_registers_info): Ditto. * hppa-tdep.c: Ditto. * rs6000-tdep.c: Ditto. * h8500-tdep.c: Ditto. * mips-tdep.c: Ditto. * h8300-tdep.c: Ditto. * z8k-tdep.c: Ditto.
2002-04-12 From Jimi X <jimix@watson.ibm.com>:Kevin Buettner2-2/+17
* rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for 64-bit SysV ABI.
2002-04-12 From Jimi X <jimix@watson.ibm.com>:Kevin Buettner2-1/+11
* rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from bfd info.
2002-04-12 From Jimi X <jimix@watson.ibm.com>:Kevin Buettner2-1/+17
* rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define register sets for these processor variants.
2002-04-12*** empty log message ***gdbadmin1-1/+1
2002-04-112002-04-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz5-11/+29
* gdbserver/linux-low.c (usr_store_inferior_registers): Support registers which are allowed to fail to store. * gdbserver/linux-low.h (linux_target_ops): Likewise. * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR. (ppc_cannot_store_register): FPSCR may not be storable. * regformats/reg-ppc.dat: Support FPSCR.
2002-04-11Add support for the fpscr register for Power / PowerPC targets.Kevin Buettner5-8/+54
2002-04-112002-04-11 Michael Snyder <msnyder@redhat.com>Michael Snyder7-108/+125
* configure.in: Autoconfiscate _SYSCALL32 define for solaris. * configure: Regenerate. * config.in: Regenerate. * acconfig.h: Add define for _SYSCALL32. * core-sol2.c: Remove #define _SYSCALL32. * solib-legacy.c: Remove #define _SYSCALL32.
2002-04-112002-02-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* gdb.base/gcore.exp: Relax recognition of function breakpoint.
2002-04-112002-02-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
2002-04-112002-04-10 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-0/+9
* gdb.base/ending-run.exp: Fix pattern for Mips targets stepping out of main.
2002-04-11*** empty log message ***gdbadmin1-1/+1
2002-04-10* stack.c (select_frame): Cleanup internal error message, do notAndrew Cagney2-2/+8
use %p.
2002-04-10* stack.c (select_frame): Check that selected_frame and theAndrew Cagney4-6/+63
specified level are as expected. * blockframe.c (get_prev_frame): Set the `level' from next_frame. Update copyright. * frame.h (struct frame_info): Add field `level'. Update copyright. Work-in-progress PR gdb/464.
2002-04-10* maint.c (maint_print_section_info): Rename print_section_info.Andrew Cagney5-5/+19
(print_bfd_section_info, print_objfile_section_info): Update. * inferior.h (struct gdbarch): Add opaque declaration. * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh. * gdbarch.h: Regenerate.
2002-04-10 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.Michal Ludvig3-165/+16
(PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h. (kernel_u_size): Added. * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete. (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2002-04-102002-04-09 Michael Chastain <mec@shout.net>Michael Chastain2-7/+5
* gdbint.texinfo (Obsolete Conditionals): Remove references to PYRAMID_* macros.
2002-04-102002-04-09 Michael Chastain <mec@shout.net>Michael Chastain3-56/+104
* gdb.c++/local.cc (main): Move call to marker1() inside nested scope so that the nested scope tests will make sense. * gdb.c++/local.exp: Write patterns that actually work with gcc (the HP patterns "were never known to work with gcc"). Keep the old aCC patterns too.
2002-04-102002-04-04 Jim Ingham <jingham@apple.com>Jim Ingham2-6/+52
* valarith.c (find_size_for_pointer_math): New function, either returns the size for a pointer's target, returns 1 for void *, or errors for incomplete types. (value_add, value_sub): use find_size_for_pointer_math.
2002-04-10*** empty log message ***gdbadmin1-1/+1
2002-04-092002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz6-7/+85
* linux-low.c (linux_look_up_symbols): New hook. (linux_target_ops): Add linux_look_up_symbols. * remote-utils.c (decode_address): New function. (look_up_one_symbol): New function. * server.c (handle_query): Call target look_up_symbols hook. * server.h (look_up_one_symbol): Add prototype. * target.h (struct target_ops): Add look_up_symbols hook.
2002-04-092002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-11/+20
* gdbserver/server.h: Include <string.h> if HAVE_STRING_H. * ChangeLog: Correct paths in last ChangeLog entry.
2002-04-092002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz12-86/+218
* linux-low.h: Remove obsolete prototypes. (struct linux_target_ops): New. (extern the_low_target): New. * linux-low.c (num_regs, regmap): Remove declarations. (register_addr): Use the_low_target explicitly. (fetch_register): Likewise. (usr_fetch_inferior_registers): Likewise. (usr_store_inferior_registers): Likewise. * linux-arm-low.c (num_regs): Remove. (arm_num_regs): Define. (arm_regmap): Renamed from regmap, made static. (arm_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (arm_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-i386-low.c (num_regs): Remove. (i386_num_regs): Define. (i386_regmap): Renamed from regmap, made static. (i386_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (i386_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-ia64-low.c (num_regs): Remove. (ia64_num_regs): Define. (ia64_regmap): Renamed from regmap, made static. (ia64_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (ia64_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-m68k-low.c (num_regs): Remove. (m68k_num_regs): Define. (m68k_regmap): Renamed from regmap, made static. (m68k_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (m68k_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-mips-low.c (num_regs): Remove. (mips_num_regs): Define. (mips_regmap): Renamed from regmap, made static. (mips_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (mips_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-ppc-low.c (num_regs): Remove. (ppc_num_regs): Define. (ppc_regmap): Renamed from regmap, made static. (ppc_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (ppc_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-s390-low.c (num_regs): Remove. (s390_num_regs): Define. (s390_regmap): Renamed from regmap, made static. (s390_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (s390_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-sh-low.c (num_regs): Remove. (sh_num_regs): Define. (sh_regmap): Renamed from regmap, made static. (sh_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (sh_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap. (the_low_target): New.
2002-04-092002-04-05 Michael Snyder <msnyder@redhat.com>Michael Snyder2-76/+72
* breakpoint.c (clear_command): Rewrite middle section to combine two loops with identical control conditions. Add a cleanup to eliminate a memory leak.
2002-04-09* frame.c (read_relative_register_raw_bytes_for_frame): Do notAndrew Cagney4-101/+29
override FP_REGNUM with frame->fp. Update copyright. * parse.c (num_std_regs, std_regs): Delete. (target_map_name_to_register): Do not search std_regs. Update function description. * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete declarations. Update copyright. Fix PR gdb/251.