summaryrefslogtreecommitdiff
path: root/gdb/ns32knbsd-nat.c
Commit message (Collapse)AuthorAgeFilesLines
* Phase 1 of the ptid_t changes.Kevin Buettner2001-05-041-4/+4
|
* Update/correct copyright notices.Kevin Buettner2001-03-061-2/+2
|
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-1/+3
|
* Protoization.Kevin Buettner2000-09-261-6/+3
|
* Protoization.Kevin Buettner2000-07-301-10/+6
|
* import gdb-1999-10-04 snapshotJason Molenda1999-10-051-3/+5
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-210/+224
|
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+353
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-353/+0
|
* Wed Apr 1 16:30:49 1998 Ian Dall <Ian.Dall@dsto.defence.gov.au>Jason Molenda1998-04-021-0/+353
* ns32k-tdep.c (flip_bytes, ns32k_localcount, ns32k_get_enter_addr, sign_extend): Restore functions mysteriously deleted. * ns32knbsd-nat.c: New (?) file to support fetching and storing registers on NetBSD hosts. * nbsd.mh (NATDEPFILES): put ns32knbsd-nat.o instead of ns32k-nat.o * ns32km3-nat.c (reg_offset): Get order of floating point registers correct. Add extra 32382 register offsets. (REG_ADDRESS): define to point at correct part of thread state. Use calls to "warning" instead of "message". * tm-nbsd.h, tm-ns32km3.h (REGISTER_NAMES, NUM_REGS, REGISTER_BYTES, REGISTER_BYTE): redefine allowing for 32382 fpu registers.