aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-08-21* arm-tdep.c (convert_from_extended, convert_to_extended): DeleteAndrew Cagney3-69/+40
assembler version of function. (convert_from_extended, convert_to_extended): Rewrite. Use floatformat_to_doublest, floatformat_from_doublest, floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword. (arm_push_arguments): Use extract_floating and store_floating to perform floating point conversions. (SWAP_TARGET_AND_HOST): Delete macro. * arm-linux-tdep.c (arm_linux_push_arguments): Use extract_floating and store_floating to perform floating point conversions.
2001-08-21* gdbtypes.h (struct type): Clarify meaning of field ``length''.Andrew Cagney2-6/+14
2001-08-21*** empty log message ***gdbadmin1-1/+1
2001-08-20*** empty log message ***gdbadmin1-1/+1
2001-08-19* mi0-var-block.exp, mi0-stack.exp, mi0-simplerun.exp,Andrew Cagney31-132/+145
mi0-regs.exp, mi0-watch.exp, mi0-stepi.exp, mi0-until.exp, mi0-return.exp, mi0-read-memory.exp, mi0-eval.exp, mi0-disassemble.exp, mi0-console.exp, mi-watch.exp, mi-var-display.exp, mi-var-cmd.exp, mi-var-child.exp, mi-until.exp, mi-var-block.exp, mi-stepi.exp, mi-stack.exp, mi-simplerun.exp, mi-return.exp, mi-regs.exp, mi-read-memory.exp, mi-disassemble.exp, mi-eval.exp, mi-console.exp: Replace pattern matching thread=0 with one to also match thread=1. Fix PR gdb/190.
2001-08-19* lib/mi-support.exp (mi_gdb_start): If a remote target, use theAndrew Cagney2-0/+21
CLI jump command to start it. (mi_run_to_main): Fail immediatly when unexpected output.
2001-08-19* mi0-until.exp, mi-until.exp, mi0-stepi.exp, mi-stepi.exp,Andrew Cagney11-0/+37
mi-simplerun.exp, mi0-simplerun.exp, mi0-return.exp, mi-return.exp, mi0-console.exp, mi-console.exp: Recognize an unexpected run-to-main response. Report as a fail.
2001-08-19*** empty log message ***gdbadmin1-1/+1
2001-08-18* lib/mi-support.exp (mi_gdb_start): Move call to sid_start toAndrew Cagney2-6/+11
beginning of function. Fix PR gdb/191.
2001-08-18*** empty log message ***gdbadmin1-1/+1
2001-08-17 * mi-cmd-var.c (varobj_update_one): Update call toKeith Seitz2-1/+6
varobj_update to reflect recent api change.
2001-08-17 * varobj.c (varobj_update): Change first parameter toKeith Seitz3-14/+29
pointer to struct varobj*. This function can delete varobjs, so we need to give callers the new varobj when this happens. (value_of_root): Update "var", too, if "var_handle" changes. * varobj.h (varobj_update): Likewise.
2001-08-17 * Makefile.in (varobj_h): Define.Keith Seitz2-2/+9
(mi-cmd-var.o): Depends on varobj_h. (gdbtk-varobj.o): Change varobj.h to $(varobj_h).
2001-08-17*** empty log message ***gdbadmin1-1/+1
2001-08-16 * configure.in (GDBTK_SRC_DIR): We must have autoconfKeith Seitz4-32/+63
give us the absolute path to the source directory. * configure: Regenerated. * Makefile.in (GDBTK_SRC_DIR): Add variable so that autoconf can substitue it in for us. (gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We really do need an absolute pathname.
2001-08-16* obvious fixFrank Ch. Eigler2-2/+7
2001-08-16 Frank Ch. Eigler <fche@redhat.com> * config/sid.exp (sid_start): Don't warn if we cannot figure out what to force sid endianness to.
2001-08-16*** empty log message ***gdbadmin1-1/+1
2001-08-15 * lib/gdb.exp (gdbtk_start): Don't set environmentKeith Seitz2-7/+7
variables for TCL_LIBRARY and friends. Insight will now figure these out for itself.
2001-08-15 * Makefile.in (GDBTK_VERSION): Set a version number.Keith Seitz2-37/+39
(GDBTK_LIBRARY): New variable to point to location where gdbtk will install its tcl library. Changed all refereneces to $(datadir)/insight1.0 to $(GDBTK_LIBRARY). (SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed. (SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed. (all-gdbtk): Remove. (install-gdbtk): Remove. (gdbtk.o): Pass srcdir to file when compiling. Also from Ian Roxborough: * Makefile.in: Changed all references to the install directory "gdbtcl" to read "insight1.0".
2001-08-15 * arch-utils.c (generic_skip_trampoline_code): New function.Corinna Vinschen7-8/+70
* arch-utils.h (generic_skip_trampoline_code): Declare external. * gdbarch.c: Regeberated from gdbarch.sh. * gdbarch.h: Ditto. * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Multi-arch. * infrun.c: Remove default setting of SKIP_TRAMPOLINE_CODE macro.
2001-08-15* gdbint.texinfo: Add a cautionary note about macro use.Christopher Faylor2-0/+6
2001-08-152001-08-14 Daniel Jacobowitz <drow@mvista.com>H.J. Lu3-13/+16
H.J. Lu (hjl@gnu.org) * partial-stab.h: valu should be a CORE_ADDR. 2001-08-14 H.J. Lu (hjl@gnu.org) * dbxread.c (SWAP_SYMBOL): Removed. (INTERNALIZE_SYMBOL): Check sign extended vma.
2001-08-15*** empty log message ***gdbadmin1-1/+1
2001-08-14* top.c (SIGSETJMP): Protect env argument with parentheses.Christopher Faylor2-3/+8
(SIGLONGJMP): Protect env argument with parentheses.
2001-08-14*** empty log message ***gdbadmin1-1/+1
2001-08-13*** empty log message ***gdbadmin1-1/+1
2001-08-12* config/mn10300/mn10300.mt (TM_FILE): Delete.Andrew Cagney5-73/+35
* configure.tgt: Add mn10300 to list of mulit-arch targets. * config/mn10300/tm-mn10300.h: Delete file. Move contents ... * mn10300-tdep.c: To here.
2001-08-12Convert some floatformat_{to,from}_double to floatformat_{to,from}_doublest.Andrew Cagney3-8/+16
2001-08-12* config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.Andrew Cagney3-2/+8
* mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and sp_regnum.
2001-08-12* doublest.c (convert_doublest_to_floatformat): RenameAndrew Cagney3-67/+102
floatformat_from_doublest. Make static. (convert_floatformat_to_doublest): Rename floatformat_to_doublest. Make static. (floatformat_to_doublest): New function. (floatformat_from_doublest): New function. (host_float_format, host_double_format, host_long_double_format): New static variables. (store_floating, extract_floating): Always use floatformat_to_doublest and floatformat_from_doublest. * doublest.h (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2001-08-12* config/mn10300/tm-mn10300.h (INIT_FRAME_PC): Delete.Andrew Cagney3-2/+6
* mn10300-tdep.c (mn10300_gdbarch_init): Initialize init_frame_pc.
2001-08-12*** empty log message ***gdbadmin1-1/+1
2001-08-11* target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.Andrew Cagney12-19/+113
* gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add. * gdbarch.h, gdbarch.c: Regenerate. * arch-utils.h (legacy_virtual_frame_pointer): Declare. * arch-utils.c: Include "gdb_assert.h". (legacy_virtual_frame_pointer): Define. * Makefile.in (arch-utils.o): Depends on gdb_assert.h. * tracepoint.c (encode_actions): Make frame_reg an int. Make frame_offset a LONGEST. * ax-gdb.c (gen_frame_args_address): Ditto. (gen_frame_locals_address): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Initialize virtual_frame_pointer. (mn10300_virtual_frame_pointer): Make static. Update parameter list to match function signature. * config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
2001-08-11 * gdb-events.sh: Add architecture_changed event.Keith Seitz6-2/+45
* gdbarch.sh: Include gdb-event.h. (gdbarch_update_p): Notify UIs when architecture changes. * gdb-events.h: Regenerated. * gdb-events.c: Regenerated. * gdbarch.c: Regenerated.
2001-08-11*** empty log message ***gdbadmin1-1/+1
2001-08-102001-08-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2-8/+16
* regcache.c (legacy_write_register_gen): Don't 'optimize out' a write_register to a pseudo-reg. Target_store_pseudo_register needs to get called, because these regs may be computed and may have side-effects.
2001-08-10 * gdb-events.sh: Deal with event notifications with noKeith Seitz2-15/+31
arguments.
2001-08-102001-08-10 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-1/+5
* remote.c (read_frame): Correct off-by-one error in condition.
2001-08-10*** empty log message ***gdbadmin1-1/+1
2001-08-09*** empty log message ***gdbadmin1-1/+1
2001-08-082001-08-08 Don Howard <dhoward@redhat.com>Don Howard2-2/+7
* stabsread.c (read_type): Add support for const and volatile modifiers.
2001-08-08*** empty log message ***gdbadmin1-1/+1
2001-08-07*** empty log message ***gdbadmin1-1/+1
2001-08-062001-08-02 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+8
* gdb.base/completion.exp: Remove the symbol "a64l" from the expect string; this is target-specific, and not related to what is being tested.
2001-08-06*** empty log message ***gdbadmin1-1/+1
2001-08-05*** empty log message ***gdbadmin1-1/+1
2001-08-042001-08-02 Dave Brolley <brolley@redhat.com>Dave Brolley2-2/+6
* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2001-08-04*** empty log message ***gdbadmin1-1/+1
2001-08-03 * core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_TDaniel Jacobowitz2-4/+7
and HAVE_FPREGSET_T checks. Use gdb_gregset_t and gdb_fpregset_t.
2001-08-03*** empty log message ***gdbadmin1-1/+1