aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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
1993-06-29 * symtab.h (BLOCK_SHOULD_SORT): Do not sort blocks corresponding toPeter Schauer1-0/+10
a function to avoid printing of function arguments in wrong order due to sorting. * symfile.c (compare_symbols): Remove code for sorting arguments as blocks containing arguments are no longer sorted. * symtab.c (lookup_block_symbol): Update comment accordingly.
1993-06-29bugfixJim Kingdon1-8/+10
1993-06-29 * config/pa/tm-hppa.h: Remove unused ARGS_GROW_DOC.Jim Kingdon1-0/+3
(REG_STRUCT_HAS_ADDR): Add comment.
1993-06-29* gdb.t16/printcmds.exp: Add printf tests.Jim Kingdon1-0/+2
1993-06-29* gdb.t06/{twice.{c,exp},Makefile.in}: New test.Jim Kingdon1-0/+2
1993-06-29* symtab.h: Add comments about line numbers.Jim Kingdon1-4/+8
1993-06-29 * infrun.c (wait_for_inferior): Use find_pc_line not find_pc_symtabJim Kingdon1-2/+8
to check whether there is line number information.
1993-06-29fix docstring so that it compilesDavid D. Zuhn2-1/+3
1993-06-29fix include file ordering problem (bfd.h vs. symfile.h)David D. Zuhn3-2/+6
1993-06-29 * dbxread.c (process_one_symbol): If we find a LOC_BLOCK where weJim Kingdon2-1/+9
don't expect it, change it to LOC_STATIC so at least we don't coredump. * c-typeprint.c (c_type_print_base): Don't error() on invalid type.
1993-06-29 * symtab.h (struct symtab, line_charpos): Fix comment.Jim Kingdon2-35/+42
* source.c (identify_source_line): Fix off by one bug with line.
1993-06-29* gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.Jim Kingdon1-0/+9
1993-06-28 * config/pa/xm-pa.h: New file.Jim Kingdon4-0/+24
* config/pa/xm-hppa{b,h}.h: Include it.
1993-06-28xJim Kingdon1-0/+6
1993-06-28config/m88k/xm-delta88.h: Remove VPRINTF define, not needed.Jim Kingdon1-12/+0
1993-06-28* xcoffread.c: Remove obsolete NO_TYPEDEFS comment.Jim Kingdon2-6/+4
1993-06-28* gdb.stabs/wierd.exp: Add xfail for rs6000.Jim Kingdon2-0/+3
1993-06-28 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macrosJim Kingdon4-4/+13
{BEGIN,END}_COMMON for common block instead of STAB.
1993-06-28 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.Jim Kingdon4-292/+325
intp_var should be N_GSYM not N_LSYM. wierd-aout.S: Use a label for the value of the N_SO. wierd.def: Remove all backslashes. wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
1993-06-28 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX toPeter Schauer1-0/+5
get the expected next to inheritance3.
1993-06-28Works again.Rob Savoye1-82/+53
1993-06-27 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*Peter Schauer1-0/+5
now that gcc-2.4 gets it right.
1993-06-27 * valprint.c (val_print_type_code_int): Fix off by one error withPeter Schauer1-0/+5
eliminating leading zeroes for large little endian integers.
1993-06-27* config/mips/riscos.mh (CC): Use -systype sysv.Jim Kingdon2-0/+9
1993-06-27* ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section.Jim Kingdon2-1/+6
1993-06-27* Makefile.in (ALLPARAM): Add config/mips/{x,n}-{news-mips,riscos}.h.Jim Kingdon1-0/+4
1993-06-26* gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.Jim Kingdon5-2/+34
1993-06-26revisions to just-checked-in stuff re common blocksJim Kingdon1-2/+5
1993-06-26* stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.Jim Kingdon2-4/+10
1993-06-26 * config/m68k/tm-m68k.h: Remove obsolete comment about duplicatingJim Kingdon1-0/+5
CALL_DUMMY between different 68k machines.