summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_run.c
Commit message (Expand)AuthorAgeFilesLines
* Merge bde improvements for ddb on x86, mostly for single-stepping andkib2016-11-071-6/+34
* Add helper to catch single step debug event and distinguish it from bkptzbb2015-11-271-7/+17
* ddb: de-registerpfg2015-05-231-4/+4
* ddb: finish converting boolean values.pfg2015-05-211-18/+13
* ddb: stop boolean screaming.pfg2015-05-181-21/+21
* ddb: ANSI-fy function declarations.pfg2014-10-121-19/+8
* ddb: space/tab fixes.pfg2014-10-111-1/+1
* ins is only set and unused, but only when we're not doing softwareimp2014-08-141-4/+4
* Fix software single-stepping: we need to check if the instruction is acognet2008-08-021-1/+1
* rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisitepeter2005-04-141-0/+1
* Start each of the license/copyright comments with /*-imp2005-01-061-1/+1
* Do not attempt to skip a breakpoint that is a result of a software single step,cognet2004-11-211-3/+12
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-40/+26
* Use __FBSDID().obrien2003-06-101-3/+4
* Split the declaration and the initialization of two variables.mux2002-06-231-4/+4
* Remove __P.alfred2002-03-201-3/+3
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sdfr2001-09-151-2/+2
* No tokens should follow #endif.obrien2001-08-151-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)peter1999-07-011-2/+1
* Remove the two single step breakpoints in the reverse order of setting todfr1998-07-051-5/+5
* Use db_addr_t for the breakpoint address in db_set_single_step.dfr1998-06-281-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-5/+5
* Removed unused #includes.bde1997-06-141-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Reduced and cleaned up #includes.bde1995-12-101-4/+3
* Staticize and cleanup.phk1995-12-101-5/+5
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Staticized and '#ifdef notused' stuff we don't use.phk1995-11-291-2/+8
* Completed function declarations and/or added prototypes and/or #includesbde1995-11-241-7/+7
* Remove trailing whitespace.rgrimes1995-05-301-11/+11
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-5/+5
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-2/+3
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-38/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+426
OpenPOWER on IntegriCloud