aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-01-30* arm-tdep.c (arm_call_dummy_words): Define.Richard Earnshaw5-17/+45
* arm-linux-tdep.c (arm_linux_call_dummy_words): Define. * config/arm/tm-arm.h (CALL_DUMMY_P): Define. (CALL_DUMMY_WORDS): Define. (arm_call_dummy_words): Declare. * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define. (arm_linux_call_dummy_words): Declare.
2002-01-30 * m68klinux-nat.c: Fix last change to use regcache_collectAndreas Schwab2-6/+14
instead of referencing registers[] directly.
2002-01-30Delete REGISTER_NAME_ALIAS_HOOK.Andrew Cagney2-9/+5
2002-01-30*** empty log message ***gdbadmin1-1/+1
2002-01-29Zap >>>>Andrew Cagney1-1/+0
2002-01-292002-01-28 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+9
* regcache.c (legacy_read_register_gen): Need to be able to read pseudo-register as well as real register. (legacy_write_register_gen): Ditto.
2002-01-29Revise and update ``Releasing GDB''.Andrew Cagney2-66/+333
2002-01-29Eliminate TARGET_BYTE_ORDER.Andrew Cagney21-56/+23
2002-01-29* arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.Andrew Cagney6-23/+33
(target_byte_order): Initialize to BFD_ENDIAN_BIG. (initialize_current_architecture): Update target_byte_order using information from BFD. * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT): * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT): * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete. Update doco.
2002-01-29* config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...Andrew Cagney7-41/+51
* vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken. * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in #ifdef INVALID_FLOAT. * infcmd.c (do_registers_info): Ditto. * values.c (unpack_double): Ditto. Add comment. * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was already commented out.
2002-01-29*** empty log message ***gdbadmin1-1/+1
2002-01-28*** empty log message ***gdbadmin1-1/+1
2002-01-27 * gdb.texinfo: Fix typos and markup. From Dmitry SivachenkoEli Zaretskii2-4/+9
<mitya@cavia.pp.ru>.
2002-01-27*** empty log message ***gdbadmin1-1/+1
2002-01-26 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.Andreas Schwab3-7/+429
* m68klinux-nat.c: Update ptrace interface for fetching/storing registers and add support for PTRACE_GETREGS.
2002-01-26*** empty log message ***gdbadmin1-1/+1
2002-01-25*** empty log message ***gdbadmin1-1/+1
2002-01-24Merge in 5.1.1 tweeks.Andrew Cagney3-46/+65
2002-01-24Approved by msynder@redhat.comFred Fish2-2/+10
2002-01-23 Fred Fish <fnf@redhat.com> * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to stabstring on initial malloc. Reallocing will copy it for us, if necessary.
2002-01-242002-01-23 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni12-6830/+4772
* Makefile.in (hpread_h): Delete. (HFILES_NO_SRCDIR): Remove hpread.h. (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c. (hpread.o): Update dependencies. (hp-psymtab-read.o, hp-symtab-read.o): Remove. * hp-psymtab-read.c: Remove file. * hp-symtab-read.c: Remove file. * hpread.h: Remove file. * hpread.c: Merge all contents of hp-psymtab-read.c, hp-symtab-read.c and hpread.h into this file, as it was prior to January 1999. * config/pa/hpux11w.mh, config/pa/hpux11.mh, config/pa/hpux1020.mh, config/pa/hppaosf.mh, config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES): Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
2002-01-242002-01-23 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-38/+35
* ppc-linux-nat.c (ppc_register_u_addr, supply_gregset, fill_gregset): Call gdbarch_tdep() just once, assign result to variable and use that, instead of calling the function several times.
2002-01-24* configure.host: Accept sparcv9 as alias for sparc64.Alexandre Oliva3-3/+8
* configure.tgt: Likewise.
2002-01-24*** empty log message ***gdbadmin1-1/+1
2002-01-23Remove libgdb.texinfoAndrew Cagney2-864/+4
2002-01-23Fix xcalloc() calls so order of arguments is not reversed.Kevin Buettner4-8/+16
2002-01-232002-01-22 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-52/+83
* sh-tdep.c (sh_pseudo_register_read): New function. Renamed and modified version of obsolete sh_fetch_pseudo_register. (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read. (sh4_register_read): New function. (sh_pseudo_register_write): New function. Renamed and modified version of obsolete sh_store_pseudo_register. (sh_store_pseudo_register): Rename to sh_pseudo_register_write. (sh4_register_write): New function. (sh_gdbarch_init): Remove setting of gdbarch function fetch_pseudo_register and store_pseudo_register. Remove setting of register_convert_to_raw, register_convert_to_virtual, register_convertible. (sh_sh4_register_convertible): Delete. No longer needed. All is taken care by architecture specific functions register_read/register_write. (sh_sh4_register_convert_to_virtual): Make static. (sh_sh4_register_convert_to_raw): Ditto.
2002-01-23*** empty log message ***gdbadmin1-1/+1
2002-01-22Initialize the TYPE_FLOATFORMAT field of the h/w floating-pointAndrew Cagney3-1/+33
builtin types.
2002-01-22Eliminate texinfo 3.12 hacks.Andrew Cagney5-93/+18
2002-01-22Remove->RemoteAndrew Cagney2-3/+7
2002-01-22Use texi2dvi instead of TEX/TEXINDEX.Andrew Cagney2-29/+21
2002-01-22Move remote protocol specification to an appendix.Andrew Cagney2-861/+868
2002-01-22 * xstormy16-tdep.c (xstormy16_scan_prologue): Add framelessCorinna Vinschen2-6/+27
parameter. Set frameless flag if it exists and depended of whether the scanned function is frameless or not. (xstormy16_skip_prologue): If function is frameless, return result of xstormy16_scan_prologue(). (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue() call.
2002-01-22 2002-01-21 Fred Fish <fnf@redhat.com>Fred Fish2-1/+6
* gdb.base/restore.exp (restore_tests): Fix obvious typo, callee not caller.
2002-01-222002-01-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-92/+137
* sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments, sh_generic_show_regs, sh3_show_regs, sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs, sh_sh4_register_byte, sh_sh4_register_raw_size, sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type, sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual, sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register, sh_store_pseudo_register, sh_do_pseudo_register): Call gdbarch_tdep() just once, assign result to variable and use that, instead of calling the function several times.
2002-01-22FOOBAR, didn't ChangeLog UI_OUT removal.Andrew Cagney1-5/+3
2002-01-22*** empty log message ***gdbadmin1-1/+1
2002-01-21Add menu entries for ``Remote Debugging''.Andrew Cagney2-0/+14
2002-01-21* go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_PMark Kettenis2-3/+9
macros instead of LAST_FPU_CTRL_REGNUM. (store_register): Likewise.
2002-01-21* infcmd.c (run_command): Check that the `exec' target layer's BFDJim Blandy4-5/+86
is up-to-date before running the program, not just when a program exits. * testsuite/gdb.base/reread.exp: Check that GDB properly re-reads the executable file when it changes while no inferior is running.
2002-01-21Approved by fnasser@redhat.com:Fred Fish2-25/+11
2002-01-21 Fred Fish <fnf@redhat.com> * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to optionally accept the "shlib events" variation.
2002-01-21Approved by fnasser@redhat.com:Fred Fish2-0/+9
2002-01-21 Fred Fish <fnf@redhat.com> * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue when we have found all instructions we are looking for.
2002-01-21* gdb.texinfo (Remote): Move the sub-section ``The GDB remoteAndrew Cagney2-209/+212
serial protocol'' from here. (Remote Debugging): To here. New chapter.
2002-01-21* gdb.base/ending-run.c (main): Avoid messing with setvbuf; justJim Blandy3-5/+14
call `fflush' after every `printf', so that the output is produced at predictable points, regardless of whatever buffering does (or doesn't) take place. * gdb.base/ending-run.exp: Adjust tests to expect output to appear at different points.
2002-01-21* arm-tdep.c (arm_register_name): New function.Richard Earnshaw3-5/+18
(arm_registers_names): Make static. * config/arm/tm-arm.h (arm_register_names): Delete declaration. (arm_register_name): Declare. (REGISTER_NAME): Use it.
2002-01-21Richard Earnshaw <rearnsha@arm.com>Richard Earnshaw3-93/+144
and Kevin Buettner <kevinb@redhat.com> Convert arm targets to new FRAME interface. * arm-tdep.c (struct frame_extra_info): Remove fsr. (arm_frame_find_save_regs): Delete. (arm_frame_init_saved_regs): New. (arm_init_extra_frame_info): Alloacte saved_regs as required. Allocate extra_info as required. Convert all uses of fsr.regs to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields to use extra_info. (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg) (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise. (check_prologue_cache, save_prologue_cache): Likewise. (_initialize_arm_tdep): Ensure prologue_cache is correctly set up. * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete. (FRAME_FIND_SAVED_REGS): Delete. (arm_frame_find_saved_regs): Delete prototype. (arm_frame_init_saved_regs): New prototype. (FRAME_INIT_SAVED_REGS): Define.
2002-01-21Zap an IEEE_FLOAT.Andrew Cagney2-4/+4
2002-01-21* infttrace.c: Include <sys/pstat.h>.Andrew Cagney2-56/+35
(child_pid_to_exec_file): Revamp. Use pstat call to get the exec file if the ttrace equivalent fails.
2002-01-21*** empty log message ***gdbadmin1-1/+1
2002-01-20* rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.Andrew Cagney2-2/+5
(closeLogFile): Ditto.