Age | Commit message (Expand) | Author | Files | Lines |
1992-03-31 | * procfs.c (open_proc_file): Disable inherit-on-fork flag so that | Stu Grossman | 1 | -0/+5 |
1992-03-31 | * elfread.c (elf_symtab_read): Use xmalloc, not bfd_xmalloc. | John Gilmore | 1 | -0/+7 |
1992-03-31 | * Makefile.in (alldeps.mak): Config files are now *.m[ht] as | Stu Grossman | 1 | -0/+3 |
1992-03-31 | * config/irix4.mh: Don't use coredep.o. It doesn't work with procfs. | Stu Grossman | 1 | -0/+2 |
1992-03-31 | * mipsread.c (parse_symbol, parse_procedure): Re-do the way that | Stu Grossman | 1 | -0/+11 |
1992-03-30 | c-exp.y: Add missing return type to yyparse() prototype. | Per Bothner | 1 | -0/+4 |
1992-03-29 | Lint | John Gilmore | 1 | -0/+81 |
1992-03-29 | Merged in latest RS6000 diffs from Metin G. Ozisik. | Per Bothner | 1 | -0/+7 |
1992-03-28 | Add OBJF_SYMS flag and use it to decide whether or not we have already | Fred Fish | 1 | -0/+7 |
1992-03-27 | Misc cleanups from code review. | John Gilmore | 1 | -0/+16 |
1992-03-27 | Mostly changes to dbxread.c to preserve stringtab's on a per-objfile | Fred Fish | 1 | -0/+45 |
1992-03-26 | * c-exp.y, gdbtypes.h: Add builtin_type_signed_char. | Per Bothner | 1 | -0/+5 |
1992-03-25 | * configure.in: fix iris/iris3. | Stu Grossman | 1 | -0/+4 |
1992-03-25 | * command.c, main.c (various places): Use ctype.h macros | Per Bothner | 1 | -0/+11 |
1992-03-25 | stuff from latest install | K. Richard Pixley | 1 | -0/+4 |
1992-03-25 | * infcmd.c (step_1): Call disable_longjmp_breakpoint at the right | Stu Grossman | 1 | -1/+4 |
1992-03-25 | * xm-mips.h: declare strdup for ultrix. | Stu Grossman | 1 | -0/+2 |
1992-03-25 | * mipsread.c (fixup_sigtramp): Make sure that current_objfile is setup | Stu Grossman | 1 | -0/+7 |
1992-03-24 | * config/rs6000.mh: Update (for Fred's new mmalloc) | Per Bothner | 1 | -0/+8 |
1992-03-24 | Fixed a place where dbx symbol name continuation was appearing in an | Michael Tiemann | 1 | -0/+5 |
1992-03-24 | * mips-tdep.c: include symfile.h and objfiles.h to fix | Stu Grossman | 1 | -0/+5 |
1992-03-23 | * valops.c (value_struct_elt_for_reference): Added 'offset' | Per Bothner | 1 | -0/+6 |
1992-03-21 | Many changes, most related to creating entry point information on a per-objfile | Fred Fish | 1 | -0/+64 |
1992-03-20 | More C++ improvements (pointers to members, qualified names). See ChangeLog. | Per Bothner | 1 | -0/+32 |
1992-03-19 | * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c, | Fred Fish | 1 | -0/+37 |
1992-03-19 | Add and use definition for IN_SOLIB_TRAMPOLINE which allows wait_for_inferior | Fred Fish | 1 | -0/+6 |
1992-03-19 | Some improvements to g++ debugging. | Per Bothner | 1 | -0/+9 |
1992-03-18 | Changes to implement the -mapped and -readnow options for commands that | Fred Fish | 1 | -0/+32 |
1992-03-15 | Remove unused file mtrace.awk, remove entries from .Sanitize for | Fred Fish | 1 | -1/+1 |
1992-03-15 | Globs of changes. See the ChangeLog for details. Most related to | Fred Fish | 1 | -0/+94 |
1992-03-14 | Only enable compilation of debugging functions when IBM6000 is defined | Fred Fish | 1 | -0/+5 |
1992-03-14 | * mipsread.c (mipscoff_symfile_read): Eliminate a lot of | John Gilmore | 1 | -0/+6 |
1992-03-14 | pass MAKEINFO down on info | K. Richard Pixley | 1 | -0/+16 |
1992-03-12 | * solib.h, infrun.c, tm-rs6000.h: Add a PID parameter | Per Bothner | 1 | -0/+5 |
1992-03-09 | * symfile.h: Add prototype for iterate_over_msymbols(). | Fred Fish | 1 | -0/+32 |
1992-03-06 | * remote.c (): Add newline to initial +. | John Gilmore | 1 | -0/+1 |
1992-03-06 | * mipsread.c (fixup_symtab): Also swap RFD's. | John Gilmore | 1 | -0/+8 |
1992-03-06 | * ecoff.c: Move to ../bfd/coff-msym.c. | John Gilmore | 1 | -0/+5 |
1992-03-05 | * config.sub configure.in config/.Sanitize config/mh-irix4 | Stu Grossman | 1 | -0/+8 |
1992-03-04 | * defs.h, utils.c: xrealloc takes PTR as first arg. | Fred Fish | 1 | -0/+12 |
1992-03-03 | Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) | Michael Tiemann | 1 | -0/+5 |
1992-03-03 | * gdbtypes.c (lookup_pointer_type): initialize the TYPE_LENGTH of | Steve Chamberlain | 1 | -0/+9 |
1992-03-02 | Check in ChangeLog entries for the recent massive changes for prototypes, | Fred Fish | 1 | -86/+342 |
1992-03-02 | More changes, mostly from IBM for rs6000. (See ChangeLog.) | Per Bothner | 1 | -0/+46 |
1992-03-01 | xm-sysv4.h: Provide definitions/prototypes for host environment | Fred Fish | 1 | -0/+52 |
1992-02-29 | Mostly rs6000 changes from IBM. | Per Bothner | 1 | -0/+27 |
1992-02-28 | * breakpoint.c (breakpoint_re_set_one): Don't reset breakpoint | Stu Grossman | 1 | -0/+5 |
1992-02-28 | * remote.c: Make it work for embedded MIPS. Increase buffer | John Gilmore | 1 | -0/+9 |
1992-02-28 | * mipsread.c: Byte-swap the symbol table structures, using | John Gilmore | 1 | -0/+3 |
1992-02-27 | * configure.in (mips-big-* target): Same as Sony News. | John Gilmore | 1 | -0/+6 |