summaryrefslogtreecommitdiff
path: root/sys/ddb/db_access.h
AgeCommit message (Collapse)Author
2019-09-12changes of r1.39 was incomplete. only "examin/m" could handle 'q'.ryo
added support 'r','x','z','d','u', and 'o' with 'q' modifier on 32bit arch.
2009-03-07Make ddb compile and work in userspace. Mostly this is comprised of threead
types of changes: - Add a few new methods to replace stuff like p_find(), CPU_INFO_FOREACH. - Use db_read_bytes() instead of accessing kernel structures directly, and similar changes. - Add ifdef _KERNEL where the above hasn't been done, and an XXX comment.
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
future commit will replace use of TRUE and FALSE with true and false.
2005-12-11merge ktrace-lwp.christos
2005-06-01make the argument of db_write_bytes const (sorry for the signature change)drochner
2002-02-15ANSIfy, KNF.simonb
Make some variables and functions static when not used outside of a module. Make variables in headers extern. Delete the unused db_find_watchpoint() function.
1999-04-12Quote "AS IS" as in the majority of Carnegy Mellon notices.pk
1999-04-06Fix a pasto in copyright text which has been procreating like rabbits..pk
1994-10-09Clean up #includes.mycroft
1994-10-09Add prototypes.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-02-15Remove RCS logs.mycroft
1993-05-20add explicit rcs idcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd