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