summaryrefslogtreecommitdiff
path: root/gdb/lin-lwp.c
Commit message (Expand)AuthorAgeFilesLines
* 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-10-081-2/+5
* * lin-lwp.c (detach_callback): Don't call stop_wait_callback.Daniel Jacobowitz2003-09-071-2/+96
* * lin-lwp.c (wait_lwp): New function, copied fromDaniel Jacobowitz2003-08-281-78/+74
* * lin-lwp.c (child_wait): Call linux_record_stopped_pid.Daniel Jacobowitz2003-08-171-0/+1
* * Makefile.in (i386-linux-nat.o): Update dependencies.Daniel Jacobowitz2003-08-171-0/+20
* 2003-06-19 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-06-191-37/+2
* * arch-utils.c (default_prepare_to_proceed): Remove.Daniel Jacobowitz2003-06-191-40/+0
* * config/nm-linux.h (linux_record_stopped_pid): New prototype.Daniel Jacobowitz2003-06-181-0/+40
* 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-06-041-12/+164
* 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-03-281-120/+111
* * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.Daniel Jacobowitz2003-01-131-40/+0
* * lin-lwp.c (child_wait): Ignore exit statuses for processes otherDaniel Jacobowitz2003-01-091-1/+20
* chael Snyder <msnyder@redhat.com>Michael Snyder2003-01-061-31/+187
* * lin-lwp.c (strsignal): Make extern declaration match that of glibc.Kevin Buettner2002-12-091-1/+1
* 2002-12-03 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-12-041-28/+4
* * acconfig.h (HAVE_PREAD64): Add.Daniel Jacobowitz2002-11-261-1/+3
* * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.Daniel Jacobowitz2002-10-311-5/+2
* * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,Tom Tromey2002-08-271-0/+1
* * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO inMark Kettenis2002-03-311-1/+1
* s/strerror/safe_strerror/Andrew Cagney2002-03-271-4/+4
* * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''Andrew Cagney2002-02-241-25/+27
* Fix two ``attach'' related bugs involving threads.Kevin Buettner2001-11-211-0/+18
* Fix attaching to cloned processes. This fixes PR gdb/61.Mark Kettenis2001-10-141-19/+103
* * lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if thereMark Kettenis2001-07-131-2/+3
* * lin-lwp.c (stop_wait_callback): Add support for flushingMark Kettenis2001-07-121-14/+25
* * lin-lwp.c (status_to_str): New function.Mark Kettenis2001-07-071-13/+28
* * lin-lwp.c (count_events_callback): Fix formatting. Turn checkMark Kettenis2001-07-061-68/+72
* 2001-06-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-07-061-40/+213
* * lin-lwp.c (struct lwp_info): Add member `resumed'.Mark Kettenis2001-06-071-12/+60
* * arch-utils.c (generic_prepare_to_proceed): Allow for havingJonathan Larmour2001-06-061-1/+4
* 2001-05-25 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-05-301-4/+22
* 2001-05-25 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-05-301-1/+10
* Fix warnings resulting from fact that GET_LWP() now returns a long ratherKevin Buettner2001-05-151-5/+5
* Redefine ptid_t to be a struct rather than an int.Kevin Buettner2001-05-151-12/+4
* Revert a couple of small changes that inadvertently came in via theKevin Buettner2001-05-101-2/+2
* Minor ptid_t changes for the upcoming phase 3 ptid patch.Kevin Buettner2001-05-101-2/+2
* Consolidate save_inferior_ptid/restore_inferior_ptid implementation toKevin Buettner2001-05-061-22/+1
* Implement attach/detach for multi-threaded programs on Linux.Mark Kettenis2001-05-061-27/+85
* Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03Kevin Buettner2001-05-041-104/+116
* 2001-05-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-05-011-14/+23
* 2001-04-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-04-301-33/+39
* 2001-04-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-04-301-28/+33
* 2001-04-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-04-261-33/+28
* 2001-04-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-04-261-6/+6
* 2001-04-06 David Smith <dsmith@redhat.com>David Smith2001-04-061-1/+5
* * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped untilMark Kettenis2001-03-301-4/+4
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-1/+2
* * lin-lwp.c (lin_lwp_xfer_memory): Add attrib argument.J.T. Conklin2001-01-241-1/+2
* Replace free() with xfree().Kevin Buettner2000-12-151-3/+3
* * lin-lwp.c (stop_wait_callback): Remove bogus assertions in theMark Kettenis2000-09-181-8/+13