Age | Commit message (Expand) | Author | Files | Lines |
2003-09-07 | * lin-lwp.c (detach_callback): Don't call stop_wait_callback. | Daniel Jacobowitz | 1 | -2/+96 |
2003-08-28 | * lin-lwp.c (wait_lwp): New function, copied from | Daniel Jacobowitz | 1 | -78/+74 |
2003-08-17 | * lin-lwp.c (child_wait): Call linux_record_stopped_pid. | Daniel Jacobowitz | 1 | -0/+1 |
2003-08-17 | * Makefile.in (i386-linux-nat.o): Update dependencies. | Daniel Jacobowitz | 1 | -0/+20 |
2003-06-19 | 2003-06-19 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -37/+2 |
2003-06-19 | * arch-utils.c (default_prepare_to_proceed): Remove. | Daniel Jacobowitz | 1 | -40/+0 |
2003-06-18 | * config/nm-linux.h (linux_record_stopped_pid): New prototype. | Daniel Jacobowitz | 1 | -0/+40 |
2003-06-04 | 2003-06-04 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -12/+164 |
2003-03-28 | 2003-03-28 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -120/+111 |
2003-01-13 | * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove. | Daniel Jacobowitz | 1 | -40/+0 |
2003-01-09 | * lin-lwp.c (child_wait): Ignore exit statuses for processes other | Daniel Jacobowitz | 1 | -1/+20 |
2003-01-06 | chael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -31/+187 |
2002-12-09 | * lin-lwp.c (strsignal): Make extern declaration match that of glibc. | Kevin Buettner | 1 | -1/+1 |
2002-12-04 | 2002-12-03 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -28/+4 |
2002-11-26 | * acconfig.h (HAVE_PREAD64): Add. | Daniel Jacobowitz | 1 | -1/+3 |
2002-10-31 | * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step. | Daniel Jacobowitz | 1 | -5/+2 |
2002-08-27 | * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o, | Tom Tromey | 1 | -0/+1 |
2002-03-31 | * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in | Mark Kettenis | 1 | -1/+1 |
2002-03-27 | s/strerror/safe_strerror/ | Andrew Cagney | 1 | -4/+4 |
2002-02-24 | * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux'' | Andrew Cagney | 1 | -25/+27 |
2001-11-21 | Fix two ``attach'' related bugs involving threads. | Kevin Buettner | 1 | -0/+18 |
2001-10-14 | Fix attaching to cloned processes. This fixes PR gdb/61. | Mark Kettenis | 1 | -19/+103 |
2001-07-13 | * lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if there | Mark Kettenis | 1 | -2/+3 |
2001-07-12 | * lin-lwp.c (stop_wait_callback): Add support for flushing | Mark Kettenis | 1 | -14/+25 |
2001-07-07 | * lin-lwp.c (status_to_str): New function. | Mark Kettenis | 1 | -13/+28 |
2001-07-06 | * lin-lwp.c (count_events_callback): Fix formatting. Turn check | Mark Kettenis | 1 | -68/+72 |
2001-07-06 | 2001-06-12 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -40/+213 |
2001-06-07 | * lin-lwp.c (struct lwp_info): Add member `resumed'. | Mark Kettenis | 1 | -12/+60 |
2001-06-06 | * arch-utils.c (generic_prepare_to_proceed): Allow for having | Jonathan Larmour | 1 | -1/+4 |
2001-05-30 | 2001-05-25 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -4/+22 |
2001-05-30 | 2001-05-25 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -1/+10 |
2001-05-15 | Fix warnings resulting from fact that GET_LWP() now returns a long rather | Kevin Buettner | 1 | -5/+5 |
2001-05-15 | Redefine ptid_t to be a struct rather than an int. | Kevin Buettner | 1 | -12/+4 |
2001-05-10 | Revert a couple of small changes that inadvertently came in via the | Kevin Buettner | 1 | -2/+2 |
2001-05-10 | Minor ptid_t changes for the upcoming phase 3 ptid patch. | Kevin Buettner | 1 | -2/+2 |
2001-05-06 | Consolidate save_inferior_ptid/restore_inferior_ptid implementation to | Kevin Buettner | 1 | -22/+1 |
2001-05-06 | Implement attach/detach for multi-threaded programs on Linux. | Mark Kettenis | 1 | -27/+85 |
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -104/+116 |
2001-05-01 | 2001-05-01 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -14/+23 |
2001-04-30 | 2001-04-30 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -33/+39 |
2001-04-30 | 2001-04-30 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -28/+33 |
2001-04-26 | 2001-04-26 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -33/+28 |
2001-04-26 | 2001-04-26 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -6/+6 |
2001-04-06 | 2001-04-06 David Smith <dsmith@redhat.com> | David Smith | 1 | -1/+5 |
2001-03-30 | * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until | Mark Kettenis | 1 | -4/+4 |
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 1 | -1/+2 |
2001-01-24 | * lin-lwp.c (lin_lwp_xfer_memory): Add attrib argument. | J.T. Conklin | 1 | -1/+2 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -3/+3 |
2000-09-18 | * lin-lwp.c (stop_wait_callback): Remove bogus assertions in the | Mark Kettenis | 1 | -8/+13 |
2000-09-09 | * lin-lwp.c (normal_mask, blocked_mask): New variables. | Mark Kettenis | 1 | -14/+62 |