aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1999-01-04new functions -- skip_hp_tests, gdb_preprocess; gdb_compile takes newDavid Taylor1-0/+5
optional argument specifying c++.
1999-01-04add gdb.hp to list of subdirectories.David Taylor1-0/+1
1999-01-04change log entries for changes just committed.David Taylor1-0/+29
1999-01-04 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra thingsDavid Taylor2-32/+61
to delete on clean. (EXECUTABLES): update to reflect new additions. * gdb.base/commands.exp: update message expected. * gdb.base/default.exp: add copyright notice. * gdb.base/funcargs.exp (timeout): if hpux, increase timeout. * gdb.base/help.exp: update messages to reflect current text. * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled targets for recurse tests. * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then skip this file.
1999-01-04configure.in -- decide whether to configure gdb.hp; configure -- regenerated.David Taylor2-8/+29
1999-01-04doc new files.David Taylor1-0/+17
1999-01-04new files -- part of HP merge.David Taylor5-0/+799
1999-01-04keep split ChangeLogStan Shebs1-0/+1
1999-01-04Split the ChangeLog by yearStan Shebs2-7439/+7447
1999-01-04 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneededStan Shebs2-144/+64
inits of new fields, including ref to bogus field. (vx_ops, vx_run_ops): Make static.
1999-01-04delete redundant definition of STARTUP_INFERIOR_TRAPS_EXPECTED.David Taylor2-15/+18
1999-01-04change <sys/unistd.h> to <unistd.h> and conditionalize its inclusion.David Taylor3-2/+12
1999-01-04hp merge changes; 5 new files.David Taylor10-9/+296
1999-01-04update to reflect new hp merge files.David Taylor3-0/+139
1999-01-04new files -- part of HP merge.David Taylor35-0/+5312
1998-12-31 * corelow.c (core_ops): Don't initialize statically.Stan Shebs2-69/+44
(init_core_ops): New function, fills in core_ops. (_initialize_corelow): Use it.
1998-12-31Add a sky sanitization, cosmetic changes for consistencyStan Shebs1-2148/+1743
1998-12-31all remaining *.c *.h files from hp merge.David Taylor62-1382/+27570
1998-12-31HP tui support files for gdb.David Taylor27-0/+11165
1998-12-31 From J.T. Conklin <jtc@redbacknetworks.com>:Stan Shebs1-0/+5
* i386-stub.c: Fix error string in last change.
1998-12-311998-12-30 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda14-95/+299
* utils.c: <readline/readline.h> instead of "readline/readline.h". * configure.in (TERM_LIB): Search for the appropriate term library on the host system. * configure: Regenerated. * Makefile.in (TERMCAP): Set based on autoconf check. * config/*/*.mh: Don't override TERMCAP setting.
1998-12-31 * value.c (value_virtual_fn_field): Handle the situation whereMark Alexander2-9/+30
vtbl is a pointer to a structure instead of a pointer to an array.
1998-12-30 * gdb.gdbtk/{console.exp, browser.exp}: If no DISPLAY is set,Keith Seitz1-2/+44
skip the tests.
1998-12-28hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor68-859/+7667
ChangeLog-gdbtk for details.
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