summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_break.h
Commit message (Collapse)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-imp2005-01-061-1/+1
|
* Revert previous and move the prototype for db_alt_break to ddb.h.jake2002-12-311-7/+1
| | | | Requested by: bde (I think)
* - Add a function db_alt_break which recognizes the character sequence used tojake2002-12-311-1/+7
| | | | | | | | | | implement ALT_BREAK_TO_DEBUGGER. The caller provides a pointer to a state variable to allow different state to be maintained for separate instances of a device. - Use struct vm_map * instead of vm_map_t in db_break.h to avoid its users needing to include vm headers. Requested by: njl
* Remove __P.alfred2002-03-201-5/+5
|
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sdfr2001-09-151-1/+5
| | | | | breakpoint handling slightly to cope with the fact that ia64 instructions are not located on byte boundaries.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed missing ifdefs and disordering in previous commit.bde1998-06-081-2/+6
|
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+3
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Reduced and cleaned up #includes.bde1995-12-101-3/+1
|
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+1
|
* Staticized and '#ifdef notused' stuff we don't use.phk1995-11-291-10/+1
|
* Completed function declarations and/or added prototypes.bde1995-11-241-10/+15
| | | | | | Removed `extern' from prototypes. Sorted prototypes. Uniformized idempotency ifdefs.
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
|
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-22/+2
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+84
OpenPOWER on IntegriCloud