aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1992-01-19Add several new files for stratus (i860* and *-stratus.h). Also addFred Fish9-11/+2523
macro USER_CFLAGS to Makefile. Add stratus config frags to configure.in.
1992-01-19Check in new config files for stratus.Fred Fish1-0/+2
1992-01-19Initial revisionFred Fish2-0/+24
1992-01-18Add psrc.sedStu Grossman1-1/+5
1992-01-16New stuffSteve Chamberlain2-0/+5
1992-01-16Added new h8 filesSteve Chamberlain1-0/+3
1992-01-16Stubs to get things goingSteve Chamberlain3-0/+298
1992-01-16Added h8300 targetSteve Chamberlain1-0/+3
1992-01-16Pass address of structure to complain() rather than the entire structure.Fred Fish1-0/+5
1992-01-16Updated "Installing" appendix, for current state of configure.Roland Pesch1-115/+85
(Awaiting review).
1992-01-15Two more FSF mods.Roland Pesch1-5/+1
1992-01-15refcard.tex: single file now includes what were formerly three files, to suitRoland Pesch4-12/+115
FSF preferences (format definitions, nee threecol.tex, and default font defs, nee rc-cm.tex, now both directly in this file). lpsrc.sed, psrc.sed: alternate font defs, now sed scripts to modify refcard.tex Makefile.in: use sed -f psrc.sed to produce refcard.ps target; new target lrefcard.ps for sites using long PS font names Removed old auxiliary TeX files, no longer necessary with this scheme.
1992-01-15Reactivate paragraph on preformatted PostScript refcard (now referringRoland Pesch1-3/+0
to GhostScript as well as to PostScript); I've verified GhostScript can display it.
1992-01-15Cygnus-Logoized version of GDB refcard, for use as marketing collateral.Roland Pesch2-0/+1394
NOT PART OF STANDARD GDB RELEASE; DO NOT ADD THISE FILES TO .Sanitize!
1992-01-15(1) Improvements from B Chassell.Roland Pesch1-47/+66
(2) minor format improvements for marginalia.
1992-01-15Discreet folding guides, and commented-out alternatives.Roland Pesch1-2/+20
1992-01-15Only compile in solib_add_common_symbols for non-SVR4 (SunOS) shared libs.Fred Fish2-0/+9
1992-01-15Changes to fix bug with static variables within function scopes.Fred Fish2-14/+22
1992-01-15Reference: gdb-pend/636Stu Grossman1-0/+3
* inflow.c: remove #include <sys/dir.h>. Not necessary, and doesn't exist on some systems.
1992-01-15Reference: gdb-pend/646Stu Grossman1-0/+3
* infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when nexting over recursive function calls.
1992-01-15Reference: gdb-pend/657Stu Grossman2-143/+188
* target.c (target_read_string): Create this routine to read null terminated strings from the target. It deals with running off the end of memory elegantly as well. solib.c (find_solib): Use target_read_string() to avoid problems with running off the end of memory.
1992-01-14gdb-pend/620Stu Grossman2-4/+16
* inflow.c (child_terminal_info): #ifdef TIOCPGRP around lines that reference pgrp_inferior.
1992-01-13 * tm-mips.h: Removed BLOCK_ADDRESS_ABSOLUTE, now thatPer Bothner3-9/+18
mips-tfile has been hacked to act more "traditionally." * dbxread.c: Fixed typo in comment.
1992-01-12 * mips-tdep.c (mips_skip_prologue): Add some number ofPer Bothner1-0/+5
'sw' instructions before 'addiu' adjusts the stack.
1992-01-11Many changes to convert over to generic symbol table reading code inFred Fish2-647/+114
buildsym.c (second cvs ci attempt)
1992-01-07buildsym.c (cleanup_undefined_types): Add support for enums.Stu Grossman1-1/+5
This fixes the 'GDB internal error. cleanup_undefined_types with bad type' problem.
1992-01-06Get past DEC shell bug.John Gilmore1-1/+1
1992-01-06Makefile.in: resuscitate "all" target as "all-doc".Roland Pesch4-530/+652
gdb.texinfo, gdbinv-s.m4.in: finish merging w/Chassell edits. none.m4: minor auxiliary facility (_FSF__) for above.
1992-01-02Rename bitfields to avoid conflict with macro names in new opcode/sparc.h.John Gilmore2-15/+20
1992-01-01Makefile.in: Change tm-svr4.h to tm-sysv4.h. Change xm-svr4.hFred Fish2-0/+21
to xm-sysv4.h. Split OPCODE_DIR into OPCODE_DIR1 and OPCODE_DIR2 to reflect actual locations of opcode files, so TAGS target will be buildable. i386-tdep.c: Change an erroneous 'm68k' reference to 'i386'. i386-tdep.c (supply_fpregset, fill_fpregset): Remove m68k code. m68k-tdep.c (supply_fpregset, fill_fpregset): Fix array dereferencing to access the correct elements. valops.c (value_addr): Declare return type of external func value_copy(). xcoffread.c: Undefine next_symbol_text before redefining it.
1991-12-30Mainly stuff to improve handling of TYPE_CODE_REF (C++ reference)Per Bothner3-10/+41
values. (See ChangeLog.)
1991-12-28Missed some stuff last time.Per Bothner2-1/+9
Also, recognize constructors specially in gdb_mangle_name().
1991-12-28Many small changes to procfs.c to add base support for a new "info proc"Fred Fish3-41/+309
command that prints /proc specific information, changes to solib.c to allow more flexible handling of finding the dynamic linker structures, changes to utils.c and defs.h to add a new null_cleanup() function to serve as an anchor point for cleanup chains with no obvious "first cleanup".
1991-12-27More changes, mostly cleanups from the last set.Per Bothner14-172/+103
Made some more progress in removing duplicate assembly opcode files. More improvements to how mipsread and to a lesser extent dbxread work. See the ChangeLog for details.
1991-12-27Various changes to clean up ADD_PSYMBOL_TO_LIST and ADD_PSYMBOL_ADDR_TO_LISTFred Fish6-127/+100
usages.
1991-12-24Roll VERSION to 4.3.2.John Gilmore2-1/+5
1991-12-23Oodles of changes. The most important is adding support for stabsPer Bothner18-1500/+1646
encapsulated in mips ecoff. See ChangeLog for the gory details.
1991-12-23* config/mh-amix, config/mh-i386v4: Change to find alloca byFred Fish2-5/+29
compiling and linking alloca.c, even when it is not strictly required. Also arrange to link with -ltermlib rather than -ltermcap.
1991-12-23 * solib.c (locate_base): Fix uninitialized variable that wasFred Fish3-6/+19
causing return of random value to callee. * config/mh-amix, config/mh-i386v4: Change to find alloca by compiling and linking alloca.c, even when it is not strictly required. Also arrange to link with -ltermlib rather than -ltermcap. * Makefile.in: Move TERMCAP definition to prior to inclusion of host makefile fragments so it can be overridden.
1991-12-21* xcoffread.c (read_symbol_lineno): Logic error in incrementingJohn Gilmore2-1/+6
symbol table entry number. (From Metin Ozisik.)
1991-12-20Keep the renamed svr4 files.Fred Fish1-2/+2
1991-12-20Document change to config/mh-i386v4.Fred Fish1-0/+6
1991-12-20Set XM_CLIBS to "-lc /usr/ucblib/libucb.a" so native compilers can findFred Fish1-1/+7
alloca, but only if it is not found in the std C library. Also forces libc to be search before libucb.a, which contains much broken stuff we *don't* want.
1991-12-20* configure.in, tm-amix.h, tm-i386v4.h, xm-amix.h, xm-i386v4.h:Fred Fish7-15/+35
Change svr4 references to sysv4. * source.c: Move declaration of external function index to front of file so it is in scope for all references. * utils.c (error, fatal): Make definitions consistent with defs.h declarations (declared as "volatile void").
1991-12-20Renamed from xm-svr4.h xm-sysv4.hFred Fish1-0/+56
1991-12-20Renamed from tm-svr4.h to tm-sysv4.hFred Fish1-0/+37
1991-12-20Bugfix rfe and stbrx instrucionts.John Gilmore2-3/+7
1991-12-19* command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c,Stu Grossman3-4/+4
sparc-tdep.c, symtab.h, target.h, value.h, vx-share/ptrace.h, vx-share/xdr_ptrace.h, vx-share/xdr_rdb.h: ANSIfy enums. CVS:
1991-12-19* command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c,Stu Grossman5-110/+141
sparc-tdep.c, symtab.h, target.h, value.h, vx-share/ptrace.h, vx-share/xdr_ptrace.h, vx-share/xdr_rdb.h: ANSIfy enums.
1991-12-16Add solib.o to TDEPFILES for these SVR4 systems.Fred Fish2-2/+2