summaryrefslogtreecommitdiff
path: root/gdb/uw-thread.c
Commit message (Collapse)AuthorAgeFilesLines
* * uw-thread.c (SP_ARG0): Define if not already defined.Mark Kettenis2002-08-151-0/+8
| | | | * config/i386/tm-i386.h (SO_ARG0): Remove define.
* Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03Kevin Buettner2001-05-041-76/+85
|
* Pass NULL for the mem_attrib argument in the to_xfer_memory calls.Kevin Buettner2001-03-151-7/+7
|
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-1/+2
|
* 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>gdb-pre-params-removal-2000-05-28Michael Snyder2000-05-261-0/+2
| | | | | | | | | | | | | | | | * gregset.h: New file. Typedefs for gdb_gregset_t and gdb_fpregset_t, prototypes for supply_gregset and friends. * procfs.c: Include gregset.h. Delete local prototypes for supply_gregset etc., and local typedef gdb_gregset_t etc. * sol-thread.c: Include gregset.h, delete local prototypes, add appropriate casts to gdb_gregset_t. * uw-thread.c, lin-thread.c, core-sol2.c, core-regset.c, sparc-tdep.c, ptx4-nat.c, ppc-linux-nat.c, mipsv4-nat.c, m88k-nat.c, m68klinux-nat.c, m68k-tdep.c, irix5-nat.c, irix4-nat.c, ia64-linux-nat.c, i386v4-nat.c, cxux-nat.c, arm-linux-nat.c, alpha-nat.c: Include gregset.h. * config/nm-linux.h: Define GDB_GREGSET_T, GDB_FPREGET_T. * config/sparc/tm-sun4sol2.h: Ditto.
* * uw-thread.c: Apply GNU conventions to comment formatting.Nicholas Duffek2000-03-021-208/+159
| | | | | | (deactivate_uw_thread): Call remove_thread_event_breakpoints(). (uw_thread_mourn_inferior): Move remove_thread_event_breakpoints() call to deactivate_uw_thread().
* * uw-thread.c: Remove __FUNCTION__ GNUism.Nicholas Duffek2000-02-121-5/+6
|
* Initial revisionJason Molenda2000-01-181-0/+1095