aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_run.c
Commit message (Expand)AuthorAgeFilesLines
* ddb: ANSI-fy function declarations.Pedro F. Giffuni2014-10-121-19/+8
* ddb: space/tab fixes.Pedro F. Giffuni2014-10-111-1/+1
* ins is only set and unused, but only when we're not doing softwareWarner Losh2014-08-141-4/+4
* Fix software single-stepping: we need to check if the instruction is aOlivier Houchard2008-08-021-1/+1
* rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisitePeter Wemm2005-04-141-0/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Do not attempt to skip a breakpoint that is a result of a software single step,Olivier Houchard2004-11-211-3/+12
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-40/+26
* Use __FBSDID().David E. O'Brien2003-06-101-3/+4
* Split the declaration and the initialization of two variables.Maxime Henrion2002-06-231-4/+4
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sDoug Rabson2001-09-151-2/+2
* No tokens should follow #endif.David E. O'Brien2001-08-151-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)Peter Wemm1999-07-011-2/+1
* Remove the two single step breakpoints in the reverse order of setting toDoug Rabson1998-07-051-5/+5
* Use db_addr_t for the breakpoint address in db_set_single_step.Doug Rabson1998-06-281-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-5/+5
* Removed unused #includes.Bruce Evans1997-06-141-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Reduced and cleaned up #includes.Bruce Evans1995-12-101-4/+3
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-5/+5
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-2/+8
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-7/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-5/+5
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-2/+3
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-38/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+426