aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1993-07-08 * eval.c (evaluate_subexp): Add comment about calling a memberJim Kingdon1-0/+3
function of a variable in a register.
1993-07-07* expression.h: Clean up comment about string in STRUCT_STRUCT etc.Jim Kingdon1-0/+2
1993-07-07misc fixes to .Sanitize filesJim Kingdon2-3/+0
1993-07-07* gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.Jim Kingdon1-0/+2
1993-07-07* gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.Jim Kingdon1-0/+4
1993-07-07 * frame.h, blockframe.c, stack.c, a29k-tdep.c,Jim Kingdon8-217/+247
config/gould/tmp-{pn,np1}.h, config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field next_frame from struct frame_info. It has no purpose beyond ->next->frame and is an artifact from GDB 2.8.
1993-07-07gdbtypes.h: Fix comments regarding the following change:Jim Kingdon1-4/+10
Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com) * gdbtypes.h (struct type): Add field tag_name.
1993-07-06* gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,John Gilmore2-16/+29
removed from the code by Kingdon.
1993-07-06 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.Jim Kingdon1-0/+4
1993-07-06 * Makefile.in: Remove gdb before creating a new one.Jim Kingdon2-1/+9
Update init.c atomically.
1993-07-06 * gdb.texinfo (Break Commands): Remove stuff about flushing terminalJim Kingdon2-8/+32
input when evaluating breakpoint conditions; the bug has been fixed. * gdb.texinfo (Continuing and Stepping): Argument to "continue" sets the ignore count to N-1, not to N.
1993-07-06 * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}.Jim Kingdon3-16/+97
(ALLCONFIG): Add config/alpha/alpha-osf1.mh. * infcmd.c (_initialize_infcmd): In docstring for "continue", describe argument as setting ignore count.
1993-07-06* gdb.t06/signals.c: Add xfails for sun3.Jim Kingdon1-0/+2
1993-07-06* gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.Jim Kingdon1-0/+2
1993-07-06 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also addJim Kingdon1-0/+7
test_stepping tests.
1993-07-05solaris doesn't have siginterrupt, though it has sigaction; however,Mark Eichin1-0/+4
in this case siginterrupt would just be setting the default. (This was the only patch needed to make devo build solaris-x-a29kudi...)
1993-07-04* h8300-tdep.c (examine_prologue): Fix call to read_memory_unsigned_integer.David Edelsohn2-2/+6
1993-07-03 * config/mips/{x,n}m-irix{3,4}.h: Make some definitions hereJim Kingdon5-18/+29
rather than including xm-bigmips.h.
1993-07-03 * eval.c (evaluate_subexp): Improve error messages for OP_TYPE andJim Kingdon2-20/+61
default cases.
1993-07-03* Makefile.in (distclean): Remove y.tab.h.Jim Kingdon2-3/+22
1993-07-02* gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.Jim Kingdon1-0/+2
1993-07-02cvs core dumped and didn't check this in last time.Ian Lance Taylor1-1/+3
* configure.in (mipos-*-riscos*): New host and target; use riscos.
1993-07-02 * config/h8500/tm-h8500.h: Define new macros.Steve Chamberlain1-1/+22
1993-07-02 * config/alpha/xm-alpha.h: Add MAKEVA_END.Steve Chamberlain1-0/+9
1993-07-02 New target macros for getting at the pc, sp and fp.Steve Chamberlain3-60/+134
* infcmd.c (read_pc, write_pc): Modify to use new macros. (read_sp, write_sp, read_fp, write_fp): New functions. * blockframe.c (reinit_frame_cache, get_prev_frame_info): Use new functions. * breakpoint.c (bpstat_alloc): ditto. * infrun.c (wait_for_inferior): ditto. * stack.c (print_frame_info): ditto. * valops (call_function_by_hand): ditto. * corelow.c (core_open): ditto. * h8500-tdep.c: (target_read_sp, target_write_sp, target_read_pc, target_write_pc, target_read_fp, target_write_fp): New functions. * inferior.h (read_sp, write_sp, read_fp, write_fp): Prototypes.
1993-07-02 * configure.in (mipos-*-riscos*): New host and target; use riscos.Ian Lance Taylor2-0/+12
* config/mips/nm-riscos.h: If BSD43_NBPG is not defined by vmparam.h, include machparam.h. (KERNEL_U_ADDR): Define to be BSD43_UADDR.
1993-07-02* c-exp.y (yylex): Give error if unmatched single quote.Jim Kingdon2-0/+6
1993-07-02* configure.in, config/m68k/*delta68*, delta68-nat.c: New port.Jim Kingdon7-0/+162
1993-07-02new for delta 68kJim Kingdon1-0/+0
1993-07-02new files for Motorola delta 68kJim Kingdon5-0/+0
1993-07-02 * Remove unused STACK_END_ADDR in the following files (in otherJim Kingdon10-50/+19
files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h, tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h, tm-hp300hpux.h, tm-isi.h.
1993-07-02 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.cJim Kingdon1-0/+3
rather than actually putting it through cpp twice.
1993-07-02* gdb.t06/signals.exp: Add xfails unixware and rs6000.Jim Kingdon1-0/+4
1993-07-02 * config/mips-gdb.exp (gdb_exit): Removed close statement which isIan Lance Taylor2-1/+5
no longer needed.
1993-07-02* gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.Jim Kingdon1-0/+2
1993-07-02 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use anyJim Kingdon1-0/+10
C++ features prints as "struct", make it a pass, not an xfail.
1993-07-02 * gdbtypes.h (struct type): Add field tag_name.Jim Kingdon5-143/+58
* gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base): Use it. * {coff,dwarf,mips,stabs}read.c: Set it.
1993-07-02 * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment,Jim Kingdon1-2/+3
not an initializer, to copy the structure.
1993-07-02 * config/mips/nm-riscos.h: Define NBPG and UPAGES.Jim Kingdon2-0/+7
config/mips/xm-riscos.h: Include <sys/types.h>.
1993-07-02* gdb.t06/twice.exp: Don't care about the file name GDB prints.Jim Kingdon1-0/+4
1993-07-01* xm-sysv4.h: Undefine HAVE_TERMIO.Jim Kingdon2-1/+4
1993-07-01* refcard.tex (\hoffset): correct longstanding error to matchRoland Pesch1-0/+5
intended offset; avoids cutting off edge on some printers
1993-07-01 * mips-nat.c (fetch_core_registers): If KERNEL_U_ADDR is not defined,Jim Kingdon2-0/+6
we can still process "modern" core files.
1993-07-01miscellaneous fixes to make RISC/os work; see ChangeLog'sJim Kingdon3-3/+10
1993-07-01 * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don'tJim Kingdon2-4/+18
print c_line. (_initialize_ser_hardwire): Just check whether _POSIX_JOB_CONTROL is defined; don't care what it is defined to.
1993-07-01* config/vax/xm-vaxult2.h: Define FD_SET and FD_ZERO.Jim Kingdon2-0/+9
1993-06-30* stabs.texinfo (Parameters): Say that order of stabs is significant.Jim Kingdon2-1/+10
1993-06-30* gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.Jim Kingdon1-0/+9
1993-06-30 * inftarg.c: Remove unused include of terminal.h.Jim Kingdon13-51/+438
* signals.h: Don't undefine signals anymore. * main.c: Use job_control from serial.h. * fork-child.c (fork_inferior): Use gdb_setpgid. * serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid. * utils.c (quit): Use current_target->to_terminal_ours to figure out whether we care about lack of job control, rather than __GO32__. * utils.c: Include serial.h not terminal.h (quit): Use job_control not TIOCGPGRP. * terminal.h: Don't undefine TIOCGPGRP. * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT. * utils.c (quit): Use it. * serial.h: Add SERIAL_UN_FDOPEN. * utils.c (quit): Use it. * ser-unix.c: Add process group to ttystate. [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate. * inflow.c: Include serial.h not terminal.h. Use serial.h stuff to replace most of the maze of #ifdef's. * inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function. * serial.h: Document SERIAL_SET_TTY_STATE as being immediate. * ser-unix.c: Use TIOCSETN not TIOCSETP so it is true. * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and SERIAL_SET_PROCESS_GROUP. * inflow.c: Use them. * config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h: Define HAVE_TERMIOS. * Various: Remove all use of TIOC*_BROKEN.
1993-06-30 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define.Peter Schauer2-0/+13