Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-01-19 | Add several new files for stratus (i860* and *-stratus.h). Also add | Fred Fish | 9 | -11/+2523 | |
macro USER_CFLAGS to Makefile. Add stratus config frags to configure.in. | |||||
1992-01-19 | Check in new config files for stratus. | Fred Fish | 1 | -0/+2 | |
1992-01-19 | Initial revision | Fred Fish | 2 | -0/+24 | |
1992-01-18 | Add psrc.sed | Stu Grossman | 1 | -1/+5 | |
1992-01-16 | New stuff | Steve Chamberlain | 2 | -0/+5 | |
1992-01-16 | Added new h8 files | Steve Chamberlain | 1 | -0/+3 | |
1992-01-16 | Stubs to get things going | Steve Chamberlain | 3 | -0/+298 | |
1992-01-16 | Added h8300 target | Steve Chamberlain | 1 | -0/+3 | |
1992-01-16 | Pass address of structure to complain() rather than the entire structure. | Fred Fish | 1 | -0/+5 | |
1992-01-16 | Updated "Installing" appendix, for current state of configure. | Roland Pesch | 1 | -115/+85 | |
(Awaiting review). | |||||
1992-01-15 | Two more FSF mods. | Roland Pesch | 1 | -5/+1 | |
1992-01-15 | refcard.tex: single file now includes what were formerly three files, to suit | Roland Pesch | 4 | -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-15 | Reactivate paragraph on preformatted PostScript refcard (now referring | Roland Pesch | 1 | -3/+0 | |
to GhostScript as well as to PostScript); I've verified GhostScript can display it. | |||||
1992-01-15 | Cygnus-Logoized version of GDB refcard, for use as marketing collateral. | Roland Pesch | 2 | -0/+1394 | |
NOT PART OF STANDARD GDB RELEASE; DO NOT ADD THISE FILES TO .Sanitize! | |||||
1992-01-15 | (1) Improvements from B Chassell. | Roland Pesch | 1 | -47/+66 | |
(2) minor format improvements for marginalia. | |||||
1992-01-15 | Discreet folding guides, and commented-out alternatives. | Roland Pesch | 1 | -2/+20 | |
1992-01-15 | Only compile in solib_add_common_symbols for non-SVR4 (SunOS) shared libs. | Fred Fish | 2 | -0/+9 | |
1992-01-15 | Changes to fix bug with static variables within function scopes. | Fred Fish | 2 | -14/+22 | |
1992-01-15 | Reference: gdb-pend/636 | Stu Grossman | 1 | -0/+3 | |
* inflow.c: remove #include <sys/dir.h>. Not necessary, and doesn't exist on some systems. | |||||
1992-01-15 | Reference: gdb-pend/646 | Stu Grossman | 1 | -0/+3 | |
* infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when nexting over recursive function calls. | |||||
1992-01-15 | Reference: gdb-pend/657 | Stu Grossman | 2 | -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-14 | gdb-pend/620 | Stu Grossman | 2 | -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 that | Per Bothner | 3 | -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 of | Per Bothner | 1 | -0/+5 | |
'sw' instructions before 'addiu' adjusts the stack. | |||||
1992-01-11 | Many changes to convert over to generic symbol table reading code in | Fred Fish | 2 | -647/+114 | |
buildsym.c (second cvs ci attempt) | |||||
1992-01-07 | buildsym.c (cleanup_undefined_types): Add support for enums. | Stu Grossman | 1 | -1/+5 | |
This fixes the 'GDB internal error. cleanup_undefined_types with bad type' problem. | |||||
1992-01-06 | Get past DEC shell bug. | John Gilmore | 1 | -1/+1 | |
1992-01-06 | Makefile.in: resuscitate "all" target as "all-doc". | Roland Pesch | 4 | -530/+652 | |
gdb.texinfo, gdbinv-s.m4.in: finish merging w/Chassell edits. none.m4: minor auxiliary facility (_FSF__) for above. | |||||
1992-01-02 | Rename bitfields to avoid conflict with macro names in new opcode/sparc.h. | John Gilmore | 2 | -15/+20 | |
1992-01-01 | Makefile.in: Change tm-svr4.h to tm-sysv4.h. Change xm-svr4.h | Fred Fish | 2 | -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-30 | Mainly stuff to improve handling of TYPE_CODE_REF (C++ reference) | Per Bothner | 3 | -10/+41 | |
values. (See ChangeLog.) | |||||
1991-12-28 | Missed some stuff last time. | Per Bothner | 2 | -1/+9 | |
Also, recognize constructors specially in gdb_mangle_name(). | |||||
1991-12-28 | Many small changes to procfs.c to add base support for a new "info proc" | Fred Fish | 3 | -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-27 | More changes, mostly cleanups from the last set. | Per Bothner | 14 | -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-27 | Various changes to clean up ADD_PSYMBOL_TO_LIST and ADD_PSYMBOL_ADDR_TO_LIST | Fred Fish | 6 | -127/+100 | |
usages. | |||||
1991-12-24 | Roll VERSION to 4.3.2. | John Gilmore | 2 | -1/+5 | |
1991-12-23 | Oodles of changes. The most important is adding support for stabs | Per Bothner | 18 | -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 by | Fred Fish | 2 | -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 was | Fred Fish | 3 | -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 incrementing | John Gilmore | 2 | -1/+6 | |
symbol table entry number. (From Metin Ozisik.) | |||||
1991-12-20 | Keep the renamed svr4 files. | Fred Fish | 1 | -2/+2 | |
1991-12-20 | Document change to config/mh-i386v4. | Fred Fish | 1 | -0/+6 | |
1991-12-20 | Set XM_CLIBS to "-lc /usr/ucblib/libucb.a" so native compilers can find | Fred Fish | 1 | -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 Fish | 7 | -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-20 | Renamed from xm-svr4.h xm-sysv4.h | Fred Fish | 1 | -0/+56 | |
1991-12-20 | Renamed from tm-svr4.h to tm-sysv4.h | Fred Fish | 1 | -0/+37 | |
1991-12-20 | Bugfix rfe and stbrx instrucionts. | John Gilmore | 2 | -3/+7 | |
1991-12-19 | * command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c, | Stu Grossman | 3 | -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 Grossman | 5 | -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-16 | Add solib.o to TDEPFILES for these SVR4 systems. | Fred Fish | 2 | -2/+2 | |