Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-02-24 | * Makefile.in (linux-thread.o): Delete target. | Andrew Cagney | 1 | -1759/+0 | |
* linux-thread.c: Delete file. | |||||
2001-06-06 | * arch-utils.c (generic_prepare_to_proceed): Allow for having | Jonathan Larmour | 1 | -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-06 | Consolidate save_inferior_ptid/restore_inferior_ptid implementation to | Kevin Buettner | 1 | -20/+0 | |
one source file. | |||||
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -88/+103 | |
2001-04-06 | 2001-04-06 David Smith <dsmith@redhat.com> | David Smith | 1 | -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-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+1 | |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -1/+1 | |
2000-09-13 | Protoization. | Kevin Buettner | 1 | -3/+1 | |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -77/+36 | |
2000-06-04 | Eliminate PARAMS from function pointer declarations. | Kevin Buettner | 1 | -1/+1 | |
2000-03-24 | Don't do compile time comparison of TARGET_PTR_BIT and TARGET_INT_BIT. | Kevin Buettner | 1 | -13/+10 | |
2000-03-18 | * linux-thread.c (linuxthreads_attach, linuxthreads_detach, | Jim Blandy | 1 | -3/+3 | |
linuxthreads_create_inferior): Fix typo in variable name: it's linuxthreads_exit_status, not linux_exit_status. | |||||
2000-03-17 | 2000-03-17 Mark Kettenis <kettenis@gnu.org> | Michael Snyder | 1 | -3/+3 | |
* gdb_wait.h: add definitions of WSETSTOP and WSETEXIT for Linux. * linux-thread.c: Use WSETSTOP instead of W_STOPCODE. | |||||
2000-02-10 | From Mark Kettenis: Re-order #includes. defs.h is always first. | Andrew Cagney | 1 | -1/+1 | |
2000-02-09 | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 1 | -2/+1 | |
2000-01-25 | import gdb-2000-01-24 snapshot | Jason Molenda | 1 | -0/+2 | |
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -96/+232 | |
1999-11-09 | import gdb-1999-11-08 snapshot | Jason Molenda | 1 | -18/+38 | |
1999-11-02 | import gdb-1999-11-01 snapshot | Jason Molenda | 1 | -34/+44 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 1 | -0/+1637 | |