Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-04-13 | Revised -mapped description. | John Gilmore | 2 | -1/+5 | |
1992-04-12 | * mipsread.c (parse_partial_symbols): Complain when sh->index is | John Gilmore | 2 | -605/+711 | |
too high or when skipping `forwards' moves us backwards. (parse_type): Print mis-guessed tag name in complaint. (parse_external): Eliminate cur_stab and obscure top_stack clobbers. (parse_procedure): Do not attempt to create symbols; just fill in the SYMBOL_VALUE field of a .gdbinfo. symbol if we can find one. (psymtab_to_symtab_1): Split up `stabs' from `native ecoff' code for clarity. Set top_stack before calling parse_external. In stabs, sort symbols before calling parse_procedure. * mipsread.c: Lint. * symmisc.c (std_in, std_out, std_err): Add vars to access std FILE *'s when debugging GDB (e.g. as args to dump_symtab). * Makefile.in: Remove stage* targets. Avoid echo on recursive makes. Eliminate doc/Makefile from tar.Z file if doc/Makefile.in exists. * mipsread.c: Cleanup. Add more complaints for unhandled cases. Remove new symbol types and such to ../include/coff/symconst.h. (parse_symbol): Simplify code for parsing struct/enum/unions. (parse_type): Handle `long long' types. (upgrade_type): Handle `const' qualifier. (parse_partial_symbols): fix indentation, clean a bit. | |||||
1992-04-11 | Set devo VERSION to 4.5.1 to avoid confuzzion with the released version. | John Gilmore | 2 | -1/+8 | |
1992-04-11 | * xcoffread.c (NO_TYPEDEFS): Fix typo in commented-out #define. | John Gilmore | 2 | -1/+7 | |
* sparc-tdep.c (supply_gregset, fill_gregset, supply_fpregset, fill_gregset): New functions for SVR4 /proc support. | |||||
1992-04-11 | Add swapin() function, and SWAPIN macro that calls it, to do byte swapping | Fred Fish | 2 | -75/+132 | |
copies using appropriate bfd routines. | |||||
1992-04-11 | Recognize new ncr3000 config. | Fred Fish | 2 | -0/+13 | |
1992-04-11 | New configuration file for ncr 3000. | Fred Fish | 2 | -0/+37 | |
1992-04-11 | * gdb.texinfo: Update for GDB-4.5. Move `Formatting | John Gilmore | 2 | -120/+152 | |
Documentation' ahead of `Installing GDB' to match README. Update shared library doc, -readnow and -mapped, and directory structure (add glob and mmalloc). Update configure doc. | |||||
1992-04-10 | alldeps.mak and depend once again! | Stu Grossman | 2 | -426/+381 | |
1992-04-10 | * Makefile.in: Update version to 4.5. | Stu Grossman | 2 | -0/+93 | |
* WHATS.NEW: The obvious. | |||||
1992-04-10 | One more time... | Stu Grossman | 1 | -308/+328 | |
1992-04-10 | * depend: Generate new depend file for this release. | Stu Grossman | 1 | -0/+2 | |
1992-04-10 | * Makefile.in (depend): Fix dependancy generation so that it does | Stu Grossman | 2 | -1/+7 | |
not include gcc 'fixincluded' files, which are usually in a system specific location. | |||||
1992-04-09 | buildsym.c: Fix parameter mis-match. | Per Bothner | 2 | -1/+9 | |
Check in ChangeLog (forgotten last night). | |||||
1992-04-09 | * Makefile.in: version=4.4.88, add xm-vax.h to HFILES. | Stu Grossman | 2 | -2/+6 | |
1992-04-09 | Minor changes for Solaris. | John Gilmore | 3 | -0/+15 | |
1992-04-09 | Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik). | Per Bothner | 2 | -1/+40 | |
* buildsym.c (#ifdef RS6000_TARGET): Don't create unnecessary symbols for nameless types. And, handle `R' (register parameter type) for AIX. (an extension to existing stabstring grammar). * rs6000-xdep.c: Fix typo (= should have been ==). | |||||
1992-04-08 | * xm-i386mach.h: add decls for errno and strdup(). | Stu Grossman | 2 | -1/+3 | |
1992-04-08 | * xm-i386mach.h: add decl for errno. | Stu Grossman | 2 | -0/+5 | |
1992-04-07 | * breakpoint.c (breakpoint_1): Add (int) casts for enums | Per Bothner | 1 | -0/+5 | |
used in array index context (otherwise, some compilers barf). | |||||
1992-04-07 | * m68k-tdep.c, tm-sun3.h: #ifdef around get_longjmp_target(). | Stu Grossman | 2 | -0/+11 | |
Change def of SAVED_PC_AFTER_CALL to call routine to see if we are in a system call, and provide better backtrace if so. | |||||
1992-04-07 | * Makefile.in (HFILES): Add xcoffsolib.h. | Stu Grossman | 2 | -1/+2 | |
1992-04-07 | rs6000-pinsn.c!!! Not .h!!! | Stu Grossman | 1 | -1/+1 | |
1992-04-07 | * rs6000-pinsn.c: #include "opcode/rs6k.h" | Stu Grossman | 2 | -1/+2 | |
1992-04-07 | * rs6k-opcode.h: Move to ../include/opcode/rs6k.h. | Stu Grossman | 2 | -1/+2 | |
1992-04-07 | * mipsread.c (read_mips_symtab, read_the_mips_symtab, | Stu Grossman | 1 | -0/+3 | |
mipscoff_symfile_read): Convert to BFD to do file I/O. | |||||
1992-04-07 | * symfile.c: #include <ctype.h> to get proper def if isspace(). | Stu Grossman | 1 | -0/+2 | |
1992-04-07 | * i386-tdep.c (get_longjmp_target): #ifdef GET_LONGJMP_TARGET. | Stu Grossman | 1 | -0/+4 | |
1992-04-07 | version->4.4.87 | Stu Grossman | 1 | -1/+1 | |
1992-04-07 | * mipsread.c: Create a .gdbinfo pseudo-symbol for each | Stu Grossman | 2 | -3/+7 | |
function also when parsing embedded stabs. | |||||
1992-04-07 | * mipsread.c: Create a .gdbinfo pseudo-symbol for each | Per Bothner | 2 | -18/+39 | |
function also when parsing embedded stabs. | |||||
1992-04-07 | * mipsread.c: Fix many invocations of complain. Use enum | Stu Grossman | 2 | -7/+9 | |
type_code where appropriate. | |||||
1992-04-06 | * mipsread.c: Fix many invocations of complain. | Stu Grossman | 2 | -9/+11 | |
1992-04-06 | Updates to text on "info proc". | Roland Pesch | 1 | -4/+7 | |
1992-04-06 | * xm-vaxult.h: Add decl for strdup(). | Stu Grossman | 2 | -0/+3 | |
1992-04-06 | 0) Update descriptions of symbol-file, file, add-symbol-file cmds for use | Roland Pesch | 1 | -17/+23 | |
of *options* "-readnow" and "-mapped". 1) Change title/subtitle to come closer to text used by FSF when they printed this thing (but still avoid silliness of having word "manual" in the title). 2) First few minor corrections from most recent Chassell pass. | |||||
1992-04-06 | * Makefile.in: Add dependancies for xm-vaxbsd.h and xm-vaxult.h | Stu Grossman | 2 | -0/+7 | |
for xm-vax.h. | |||||
1992-04-06 | *** empty log message *** | Stu Grossman | 1 | -136/+780 | |
1992-04-04 | * buildsym.h, dbxread.c, mipsread.c: Add objfile arg to | Stu Grossman | 3 | -2/+9 | |
process_one_symbol. | |||||
1992-04-03 | * munch: Must pre-pend "_" to "initialize" for SYSV style nm. | Per Bothner | 6 | -52/+59 | |
* tm-rs6000.h, xcoffexec.c, xcoffread.c, xm-rs6000.h: Merge in more patches for rs6000 from Metin Ozisik. * utils.c: Fix typo in comment. | |||||
1992-04-03 | Fix bug with gdb resending SIGSTOP to an attached process that was forcibly | Fred Fish | 2 | -1/+27 | |
stopped during attach, thus stopping it again. | |||||
1992-04-03 | version = 4.4.86 | Stu Grossman | 1 | -1/+1 | |
1992-04-03 | * Makefile.in (SFILES_MAINDIR): add mipsread.c | Stu Grossman | 2 | -1/+5 | |
1992-04-03 | Add sun4os5 (Solaris) config files. | John Gilmore | 1 | -0/+2 | |
1992-04-03 | Sort the names, since the file renaming. | John Gilmore | 1 | -54/+54 | |
1992-04-03 | * Makefile.in (OBS): Compile mipsread.c for all targets now. | John Gilmore | 5 | -22/+30 | |
(VERSION): Bump to 4.4.85. * mipsread.c: Update for new include files. Lint. * tm-irix3.h, tm-mips.h: Use new include files for ECOFF symtab. * config/{bigmips.mt, littlemips.mt, irix3.mt, decstation.mt}: Don't need to bring in mipsread.o specially any more. | |||||
1992-04-03 | Don't need to bring in mipsread.o specially any more. | John Gilmore | 4 | -4/+4 | |
1992-04-03 | * mipsread.c (fixup_sigtramp): Also look for _sigtramp as a real | Stu Grossman | 4 | -36/+52 | |
routine (for Irix-4.x). Make many funcs static and void. * mips-tdep.c (mips-frame-chain): Clean up, simplify. * (init_extra_frame_info): Don't trash cached value of frame pointer register. This fixes backtracing through routines that use alloca(). Generally clean up declarations of functions, and use typedefs and macros to reference data structures as appropriate. * tm-irix3.h, tm-mips.h (EXTRA_FRAME_INFO): use proper type for proc_desc element. | |||||
1992-04-02 | Fix bug in values.c unpacking signed characters on hosts where the default | Fred Fish | 3 | -15/+43 | |
character type is unsigned. Add some cases to the tables in procfs.c for constants defined in newer SVR4 systems and reorder the tests for ioctl support of resetting the inherit-on-fork flag to favor the latest method using PIOCRESET. | |||||
1992-04-02 | * buildsym.c (read_struct_type): Avoid coredump when C++ | John Gilmore | 2 | -1/+6 | |
abbreviated type name is messed up. Reported by Joe Buck. FIXME, we need to determine whether GDB or GCC needs to be smarter to correctly locate this type name. p*927 circumvention, needs real fix when Tiemann's back. |