Age | Commit message (Expand) | Author | Files | Lines |
1994-10-20 | * objfiles.c (objfile_relocate): When relocating ->sections, use | Jim Kingdon | 1 | -3/+27 |
1994-10-15 | * symfile.c (reread_symbols): Include bfd_errmsg string in error | Jim Kingdon | 1 | -1/+3 |
1994-09-03 | * objfiles.c (allocate_objfile): Add the newly-created objfile to | Stan Shebs | 1 | -4/+12 |
1994-06-09 | * nlmread.c (nlm_symtab_read): Clean up a bit. | Stu Grossman | 1 | -0/+21 |
1994-04-01 | For SVR4 targets, enable gdb to set breakpoints in shared | Peter Schauer | 1 | -0/+20 |
1994-03-21 | Mon Mar 21 11:02:51 1994 Stu Grossman (grossman at cygnus.com) | Stu Grossman | 1 | -1/+41 |
1994-03-19 | * Makefile.in (TAGS): Use variables directly, rather than using | Jim Kingdon | 1 | -1/+1 |
1994-03-02 | * os9kread.c (os9k_process_one_symbol): Rename | Jim Kingdon | 1 | -116/+0 |
1994-03-01 | Modified Files: | Kung Hsu | 1 | -0/+116 |
1994-02-17 | * corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c, | David MacKenzie | 1 | -1/+1 |
1994-01-04 | * objfiles.c (build_objfile_section_table): Don't abort() if | Jim Kingdon | 1 | -4/+6 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -2/+2 |
1993-10-30 | * symfile.c (reread_symbols): When re-reading symbols, do all the | Jim Kingdon | 1 | -2/+5 |
1993-10-21 | * Makefile.in (c-exp.tab.o): Remove notice about shift/reduce conflicts | Jim Kingdon | 1 | -68/+77 |
1993-10-03 | * mipsread.c, objfiles.c, utils.c: Use PTR not void *. RISC/OS | Jim Kingdon | 1 | -2/+2 |
1993-09-30 | * corelow.c (core_detach): Call reinit_frame_cache. | Jim Kingdon | 1 | -0/+9 |
1993-09-28 | Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1 | -2/+2 |
1993-09-21 | (objfile_relocate): Relocate textlow and texthigh in psymtabs. | Jim Kingdon | 1 | -0/+4 |
1993-09-21 | * elfread.c (record_minimal_symbol_and_info): Guess the section to | Ian Lance Taylor | 1 | -1/+28 |
1993-07-27 | * breakpoint.c (breakpoint_1): Walk the breakpoint chain to decide if | Peter Schauer | 1 | -2/+2 |
1993-04-22 | * objfiles.h (obj_section), objfiles.c (build_objfile_section_table): | Jim Kingdon | 1 | -2/+3 |
1993-04-13 | * objfiles.c (build_objfile_section_table): Cast return value | Jim Kingdon | 1 | -1/+2 |
1993-04-07 | Add section table to objfile struct. Use it for find_pc_section. | K. Richard Pixley | 1 | -0/+71 |
1993-03-26 | * Clean up xcoff relocation. | Jim Kingdon | 1 | -1/+90 |
1992-08-11 | * Makefile.in (VERSION): Bump to 4.6.3. | Fred Fish | 1 | -1/+2 |
1992-08-01 | * dwarfread.c (struct dieinfo): Remove obsolete at_visibility, | Fred Fish | 1 | -13/+15 |
1992-07-21 | * buildsym.c (read_struct_type): Initialize structs allocated | Fred Fish | 1 | -16/+12 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1 | -4/+4 |
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -1/+0 |
1992-06-13 | * elfread.c (record_minimal_symbol_and_info): Kludged to put | John Gilmore | 1 | -4/+6 |
1992-05-17 | * inflow.c (new_tty): Temporarily ignore SIGTTOU when | Fred Fish | 1 | -16/+35 |
1992-05-06 | * cplus-dem.c (do_args): Handle void args the same as others. | Fred Fish | 1 | -1/+11 |
1992-04-18 | Back out of TYPE_FLAG_FUND_TYPE change, solve the problem in valprint.c by | Fred Fish | 1 | -36/+104 |
1992-04-17 | Fix to dwarfread.c to target pointer and target long sizes, fixes for | Fred Fish | 1 | -15/+53 |
1992-03-29 | Create and use macros for iterating on symtabs, psymtabs, msymbols. | John Gilmore | 1 | -115/+9 |
1992-03-27 | Mostly changes to dbxread.c to preserve stringtab's on a per-objfile | Fred Fish | 1 | -4/+5 |
1992-03-21 | Many changes, most related to creating entry point information on a per-objfile | Fred Fish | 1 | -1/+6 |
1992-03-19 | * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c, | Fred Fish | 1 | -3/+14 |
1992-03-18 | Changes to implement the -mapped and -readnow options for commands that | Fred Fish | 1 | -19/+21 |
1992-03-15 | Globs of changes. See the ChangeLog for details. Most related to | Fred Fish | 1 | -39/+223 |
1992-03-03 | Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) | Michael Tiemann | 1 | -1/+0 |
1992-03-02 | More changes, mostly from IBM for rs6000. (See ChangeLog.) | Per Bothner | 1 | -2/+2 |
1992-03-01 | More changes, mostly from IBM, for the rs6000. See ChangeLog. | Per Bothner | 1 | -2/+2 |
1992-02-27 | * breakpoint.h (ALL_BREAKPOINTS_SAFE): Add. | John Gilmore | 1 | -0/+14 |
1992-02-22 | * Check in Fred Fish's changes in these modules. Fred | John Gilmore | 1 | -0/+326 |