| Commit message (Expand) | Author | Age | Files | Lines |
* | * arch-utils.h: Update copyright. | Andrew Cagney | 2002-04-24 | 1 | -23/+0 |
* | * maint.c (maint_print_section_info): Rename print_section_info. | Andrew Cagney | 2002-04-10 | 1 | -0/+2 |
* | * h8500-tdep.c (h8500_write_fp): Delete function. | Andrew Cagney | 2002-04-06 | 1 | -4/+0 |
* | Fix for PR gdb/209, PR gdb/156: | Tom Tromey | 2001-11-22 | 1 | -0/+4 |
* | Redefine ptid_t to be a struct rather than an int. | Kevin Buettner | 2001-05-15 | 1 | -0/+27 |
* | Consolidate save_inferior_ptid/restore_inferior_ptid implementation to | Kevin Buettner | 2001-05-06 | 1 | -0/+5 |
* | Phase 1 of the ptid_t changes. | Kevin Buettner | 2001-05-04 | 1 | -12/+14 |
* | 2001-04-06 David Smith <dsmith@redhat.com> | David Smith | 2001-04-06 | 1 | -0/+2 |
* | 2001-04-06 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 2001-04-06 | 1 | -2/+2 |
* | Eliminate ARCH_NUM_REGS. | Andrew Cagney | 2001-03-13 | 1 | -9/+0 |
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
* | Create new file regcache.h. Update all uses. | Andrew Cagney | 2001-03-01 | 1 | -10/+0 |
* | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 2001-02-08 | 1 | -9/+9 |
* | Change suggested by Dean Luick <luick@cray.com> | Christopher Faylor | 2001-02-06 | 1 | -2/+4 |
* | 2001-01-24 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 2001-01-24 | 1 | -0/+4 |
* | * inferior.h (step_over_calls_kind): New enum to clarify values in | Christopher Faylor | 2000-11-10 | 1 | -1/+11 |
* | 2000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2000-08-01 | 1 | -0/+2 |
* | 2000-07-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2000-07-24 | 1 | -14/+0 |
* | * gdbarch.sh: Add NUM_PSEUDO_REGS to the gdbarch structure. | Elena Zannoni | 2000-07-24 | 1 | -9/+0 |
* | 2000-07-12 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2000-07-12 | 1 | -1/+25 |
* | Add host_pointer_to_address() and address_to_host_pointer(). Add | Andrew Cagney | 2000-06-04 | 1 | -3/+6 |
* | PARAMS removal. | Kevin Buettner | 2000-05-28 | 1 | -75/+78 |
* | Purge (almost) make_cleanup_func. | Andrew Cagney | 2000-05-22 | 1 | -0/+2 |
* | * gdbarch.sh: Make multi-arch variable defaults, defaults for non- | Andrew Cagney | 2000-04-20 | 1 | -18/+3 |
* | * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two new | Jim Blandy | 2000-04-14 | 1 | -0/+5 |
* | From Peter Schauer: Fix Solaris/x86 threads by copying linux code. | Andrew Cagney | 2000-02-29 | 1 | -2/+0 |
* | import gdb-1999-11-08 snapshot | Jason Molenda | 1999-11-09 | 1 | -10/+10 |
* | import gdb-1999-09-21 | Jason Molenda | 1999-09-22 | 1 | -1/+1 |
* | import gdb-1999-09-08 snapshot | Stan Shebs | 1999-09-09 | 1 | -0/+6 |
* | import gdb-1999-08-30 snapshot | Jason Molenda | 1999-08-31 | 1 | -2/+0 |
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -25/+26 |
* | import gdb-1999-07-05 snapshot | Jason Molenda | 1999-07-05 | 1 | -0/+13 |
* | import gdb-1999-06-14 snapshot | Jason Molenda | 1999-06-14 | 1 | -0/+20 |
* | import gdb-19990422 snapshot | Stan Shebs | 1999-04-26 | 1 | -87/+113 |
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 1 | -0/+473 |
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 1 | -471/+0 |
* | delete redundant definition of STARTUP_INFERIOR_TRAPS_EXPECTED. | David Taylor | 1999-01-04 | 1 | -15/+15 |
* | all remaining *.c *.h files from hp merge. | David Taylor | 1998-12-31 | 1 | -14/+99 |
* | Changes from the FSF for Hurd thread support. | Stu Grossman | 1996-07-17 | 1 | -102/+76 |
* | * breakpoint.c (ignore, condition): Add usage notes to help strings. | Stan Shebs | 1994-07-16 | 1 | -13/+21 |
* | * Makefile.in (c-exp.tab.o): Remove notice about shift/reduce conflicts | Jim Kingdon | 1993-10-21 | 1 | -14/+31 |
* | fix the declaration of run_stack_dummy, as well. | Mark Eichin | 1993-07-08 | 1 | -1/+1 |
* | * frame.h, blockframe.c, stack.c, a29k-tdep.c, | Jim Kingdon | 1993-07-07 | 1 | -12/+54 |
* | * findvar.c ({read,write}_register): Use REGISTER_RAW_SIZE | Jim Kingdon | 1993-05-18 | 1 | -4/+12 |
* | Changes to make 29k function calls work better at Adobe. | John Gilmore | 1992-10-03 | 1 | -14/+8 |
* | * infrun.c, inftarg.c, inferior.h: Comment and lint cleanups. | John Gilmore | 1992-09-26 | 1 | -0/+2 |
* | * inftarg.c (child_create_inferior, child_attach, | K. Richard Pixley | 1992-09-25 | 1 | -12/+15 |
* | Many changes to procfs.c, mostly to expand the "info proc" command and to | Fred Fish | 1992-04-01 | 1 | -25/+152 |
* | * inferior.h: Eliminate CANNOT_EXECUTE_STACK in favor of | John Gilmore | 1991-09-13 | 1 | -4/+0 |
* | Make writing to files work properly. (Fixes to BFD are also needed.) | John Gilmore | 1991-09-04 | 1 | -6/+20 |