aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_run.c
Commit message (Expand)AuthorAgeFilesLines
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-121-0/+1
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* Silently ignore unexpected single-step traps (except for turningBruce Evans2016-09-171-5/+13
* Statically initialize the run mode to the one that will becomeBruce Evans2016-09-161-4/+1
* Abort single stepping in ddb if the trap is not for single-stepping.Bruce Evans2016-09-151-1/+22
* Pass the trap type and code down from db_trap() to db_stop_at_pc() soBruce Evans2016-09-091-2/+3
* Fix stopping when the specified breakpoint count is reached. TheBruce Evans2016-09-091-0/+1
* Don't print an extra newline after the instruction when printing forBruce Evans2016-08-141-2/+0
* Add helper to catch single step debug event and distinguish it from bkptZbigniew Bodek2015-11-271-7/+17
* ddb: de-registerPedro F. Giffuni2015-05-231-4/+4
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-18/+13
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-181-21/+21
* 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