Age | Commit message (Expand) | Author | Files | Lines |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -0/+0 |
1994-10-13 | * exec.c: Merge in RS6000 support from xcoffexec.c. | Stan Shebs | 1 | -600/+0 |
1994-10-08 | Speed up GDB startup time by not demangling partial symbols. | Peter Schauer | 1 | -0/+10 |
1994-09-28 | * xcoffexec.c (exec_close): If quitting, don't call clear_symtab_users. | Jim Kingdon | 1 | -2/+4 |
1994-04-30 | Fri Apr 29 15:56:18 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -81/+87 |
1994-04-15 | Fri Apr 15 11:53:46 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -2/+2 |
1994-03-19 | * Makefile.in (TAGS): Use variables directly, rather than using | Jim Kingdon | 1 | -7/+7 |
1994-02-17 | * corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c, | David MacKenzie | 1 | -4/+4 |
1994-02-12 | * configure.in: Add Lynx/rs6000 support. | Stu Grossman | 1 | -542/+72 |
1994-01-27 | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1 | -0/+1 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -6/+6 |
1993-10-12 | * xcoffsolib.h, xcoffexec.c: Undo the part of Fred's bfd->abfd | Jim Kingdon | 1 | -17/+17 |
1993-10-08 | * osfsolib.c, remote-sim.c, remote.c, solib.c, xcoffexec.c, | Fred Fish | 1 | -29/+29 |
1993-09-28 | Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1 | -3/+5 |
1993-09-01 | bzero -> memset | K. Richard Pixley | 1 | -1/+1 |
1993-08-09 | * gdbcore.h: New variable gnutarget. | Jim Kingdon | 1 | -3/+3 |
1993-07-27 | * breakpoint.c (breakpoint_1): Walk the breakpoint chain to decide if | Peter Schauer | 1 | -1/+8 |
1993-06-13 | * defs.h, main.c (catch_errors): Add return_mask arg. | Jim Kingdon | 1 | -1/+2 |
1993-04-22 | * objfiles.h (obj_section), objfiles.c (build_objfile_section_table): | Jim Kingdon | 1 | -4/+35 |
1993-04-20 | * xcoffexec.c (xcoff_relocate_core): If no exec file, error() | Jim Kingdon | 1 | -1/+7 |
1993-04-02 | * stabsread.c (patch_block_stabs): If stab & no symbol, make | Jim Kingdon | 1 | -3/+3 |
1993-03-30 | Tue Mar 30 08:06:24 1993 Jim Kingdon (kingdon@cygnus.com) | Jim Kingdon | 1 | -6/+10 |
1993-03-26 | * Clean up xcoff relocation. | Jim Kingdon | 1 | -146/+30 |
1993-03-18 | * xcoffexec.c (exec_close): Don't close exec_bfd twice. | Jim Kingdon | 1 | -4/+3 |
1993-03-17 | * xcoffexec.c (add_vmap): Wrap symbol read in catch_errors. | Jim Kingdon | 1 | -4/+18 |
1993-03-12 | Fri Mar 12 09:33:23 1993 Jim Kingdon (kingdon@cygnus.com) | Jim Kingdon | 1 | -124/+191 |
1993-02-27 | * xcoffexec.c (vmap_ldinfo): Fix "/" for '/' typo, reported | John Gilmore | 1 | -1/+1 |
1993-02-11 | * stabsread.c (rs6000_builtin_type): Move function from | John Gilmore | 1 | -6/+6 |
1993-01-05 | * xcoffexec.c (vmap_symtab): Use new macros to access minimal | Fred Fish | 1 | -3/+4 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -10/+8 |
1992-11-19 | * infcmd.c (set_environment_command): Avoid skipping first | John Gilmore | 1 | -9/+10 |
1992-10-06 | NOTICE_SIGNAL_HANDLING_CHANGE macro added to the target vector as | K. Richard Pixley | 1 | -0/+1 |
1992-09-25 | * xcoffexec.c (exec_ops): child_attach and child_create_inferior | K. Richard Pixley | 1 | -3/+2 |
1992-09-22 | Break the thread of control that implies that a unix child | John Gilmore | 1 | -0/+1 |
1992-09-18 | Remove convert_{to,from}_virtual members from target structs. | John Gilmore | 1 | -1/+1 |
1992-08-29 | RS/6000 portability changes (for hosting cross-debuggers). | John Gilmore | 1 | -11/+1 |
1992-06-17 | * xcoffexec.c: Remove ' from comment. | Stu Grossman | 1 | -1/+1 |
1992-06-16 | * xcoffexec.c (map_vmap): Turn comment into a real C comment. | Fred Fish | 1 | -3/+3 |
1992-05-09 | * xcoffexec.c (vmap_exec): Don't assume .text and .data are the | Stu Grossman | 1 | -12/+17 |
1992-04-17 | Fix to dwarfread.c to target pointer and target long sizes, fixes for | Fred Fish | 1 | -0/+1 |
1992-04-03 | * munch: Must pre-pend "_" to "initialize" for SYSV style nm. | Per Bothner | 1 | -0/+22 |
1992-03-29 | Create and use macros for iterating on symtabs, psymtabs, msymbols. | John Gilmore | 1 | -56/+5 |
1992-03-29 | Merged in latest RS6000 diffs from Metin G. Ozisik. | Per Bothner | 1 | -52/+70 |
1992-03-21 | Many changes, most related to creating entry point information on a per-objfile | Fred Fish | 1 | -0/+1 |
1992-03-18 | Changes to implement the -mapped and -readnow options for commands that | Fred Fish | 1 | -1/+1 |
1992-03-13 | Mostly merged in changes from IBM (Metin); see ChangeLog. | Per Bothner | 1 | -77/+147 |
1992-03-09 | * symfile.h: Add prototype for iterate_over_msymbols(). | Fred Fish | 1 | -2/+3 |
1992-03-03 | Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) | Michael Tiemann | 1 | -2/+2 |
1992-03-02 | * rs6000-xdep.c (frame_initial_stack_address): Move | Per Bothner | 1 | -3/+0 |
1992-03-02 | More changes, mostly from IBM for rs6000. (See ChangeLog.) | Per Bothner | 1 | -0/+3 |