aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1993-06-18new files for riscosJim Kingdon3-0/+74
1993-06-18 * config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.Jim Kingdon1-0/+3
1993-06-18 * config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.Jim Kingdon2-0/+5
* configure.in (mips-*-sysv*): Use riscos for host, bigmips for target.
1993-06-18 * config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.Jim Kingdon1-1/+3
* config/mips/{bigmips.mh,xm-bigmips.h}: Remove. * configure.in (mips-sony-*): Use news-mips for host.
1993-06-18 * config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.Jim Kingdon6-6/+54
* config/mips/{bigmips.mh,xm-bigmips.h}: Remove. * configure.in (mips-sony-*): Use news-mips for host.
1993-06-18Make it work in subdirs.Steve Chamberlain1-1/+9
1993-06-18single-quote $program_transform_nameDavid D. Zuhn1-1/+1
1993-06-18Add note about endianess of the stabs-in-elf stabs binary data.Fred Fish1-1/+3
1993-06-18 * stabs.texinfo: Add some basic info about stabs-in-elf.Fred Fish2-0/+48
(this may require attention from a tex/texinfo wizard..)
1993-06-18 * stabs.texinfo (Top): Minor cleanup.Jim Kingdon2-4/+5
1993-06-18 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.Fred Fish1-0/+9
* gdb.t12/scope.exp: Add clear_xfails at appropriate places to avoid spurious xfails. * gdb.t20/classes.exp: Add xfails for longstanding C++ problems. * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*. * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
1993-06-18 * buildsym.h: Doc fix for processing_acc_compilation.Jim Kingdon2-1/+9
1993-06-18 * printcmd.c (print_formatted): Don't use tab in wrap_here arg.Jim Kingdon1-0/+4
1993-06-18 * config/m88k/xm-delta88.h: Comment out unused defines which conflictJim Kingdon1-2/+21
with system headers. * printcmd.c (printf_command): Cast second arg to vprintf to PTR. Use VPRINTF macro if defined. * config/m88k/xm-delta88.h: Define VPRINTF. Include <sys/siginfo.h>. Define TIOC{GETC,GLTC}_BROKEN. * m88k-nat.c: Uncomment include of <sys/ptrace.h>. * main.c: Rename initialize_{main,cmd_lists,history} to init_* to make things easier on munch (apparently this matters on the delta88 with svr3).
1993-06-18 * Makefile.in (INTERNAL_CFLAGS): Include ../include as well asJim Kingdon5-18/+34
${srcdir}/../include. * config/m88k/xm-delta88.h: Comment out unused defines which conflict with system headers. * printcmd.c (printf_command): Cast second arg to vprintf to PTR. Use VPRINTF macro if defined. * config/m88k/xm-delta88.h: Define VPRINTF. Include <sys/siginfo.h>. Define TIOC{GETC,GLTC}_BROKEN. * m88k-nat.c: Uncomment include of <sys/ptrace.h>. * main.c: Rename initialize_{main,cmd_lists,history} to init_* to make things easier on munch (apparently this matters on the delta88 with svr3).
1993-06-18remove parentdir supportDavid D. Zuhn2-3/+7
1993-06-18canonicalize install.sh locationDavid D. Zuhn2-1/+16
1993-06-17hand-editedJim Kingdon1-108/+108
1993-06-17Alpha host support.Steve Chamberlain2-0/+41
1993-06-17 * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: NewSteve Chamberlain7-7/+68
host. * sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard wired (and wrong) constant. * values.c (unpack_long): Add case to unpack when target object is sizeof(int). * config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the simulator defines.
1993-06-16start tracking user visible changesK. Richard Pixley2-0/+13
1993-06-16rename user settable option from rpcTimeout to vxworks-timeout.K. Richard Pixley2-1/+6
1993-06-16 * Makefile.in (depend): More makefile diddling.Fred Fish3-496/+559
* alldeps.mak, depend: Update to latest automatically built versions.
1993-06-16 * Makefile.in (depend): Bfd.h keeps moving, keep up with it.Fred Fish4-133/+138
* alldeps.mak, depend: Update to latest automatically built versions.
1993-06-16* gdb.texinfo (Copying): delete this node and references to it;Roland Pesch3-546/+162
RMS says this manual need not carry GPL. (passim): Improvements from last round at FSF, largely due to Ian Taylor review, and minor formatting improvements. * gdbinv-s.texi (passim): Improvements from last round at FSF, largely due to Ian Taylor review. (Debug Session): minor edits to new text.
1993-06-16 * gdb.t00/teststrategy.exp: Rework to provide more usefulFred Fish1-0/+9
description of each test, fix problem with systems that define ALIGN_STACK_ON_STARTUP code, other misc cleanups. * gdb.t06/break.exp (test_next_with_recursion): Fix expected results for "next over recursive call" so timeouts aren't taken by error.
1993-06-16remove parentdir supportDavid D. Zuhn1-9/+5
1993-06-15make rpcTimeout user settableK. Richard Pixley2-1/+15
1993-06-14add isi-xdep.cJim Kingdon1-0/+1
1993-06-14 * main.c, symfile.c, source.c, exec.c, core.c: Use it forJim Kingdon3-13/+18
"directory", "source", "cd", "symbol-file" "add-symbol-file", "load", "file", "exec-file", "core-file" commands.
1993-06-14 * main.c, gdbcmd.h: Add function filename_completer.Jim Kingdon2-0/+53
source.c: Use it for "directory" command. (But '/' is a word break, limiting usefulness; see comments). * source.c (mod_path): Warning not error if can't find directory.
1993-06-14 * gdb.t12/scope.exp: Test printing of variables before run.Jim Kingdon1-0/+2
1993-06-14 * isi-xdep.c: New file.Jim Kingdon3-1/+26
* config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o
1993-06-14 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters areJim Kingdon1-0/+5
printed in wrong order due to sorting.
1993-06-13 * config/m68k/xm-news.h: Include <sys/param.h>.Jim Kingdon2-0/+6
1993-06-13 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.Jim Kingdon1-2/+2
1993-06-13 * Makefile.in (realclean): Remove info and dvi files too.Jim Kingdon2-1/+5
1993-06-13 * m88k-tdep.c (IEEE_isNAN): Remove.Jim Kingdon3-34/+6
config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0. This was the same broken isNAN as on the mips.
1993-06-13 * valprint.c (_initialize_valprint): Use c->function.sfunc not justJim Kingdon1-0/+3
c->function.
1993-06-13 * config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0.Jim Kingdon1-0/+3
1993-06-13 * dbxread.c (process_one_symbol): If SUN_FIXED_LBRAC_BUG is notJim Kingdon2-10/+33
defined, don't worry about Sun's silly LBRAC bug. * dbxread.c (process_one_symbol): If there's a symbol before an N_SO, don't error(). (case N_BCOMM): complain () not error ().
1993-06-13 * defs.h, main.c (catch_errors): Add return_mask arg.Jim Kingdon11-50/+128
stack.c (print_frame_info): Pass RETURN_MASK_ERROR. other callers: Pass RETURN_MASK_ALL. (return_to_top_level), callers: Add return_reason arg. * utils.c (quit): Use return_to_top_level (RETURN_QUIT) instead of error (). * main.c (main), tm-nindy960.h (ADDITIONAL_OPTION_HANDLER): Use SET_TOP_LEVEL not setjmp (to_top_level). * remote-nindy.c: Use catch_errors not setjmp (to_top_level).
1993-06-13Add .Sanitize file.Fred Fish1-0/+42
1993-06-13 * solib.c (solib_create_inferior_hook) [SVR4_SHARED_LIBS]:Jim Kingdon2-1/+9
Don't try to get the debug base yet.
1993-06-13 * valprint.c (print_hex_chars): Use local_hex_format_{pre,suf}fix.Jim Kingdon2-33/+22
* printcmd.c (print_scalar_formatted): Use val_print_type_code_int.
1993-06-13 * dbxread.c (process_one_symbol): Set n_opt_found based on whetherJim Kingdon4-19/+49
a non-gcc N_OPT symbol is found. Make SUN_FIXED_LBRAC_BUG a macro which returns 0 or 1 to say whether to do it. * config/sparc/sun4{sol2,os4}.h (SUN_FIXED_LBRAC_BUG,VARIABLES_INSIDE_BLOCK): Use n_opt_found so the right thing happens for both acc and SunOS4 /bin/cc.
1993-06-13 * gdb.texinfo: Change accordingly.Jim Kingdon2-1/+2
1993-06-13 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.Jim Kingdon6-156/+159
* Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
1993-06-12 * gdb.t00/teststrategy.exp: Fix expected results for printingFred Fish1-0/+4
user entered string constant. Is array of char, prints with no address.
1993-06-12 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses ofJim Kingdon2-77/+27
N_{L,R}BRAC,N_SLINE are relative to.