Age | Commit message (Expand) | Author | Files | Lines |
2006-07-12 | * target.c (target_read): Stop if target_read_partial returns 0 | Daniel Jacobowitz | 1 | -1/+2 |
2006-04-18 | gdb/ | Daniel Jacobowitz | 1 | -5/+13 |
2006-01-24 | * infcmd.c: Include "observer.h". | Daniel Jacobowitz | 1 | -6/+1 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -2/+3 |
2005-02-15 | 2005-02-15 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -7/+7 |
2005-02-12 | 2005-02-11 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -19/+19 |
2005-02-11 | 2005-02-11 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -4/+4 |
2005-02-11 | 2005-02-10 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -28/+28 |
2004-10-30 | * procfs.c (procfs_fetch_registers, procfs_store_registers): Like | Mark Kettenis | 1 | -2/+0 |
2004-10-30 | * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs) | Mark Kettenis | 1 | -135/+117 |
2004-10-08 | 2004-10-08 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -5/+5 |
2004-10-05 | * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF | Mark Kettenis | 1 | -1/+1 |
2004-08-27 | * procfs.c (dbx_link_bpt_addr): New static global variable. | Joel Brobecker | 1 | -25/+237 |
2004-08-11 | * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP | Mark Kettenis | 1 | -10/+15 |
2004-08-10 | * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP. | Mark Kettenis | 1 | -1/+1 |
2004-08-08 | * procfs.c (procfs_pid_to_str): Remove redundant and unused | Mark Kettenis | 1 | -16/+6 |
2004-05-25 | 2004-05-25 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+3 |
2004-02-15 | 2004-02-15 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -5/+2 |
2004-02-01 | 2004-01-28 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -0/+51 |
2004-01-29 | 2004-01-29 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -263/+264 |
2004-01-17 | 2004-01-17 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -10/+8 |
2003-11-22 | 2003-11-22 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2003-09-21 | 2003-09-20 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -1/+0 |
2003-09-17 | 2003-09-17 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -2/+2 |
2003-04-29 | 2003-04-28 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -2/+2 |
2003-02-07 | 2003-02-06 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -2/+5 |
2003-02-07 | 2003-02-06 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -2/+1 |
2003-02-07 | 2003-02-06 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -0/+1 |
2003-02-01 | 2003-02-01 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -6/+23 |
2002-09-11 | 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com> | Michael Snyder | 1 | -0/+3 |
2002-08-26 | Fix PR gdb/393: | Stephane Carrez | 1 | -0/+1 |
2002-08-13 | * procfs.c (procfs_can_use_hw_breakpoint): New function. | Kevin Buettner | 1 | -0/+34 |
2002-07-11 | Fix some K&R isms. | Andrew Cagney | 1 | -2/+1 |
2002-02-14 | 2002-02-13 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -3/+7 |
2002-02-13 | 2002-02-13 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -12/+38 |
2002-01-09 | 2002-01-03 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -40/+215 |
2002-01-03 | 2001-12-28 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -170/+192 |
2001-12-28 | 2001-12-21 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -11/+142 |
2001-07-07 | Allocate/free space associated with saved_entryset and saved_exitset. | Kevin Buettner | 1 | -0/+5 |
2001-07-06 | 2001-07-06 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -4/+1 |
2001-05-15 | Redefine ptid_t to be a struct rather than an int. | Kevin Buettner | 1 | -12/+0 |
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -109/+113 |
2001-04-17 | Add code to retry certain open()s. | Kevin Buettner | 1 | -9/+44 |
2001-04-13 | 2001-04-13 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -0/+2 |
2001-03-27 | Add AIX5 procfs support. | Kevin Buettner | 1 | -287/+708 |
2001-03-20 | malloc() -> xmalloc. | Andrew Cagney | 1 | -5/+2 |
2001-03-15 | Add ``attrib'' parameter to *xfer_memory() functions. | Andrew Cagney | 1 | -2/+4 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+1 |
2001-01-16 | 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 1 | -2/+6 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -2/+2 |