Age | Commit message (Expand) | Author | Files | Lines |
2004-11-20 | * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro. | Mark Kettenis | 1 | -76/+1 |
2004-10-05 | 2004-10-05 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+2 |
2004-09-29 | 2004-09-29 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2004-09-29 | 2004-09-29 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+5 |
2004-09-29 | 2004-09-29 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+0 |
2004-09-20 | 2004-09-20 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -4/+11 |
2004-09-07 | 2004-09-07 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -4/+0 |
2004-08-22 | * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h. | Mark Kettenis | 1 | -49/+32 |
2004-08-22 | * infptrace.c: Include "gdb_assert.h". | Mark Kettenis | 1 | -95/+74 |
2004-08-21 | * gdb_ptrace.h: New file. | Mark Kettenis | 1 | -47/+3 |
2004-08-16 | * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3 | Mark Kettenis | 1 | -1/+1 |
2004-08-15 | * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with | Mark Kettenis | 1 | -13/+13 |
2004-08-14 | * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with | Mark Kettenis | 1 | -16/+16 |
2004-08-11 | * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5 | Mark Kettenis | 1 | -3/+3 |
2004-08-06 | * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of | Mark Kettenis | 1 | -28/+1 |
2004-08-03 | 2004-08-02 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+2 |
2004-07-31 | * infptrace.c: Update copyright year. | Mark Kettenis | 1 | -3/+2 |
2004-07-24 | 2004-07-23 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2004-07-22 | 2004-07-21 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+2 |
2004-06-09 | 2004-06-09 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -3/+0 |
2004-06-08 | 2004-06-08 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -10/+18 |
2003-10-02 | 2003-10-02 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -3/+3 |
2003-09-14 | 2003-09-14 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -2/+2 |
2003-08-17 | * Makefile.in (i386-linux-nat.o): Update dependencies. | Daniel Jacobowitz | 1 | -0/+2 |
2003-05-22 | 2003-05-22 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -2/+2 |
2003-05-08 | 2003-05-08 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -2/+2 |
2003-02-25 | 2003-02-25 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -1/+1 |
2003-02-24 | 2003-02-24 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -3/+4 |
2002-11-08 | * infptrace.c (child_xfer_memory): Make use of the new PT_IO | Mark Kettenis | 1 | -0/+31 |
2002-01-19 | Remove ATTRIBUTE_UNUSED. Update (C). | Andrew Cagney | 1 | -4/+3 |
2002-01-08 | 2002-01-07 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -2/+20 |
2001-11-19 | 2001-11-19 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 1 | -2/+8 |
2001-10-21 | * infptrace.c (child_xfer_memory): Fix a few coding standards | Mark Kettenis | 1 | -32/+27 |
2001-07-26 | * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR. | Daniel Jacobowitz | 1 | -1/+1 |
2001-06-15 | Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER(). | Andrew Cagney | 1 | -10/+0 |
2001-05-15 | Redefine ptid_t to be a struct rather than an int. | Kevin Buettner | 1 | -16/+0 |
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -20/+24 |
2001-03-20 | Change SOFTWARE_SINGLE_STEP_P into SOFTWARE_SINGLE_STEP_P(). | Andrew Cagney | 1 | -1/+1 |
2001-03-13 | Eliminate ARCH_NUM_REGS. | Andrew Cagney | 1 | -2/+2 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+2 |
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 1 | -0/+1 |
2001-02-25 | Replace calls to abort() with calls to internal_error(). | Kevin Buettner | 1 | -1/+1 |
2001-02-08 | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 1 | -1/+2 |
2001-01-23 | * exec.c (xfer_memory): Add attrib argument. | J.T. Conklin | 1 | -1/+2 |
2000-09-09 | Protoization. | Kevin Buettner | 1 | -7/+3 |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -29/+13 |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -5/+5 |
2000-05-25 | Replace <sys/dir.h> (and <dirent.h>) with "gdb_dirent.h". | Andrew Cagney | 1 | -1/+1 |
2000-02-09 | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 1 | -10/+1 |
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -25/+63 |