aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1993-05-18 * ChangeLog, ChangeLog-92: Split ChangeLog at 1993.Fred Fish3-6281/+6295
* Makefile.in (NONSRC): Add ChangeLog-92
1993-05-18 * findvar.c ({read,write}_register): Use REGISTER_RAW_SIZEJim Kingdon2-4/+19
not typo RAW_REGISTER_SIZE. * frame.h, inferior.h: Doc fixes.
1993-05-17 * findvar.c (write_register): Add sanity check for register size.Stu Grossman2-17/+26
(read_register): Fixup sanity check for register size to be consistent with write_register().
1993-05-15Now that makeinfo node defaulting works, include readline appendices inRoland Pesch2-21/+12
Info form of manual as well as printed form. (Thanks for spotting this, Zoo!)
1993-05-14back out malloc/xmalloc patchK. Richard Pixley1-7/+5
1993-05-13 * remote-nindy.c: Removed declaration of coffstrip.Ian Lance Taylor1-1/+0
* nindy-share/nindy.c: #if 0 coffstrip routine; no longer used.
1993-05-12 * Makefile.in (VERSION): Bump to 4.9.1 after release and cvsFred Fish1-0/+7
tagging.
1993-05-11 * README: Update known bugs to include the Solaris bug thatFred Fish1-0/+9
leaves core dumps in the current directory when restarting the inferior with "run". Expand on the testsuite information.
1993-05-11 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,Fred Fish1-1/+1
gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp, gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp, gdb.t31/chillvars.exp, lib/gdb.exp: Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to bug-gdb@prep.ai.mit.edu.
1993-05-11Remove CVS-merge trash from ChangeLog.John Gilmore1-1/+0
1993-05-11 * config/m68k/xm-hp300bsd.h: Include <sys/param.h> to avoid INT_MAXJim Kingdon2-6/+7
redefined warnings.
1993-05-11 * README, NEWS: Update for gdb 4.9 release.Fred Fish2-54/+16
1993-05-11* ch-exp.y (MAX, MIN): Rename to MAX_TOKEN, MIN_TOKEN.John Gilmore2-7/+13
* target.c (MIN): #undef before defining.
1993-05-10 Patch from Jeffrey Law:Jim Kingdon2-0/+6
* gdb/config/pa/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
1993-05-10 * hppa-tdep.c (hppa_push_arguments): Allocate correct amount ofIan Lance Taylor2-1/+6
memory.
1993-05-10 * ch-exp.y (start): Apply work-around to avoid bison warning.Fred Fish2-1/+5
1993-05-10 * Makefile.in (BISON): Remove double quotes around BISONFred Fish2-1/+4
definition when bison is used.
1993-05-10 * configure.in (hppa*-hp-bsd): Change to hppa*-hp-bsd*Fred Fish2-8/+17
* configure.in (hppa*-hp-hpux): Change to hppa*-hp-hpux* * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd* * configure.in (m68*-hp-hpux): Change to m68*-hp-hpux* * configure.in (hppa*-*-bsd): Change to hppa*-*-bsd* * configure.in (hppa*-*-hpux): Change to hppa*-*-hpux* * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd* * configure.in (m68*-hp-hpux): Change to m68*-hp-hpux*
1993-05-09 * Makefile.in (VERSION): Bump to 4.8.6.Fred Fish2-4/+10
1993-05-08 * config/pa/xm-hppah.h (MALLOC_INCOMPATIBLE): Define it, andFred Fish2-0/+19
include declarations for malloc/realloc/free. Both malloc and realloc return 'void *' for non-ANSI compilations.
1993-05-08 * coffread.c (read_coff_symtab): Don't fclose stream as it is noPeter Schauer1-0/+5
longer opened twice.
1993-05-07 * gdbinv-s.texi (Remote Serial): describe new ^C behavior inRoland Pesch3-1/+29
target remote. * gdb.texinfo (Machine Code): more index entries for disassemble
1993-05-07Remove dangling 'fi'.Fred Fish1-2/+0
1993-05-07 * Clarify the intended use of the gdb-testers and gdb-patchesFred Fish2-14/+39
mailing lists, and shrink gzip comment.
1993-05-07 * solib.c (clear_solib): Don't close bfd if it is NULL.Jim Kingdon1-0/+4
1993-05-07Add note about testsuite.Fred Fish1-1/+9
1993-05-07 * core.c (dis_asm_read_memory): Cast second arg ofFred Fish2-1/+8
target_read_memory to "char *". * breakpoint.c (watchpoint_check): Change arg type from PTR to "char *", to match other functions called by catch_errors().
1993-05-07check in serial.h change that grossman made but forgot to check inJim Kingdon1-6/+7
1993-05-07* gdb.texinfo (Shell Commands): do not mention SHELL env var inRoland Pesch2-4/+6
DOSHOST configuration of manual. (At least for the nonce, since precisely how this works under DOS seems to depend on mysteries known only to DJ Delorie, which are not easily fathomed from his source.)
1993-05-07*** empty log message ***Roland Pesch1-0/+2
1993-05-07 * gdb.texinfo (MIPS Stack): new node.Roland Pesch1-0/+37
1993-05-06New material for MIPS Remote thanks to Ian, and minor miscellany:Roland Pesch4-14/+75
* all-config.texi (MIPS) new switch. * gdbinv-s.texi (Nindy Options) Remove two instances of future tense; (MIPS Remote) new node. * gdb.texinfo (passim) rephrases to work around makeinfo @value bug; (Environment) less passive, other small cleanups in text about .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry; (Remote) new MIPS Remote menu entry.
1993-05-06 * More patches from Jeffrey Law (law@cs.utah.edu).Stu Grossman1-0/+6
* gdb/config/pa/tm-hppah.h (millicode_start, millicode_end): Delete unnecessary declarations.
1993-05-06 * ser-unix.c (wait_for): Use VTIME to do timeouts instead ofStu Grossman2-16/+51
poll() for termio{s}.
1993-05-06 * i386-tdep.c (i386_frame_num_args): Always return -1.Jim Kingdon1-0/+4
1993-05-06Mention support for IDT MIPS board.Ian Lance Taylor1-1/+1
1993-05-06Fix typo, meant --srcdir not --subdir.Fred Fish1-1/+1
1993-05-06 * snapshots.readme: Add notes for UNIX make and GNU make.Fred Fish2-1/+22
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman1-0/+33
* gdb/hppa-tdep.c: Declare frame_saved_pc. (frameless_function_invocation): New function. (frame_saved_pc, init_extra_frame_info): Use frameless_function_invocation. * gdb/config/pa/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after call instead of just grabbing the value currently in %r2. (FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation. * gdb/config/pa/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private definition and use the common one in tm-hppa.h.
1993-05-05Fix directory on edit log.Stu Grossman1-2/+2
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman2-2/+32
* gdb/hppa-tdep.c: Declare frame_saved_pc. (frameless_function_invocation): New function. (frame_saved_pc, init_extra_frame_info): Use frameless_function_invocation. * gdb/config/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after call instead of just grabbing the value currently in %r2. (FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation. * gdb/config/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private definition and use the common one in tm-hppa.h.
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman2-5/+22
* gdb/hppa-tdep.c (frame_chain_valid): If "use_unwind" is true, then use unwind descriptors to determine if the frame chain is valid.
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman2-13/+15
* gdb/hppa-tdep.c (find_dummy_frame_regs): Rework so that it does not assume %r4 is the frame pointer.
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman3-0/+28
* gdb/hppa-pinsn.c (print_insn): Handle 'r' and 'R' for break, rsm, and ssm instructions. * gdb/hppa-tdep.c (extract_5r_store, extract_5R_store): New helper functions for print_insn.
1993-05-05 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman2-30/+3
* gdb/hppa-tdep.c (gcc_p, hpux_cc_p): Delete unused functions.
1993-05-05 * gdb/config/pa/tm-hppa.h (ABOUT_TO_RETURN): Handle a returnStu Grossman2-0/+573
which nullifies the following instruction. (From law@cs.utah.edu).
1993-05-05Update again to latest automatically generated version.Fred Fish1-3/+0
1993-05-05 * Makefile.in (depend): Don't include command for *.tab.c.Jim Kingdon1-0/+4
1993-05-05 * Makefile.in (VERSION): Bump to 4.8.5Fred Fish3-74/+188
* Makefile.in (INCLUDE_CFLAGS): Add BFD_DIR and READLINE_DIR directories to include search path. * Makefile.in (CLIBS, CDEPS, ADD_FILES, ADD_DEPS): Clean up whitespace. * Makefile.in (depend): For gcc -MM line, use INTERNAL_CFLAGS * Makefile.in (main.o, dbxread.o, coffread.o, mipsread.o, elfread.o, dwarfread.o, stabsread.o, xcoffread.o, xcoffexec.o, xdr_ld.o, xdr_rdb.o, nindy.o, Onindy.o, ttybreak.o, ttyflush.o, udr.o, udip2soc.o): Remove explicit rules, use the ones that are automatically generated in "depend". * Makefile.in (paread.o): Document why a dependency doesn't get automatically generated in "depend" and leave this explicit rule in for now (FIXME). * depend: Update to latest automatically generated version.
1993-05-04Doc fixJim Kingdon2-3/+5