summaryrefslogtreecommitdiff
path: root/gdb/proc-service.c
Commit message (Collapse)AuthorAgeFilesLines
* s/Linux/.../Andrew Cagney2002-02-241-3/+4
| | | | Fix PR gdb/378.
* * proc-service.c (BUILD_LWP): Redefine in terms of ptid_build.Mark Kettenis2001-10-141-1/+1
|
* Redefine ptid_t to be a struct rather than an int.Kevin Buettner2001-05-151-4/+0
|
* Consolidate save_inferior_ptid/restore_inferior_ptid implementation toKevin Buettner2001-05-061-18/+0
| | | | one source file.
* Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03Kevin Buettner2001-05-041-18/+18
|
* Replace free() with xfree().Kevin Buettner2000-12-151-1/+1
|
* * config/i386/nm-linux.h (PREPARE_TO_PROCEED, ATTCH_LWP,Mark Kettenis2000-09-031-0/+333
GET_THREAD_SIGNALS): New defines. * config/i386/linux.mh (NATDEPFILES): Remove lin-thread.o and linux-threads.o. Add proc-service.o, thread-db.o and lin-lwp.o. * proc-service.c: New file. * thread-db.c: New file. * lin-lwp.c: New file.