aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-thread.c
AgeCommit message (Collapse)AuthorFilesLines
2002-02-24* Makefile.in (linux-thread.o): Delete target.Andrew Cagney1-1759/+0
* linux-thread.c: Delete file.
2001-06-06* arch-utils.c (generic_prepare_to_proceed): Allow for havingJonathan Larmour1-1/+4
stopped due to a Ctrl-C as well as breakpoints. * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not support thread switches after Ctrl-C. * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto. * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto. * m3-nat.c (mach3_prepare_to_proceed): Ditto.
2001-05-06Consolidate save_inferior_ptid/restore_inferior_ptid implementation toKevin Buettner1-20/+0
one source file.
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner1-88/+103
2001-04-062001-04-06 David Smith <dsmith@redhat.com>David Smith1-1/+4
* arch-utils.c (default_prepare_to_proceed) (generic_prepare_to_proceed): Added new functions. * arch-utils.h: New function declarations for default_prepare_to_proceed() and generic_prepare_to_proceed(). * gdbarch.sh: Added PREPARE_TO_PROCEED. * gdbarch.c: Regenerated. * gdbarch.h: Regenerated. * inferior.h: Added get_last_target_status() declaration. * infrun.c (get_last_target_status): Added new function. (handle_inferior_event): Saves last pid and waitstatus, which will get returned by get_last_target_status(). * hppa-tdep.c (prepare_to_proceed): Added comment stating that prepare_to_proceed() is potentially redundant since default_prepare_to_proceed() has been added. * linux-thread.c (prepare_to_proceed): Ditto. * lin-lwp.c (prepare_to_proceed): Ditto. * m3-nat.c (prepare_to_proceed): Ditto.
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2000-12-15Replace free() with xfree().Kevin Buettner1-1/+1
2000-09-13Protoization.Kevin Buettner1-3/+1
2000-07-30Protoization.Kevin Buettner1-77/+36
2000-06-04Eliminate PARAMS from function pointer declarations.Kevin Buettner1-1/+1
2000-03-24Don't do compile time comparison of TARGET_PTR_BIT and TARGET_INT_BIT.Kevin Buettner1-13/+10
2000-03-18* linux-thread.c (linuxthreads_attach, linuxthreads_detach,Jim Blandy1-3/+3
linuxthreads_create_inferior): Fix typo in variable name: it's linuxthreads_exit_status, not linux_exit_status.
2000-03-172000-03-17 Mark Kettenis <kettenis@gnu.org>Michael Snyder1-3/+3
* gdb_wait.h: add definitions of WSETSTOP and WSETEXIT for Linux. * linux-thread.c: Use WSETSTOP instead of W_STOPCODE.
2000-02-10From Mark Kettenis: Re-order #includes. defs.h is always first.Andrew Cagney1-1/+1
2000-02-09Replace ../include/wait.h with gdb_wait.h.Andrew Cagney1-2/+1
2000-01-25import gdb-2000-01-24 snapshotJason Molenda1-0/+2
1999-12-22import gdb-1999-12-21 snapshotJason Molenda1-96/+232
1999-11-09import gdb-1999-11-08 snapshotJason Molenda1-18/+38
1999-11-02import gdb-1999-11-01 snapshotJason Molenda1-34/+44
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-0/+1637