aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1998-12-28revert change 1.104 --> 1.105. sigh. this reversal breaks 18470. doubleDavid Taylor1-25/+9
sigh. this is to 'fix' a conflict with hp merge changes that are about to go in.
1998-12-24Fixed POP_FRAME so that 'return' command works properly.Zdenek Radouch1-2/+1
1998-12-23 * Makefile.in (READLINE_CFLAGS): Search $(READLINE_SRC)/.. ratherPer Bothner5-10/+18
than $(READLINE_SRC) so #include <readline/readline.h> will work. * top.c: #include <readline/history.h> instead of "history.h". * tracepoint.c: Likewise. * mac-xdep.c: Likewise.
1998-12-23* defs.h (TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT): Define usingAndrew Cagney2-65/+10
TARGET_BYTE_ORDER and not target_byte_order.
1998-12-22Tue Dec 22 10:51:33 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-0/+3
* config/i386/cygwin.mh (TERMCAP): define. (from Chris Faylor, cgf@cygnus.com)
1998-12-22Tue Dec 22 10:51:33 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni4-21/+55
* top.c: specify directory name for including readline.h * tracepoint.c: ditto. * utils.c: ditto.
1998-12-21Fix for PR 18470:Mark Alexander2-9/+35
* value.c (value_virtual_fn_field): Handle the situation where vtbl is a pointer to a structure instead of a pointer to an array.
1998-12-21 * gdbtk-cmds.c (get_register): Call get_saved_register instead ofKeith Seitz2-1/+13
read_relative_register_raw_bytes to fetch registers.
1998-12-211998-12-14 J.T. Conklin <jtc@redbacknetworks.com>Stan Shebs2-1/+5
* gdb.texinfo: Fix tipo.
1998-12-201998-12-17 J.T. Conklin <jtc@redbacknetworks.com>Andrew Cagney1-0/+6
* blockframe.c (get_frame_saved_regs): If the saved_regs_addr ptr is null, ensure that saved registers are copied from the local variable that was used to obtain them.
1998-12-19 * mips-tdep.c (mips32_heuristic_proc_desc): Clear temp_saved_regsStu Grossman2-6/+18
on restart. Fixes problem with backtracing through functions that use virtual frame pointers.
1998-12-18oops. fix linesplit caused by bad pasteFelix Lee1-2/+1
1998-12-18sanitization fix.Felix Lee1-0/+19
1998-12-18Missed this file:Andrew Cagney2-14/+1
* config/mips/tm-mips.h (enum mips_fpu_type, mips_fpu): Move to mips-tdep.c.
1998-12-18CARP/vr4xxx:Andrew Cagney2-90/+194
Rewrite ``set mipsfpu'' command so that it works with the multi-arch framework. For vr4111 and vr4121 disable the FPU.
1998-12-18CARP:Andrew Cagney4-28/+118
Pass gdbarch_info by value to the arch init function. Review doco. Update mips-tdep.c
1998-12-17Checkpoint (sharing through devo).Zdenek Radouch2-237/+227
1998-12-17fix typo.Keith Seitz1-1/+0
1998-12-17 * gdbtk-cmds.c (gdb_search): Don't mention C++ RTTI andKeith Seitz2-8/+21
global constructor/destructor symbols.
1998-12-16Rename vr4100 (vr4xxx) config files to vr4100.Andrew Cagney5-9/+44
Rename vr4xxx (vr4300) config files to vr4xxx. Enable GDB_MULTI_ARCH in tm-vr4xxx.h
1998-12-16CARP:Andrew Cagney2-0/+136
For MIPS, multi-arch MIPS_EABI, MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM.
1998-12-16CARP:Andrew Cagney2-0/+42
Swap the GDB builtin types when ever the architecture changes.
1998-12-16CARP:Andrew Cagney3-1/+835
Add multi-arch code!
1998-12-16* gdbtypes.c (build_gdbtypes): New function.Andrew Cagney2-4/+17
(_initialize_gdbtypes): Call.
1998-12-16* gdbarch.c (show_architecture): Use TARGET_ARCHITECTURE.Andrew Cagney3-12/+47
* gdbarch.h, gdbarch.c: Fix typo's. Use struct's in preference to types. * gdbarch.h, gdbarch.c (gdbarch_debug): Add ``set archdebug'' to command set.
1998-12-15*** empty log message ***Jim Blandy1-0/+4
1998-12-15Fix sanitization mistake, move gdbtk change entries to right placeStan Shebs2-37/+50
1998-12-15config/mips/tm-*.h: (TARGET_BYTE_ORDER_DEFAULT,Andrew Cagney16-16/+22
TARGET_BYTE_ORDER_SELECTABLE_P): Replace TARGET_BYTE_ORDER and TARGET_BYTE_ORDER_SELECTABLE.
1998-12-141998-12-14 Anthony Thompson (athompso@cambridge.arm.com)Jason Molenda2-27/+74
* remote-rdp.c (rdp_init): Don't discard first character on reset. (translate_open_mode): Define table. (exec_swi): Handle SWI_Clock. SWI_Open now handles stdin/stdout. SWI_Write returns number of bytes not written. SWI_Read does the same. SWI_Seek should return success/failure flag. Fix SWI_Flen. A patch from PR 15841 for the RDP (Demon) interface.
1998-12-141998-12-14 J.T. Conklin <jtc@redbacknetworks.com>Stan Shebs4-2/+8
* config/i386/nbsd.mh, config/m68k/nbsd.mh, config/ns32k/nbsd.mh (XDEPFILES): Add ser-tcp.o.
1998-12-14Fix typo TM_PRINT_INSN_INFO -> TARGET_PRINT_INSN_INFOAndrew Cagney3-8/+20
Move gdbtk stuff to gdbtk file.
1998-12-14Mon Dec 14 13:20:50 1998 Jim Ingham <jingham@cygnus.com>Jim Ingham3-20/+34
* Makefile.in, configure.in configure - add support for LIBGUI outside the IDE context.
1998-12-14Always compile EXTRA_MDEBUG code (even when it is disabled).Andrew Cagney1-0/+4
1998-12-14Fix C-Style in init function.Andrew Cagney2-48/+53
1998-12-14* monitor.c (monitor_printable_string): New function to convert a intoAndrew Cagney3-31/+137
a printable representation. (monitor_error): Call error after converting string into printable format. (monitor_printf{,_noecho}): If EXTRA_RDEBUG is defined, convert string into printable form before printing. (monitor_expect): Ditto. (monitor_read_memory{,_single}): Call monitor_error, not error. (monitor_read_memory): Return immediately if length is 0. * ppcbug-rom.c (init_ppc_cmds): Fill in dump_registers field, which is now required.
1998-12-14CARP:Andrew Cagney6-296/+467
Consolidate the semi-dynamic target system dependant GDB parameters moving them all into a new file.
1998-12-13CARP:Andrew Cagney12-175/+203
Re-do TARGET_PRINT_INSN_INFO, TARGET_PRINT_INSN, TARGET_ARCHITECTURE, TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_SELECTABLE_P, TARGET_BYTE_ORDER so that they can all be overriden. Document. Convert mn10300 and PPC targets.
1998-12-12CARP: Mechanism to replace EXTRA_FRAME_INFO.Andrew Cagney16-237/+269
Add two pointers (saved_regs, extra_info) to struct frame_info. Introduce new macro FRAME_INIT_SAVED_REGS which replaces FRAME_FIND_SAVED_REGS. Document. Use in mn10300 and rs6000 targets. Fix side effects on ALPHA, MIPS, Z8K and SPARC targets.
1998-12-11 * txvu-tdep.c (set_vxtu_prompt): Rename set_prompt.Jeff Law1-0/+2
1998-12-111998-12-11 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser1-0/+6
From J.T. Conklin <jtc@redbacknetworks.com>: * i386-stub.c (handle_exception): Add support for 'P' command. (NUMREGS): New macro.
1998-12-111998-12-11 Jeff Law (law@cygnus.com)Jason Molenda3-10/+28
* configure.in (with-sim-gpu2): Do not emit a -L argument without an associated pathname. Link in the math library after the gpu2 library. Assumes that libm is around (and doesn't take advantage of the AC_CHECK_LIB(m) that is already in configure.in), but this is a minor point and unlikely to cause problems.
1998-12-11Fix compiler warnings on FreeBSD.Andrew Cagney2-0/+14
1998-12-10CARP:Andrew Cagney20-107/+115
More replace reg_name[] with REGISTER_NAME().
1998-12-10Start of HP merge changes to GDB.David Taylor14-28/+282
1998-12-10CARP:Andrew Cagney20-136/+280
Rename REGISTER_NAMES{} -> REGISTER_NAME().
1998-12-09Keep agentexpr.texi.Jim Blandy1-0/+1
1998-12-09Link with i960 simulator.Jim Wilson2-0/+6
* config/i960/mon960.mt (SIM_OBJS, SIM): Define.
1998-12-09Fixes.Jeff Law1-0/+1
1998-12-09 * NEWS: Add mentions of newly-added configurations.Stan Shebs2-1/+14
1998-12-091998-12-08 Philippe De Muyter <phdm@macqel.be>Jason Molenda6-91/+183
* config/xm-aix4.h (SIGWINCH_HANDLER): Function `aix_resize_window' must accept a signal number as parameter. * config/rs6000/xm-rs6000.h (SIGWINCH_HANDLER): Ditto. * utils.c (initialize_utils): Give a parameter to `SIGWINCH_HANDLER'. * inferior.h (register_valid): Variable's type is `SIGNED char', not `char'. * findvar.c (register_valid): Ditto. * defs.h (make_cleanup_func): Protect parameter list by `PARAMS'. * gdbthread.h (unbind_target_thread_vector): Likewise.