aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
1992-04-04* buildsym.h, dbxread.c, mipsread.c: Add objfile arg toStu Grossman3-2/+9
1992-04-03 * munch: Must pre-pend "_" to "initialize" for SYSV style nm.Per Bothner6-52/+59
1992-04-03Fix bug with gdb resending SIGSTOP to an attached process that was forciblyFred Fish2-1/+27
1992-04-03version = 4.4.86Stu Grossman1-1/+1
1992-04-03* Makefile.in (SFILES_MAINDIR): add mipsread.cStu Grossman2-1/+5
1992-04-03Add sun4os5 (Solaris) config files.John Gilmore1-0/+2
1992-04-03Sort the names, since the file renaming.John Gilmore1-54/+54
1992-04-03* Makefile.in (OBS): Compile mipsread.c for all targets now.John Gilmore5-22/+30
1992-04-03Don't need to bring in mipsread.o specially any more.John Gilmore4-4/+4
1992-04-03* mipsread.c (fixup_sigtramp): Also look for _sigtramp as a realStu Grossman4-36/+52
1992-04-02Fix bug in values.c unpacking signed characters on hosts where the defaultFred Fish3-15/+43
1992-04-02* buildsym.c (read_struct_type): Avoid coredump when C++John Gilmore2-1/+6
1992-04-02Lint.John Gilmore10-41/+62
1992-04-01Many changes to procfs.c, mostly to expand the "info proc" command and toFred Fish6-125/+2140
1992-04-01Changes in procfs.c to fix bug with inferior's siginfo struct gettingFred Fish2-17/+84
1992-04-01* mipsread.c (parse_procedure): PDR.isym should get pointer toStu Grossman1-0/+5
1992-04-01Keep sun4os5 config files now that Sun says it's OK.John Gilmore1-0/+2
1992-04-01(breakpoint_1): Fix prototype, this time for sure!John Gilmore1-1/+5
1992-03-31* Makefile.in: version->4.4.8Stu Grossman1-0/+2
1992-03-31* procfs.c (open_proc_file): Disable inherit-on-fork flag so thatStu Grossman2-0/+9
1992-03-31* elfread.c (elf_symtab_read): Use xmalloc, not bfd_xmalloc.John Gilmore2-1/+8
1992-03-31* Makefile.in (alldeps.mak): Config files are now *.m[ht] asStu Grossman2-1/+4
1992-03-31* config/irix4.mh: Don't use coredep.o. It doesn't work with procfs.Stu Grossman2-1/+3
1992-03-31* mipsread.c (parse_symbol, parse_procedure): Re-do the way thatStu Grossman4-110/+65
1992-03-30c-exp.y: Add missing return type to yyparse() prototype.Per Bothner2-0/+5
1992-03-29LintJohn Gilmore19-97/+258
1992-03-29New host and target.John Gilmore2-0/+24
1992-03-29* Makefile.in (VERSION): Roll to 4.4.7.John Gilmore3-46/+57
1992-03-29Create and use macros for iterating on symtabs, psymtabs, msymbols.John Gilmore8-573/+215
1992-03-29* target.c (nomemory): Now that higher levels examine errno, give EIO.John Gilmore6-45/+174
1992-03-29Merged in latest RS6000 diffs from Metin G. Ozisik.Per Bothner19-120/+607
1992-03-28Add OBJF_SYMS flag and use it to decide whether or not we have alreadyFred Fish3-51/+60
1992-03-27Misc cleanups from code review.John Gilmore7-49/+48
1992-03-27Mostly changes to dbxread.c to preserve stringtab's on a per-objfileFred Fish5-261/+331
1992-03-26 * rs6000-pinsn.c: Make dis-assembly output more likePer Bothner1-50/+43
1992-03-26 * c-exp.y, gdbtypes.h: Add builtin_type_signed_char.Per Bothner4-0/+21
1992-03-25* configure.in: fix iris/iris3.Stu Grossman2-1/+5
1992-03-25 * command.c, main.c (various places): Use ctype.h macrosPer Bothner2-7/+15
1992-03-25stuff from latest installK. Richard Pixley1-0/+4
1992-03-25remove srcdir from gdb.info ruleK. Richard Pixley2-1/+5
1992-03-25irix4 supportK. Richard Pixley1-0/+1
1992-03-25* infcmd.c (step_1): Call disable_longjmp_breakpoint at the rightStu Grossman1-1/+4
1992-03-25* xm-mips.h: declare strdup for ultrix.Stu Grossman2-0/+6
1992-03-25* mipsread.c (fixup_sigtramp): Make sure that current_objfile is setupStu Grossman1-0/+7
1992-03-24 * config/rs6000.mh: Update (for Fred's new mmalloc)Per Bothner4-6/+14
1992-03-24Fixed a place where dbx symbol name continuation was appearing in anMichael Tiemann2-0/+6
1992-03-24* mips-tdep.c: include symfile.h and objfiles.h to fixStu Grossman2-1/+8
1992-03-23 * valops.c (value_struct_elt_for_reference): Added 'offset'Per Bothner1-0/+6
1992-03-21Many changes, most related to creating entry point information on a per-objfileFred Fish32-185/+458
1992-03-20More C++ improvements (pointers to members, qualified names). See ChangeLog.Per Bothner6-379/+574