summaryrefslogtreecommitdiff
path: root/sys/ddb/db_run.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-01-07ddb: Remove SOFTWARE_SSTEP supportWarner Losh
2021-08-30Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner
2019-09-09ddb(4): Move an extern variable declaration to a headerConrad Meyer
2018-01-12Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson
2017-11-30SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni
2016-09-17Silently ignore unexpected single-step traps (except for turningBruce Evans
2016-09-16Statically initialize the run mode to the one that will becomeBruce Evans
2016-09-15Abort single stepping in ddb if the trap is not for single-stepping.Bruce Evans
2016-09-09Pass the trap type and code down from db_trap() to db_stop_at_pc() soBruce Evans
2016-09-09Fix stopping when the specified breakpoint count is reached. TheBruce Evans
2016-08-14Don't print an extra newline after the instruction when printing forBruce Evans
2015-11-27Add helper to catch single step debug event and distinguish it from bkptZbigniew Bodek
2015-05-23ddb: de-registerPedro F. Giffuni
2015-05-21ddb: finish converting boolean values.Pedro F. Giffuni
2015-05-18ddb: stop boolean screaming.Pedro F. Giffuni
2014-10-12ddb: ANSI-fy function declarations.Pedro F. Giffuni
2014-10-11ddb: space/tab fixes.Pedro F. Giffuni
2014-08-14ins is only set and unused, but only when we're not doing softwareWarner Losh
2008-08-02Fix software single-stepping: we need to check if the instruction is aOlivier Houchard
2005-04-14rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisitePeter Wemm
2005-01-06Start each of the license/copyright comments with /*-Warner Losh
2004-11-21Do not attempt to skip a breakpoint that is a result of a software single step,Olivier Houchard
2004-07-10Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar
2003-06-10Use __FBSDID().David E. O'Brien
2002-06-23Split the declaration and the initialization of two variables.Maxime Henrion
2002-03-20Remove __P.Alfred Perlstein
2001-09-15Fill out some gaps in ia64 DDB support. This involves generalising DDB'sDoug Rabson
2001-08-15No tokens should follow #endif.David E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-01Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)Peter Wemm
1998-07-05Remove the two single step breakpoints in the reverse order of setting toDoug Rabson
1998-06-28Use db_addr_t for the breakpoint address in db_set_single_step.Doug Rabson
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1997-06-14Removed unused #includes.Bruce Evans
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-12-10Reduced and cleaned up #includes.Bruce Evans
1995-12-10Staticize and cleanup.Poul-Henning Kamp
1995-12-07Untangled the vm.h include file spaghetti.David Greenman
1995-11-29Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp
1995-11-24Completed function declarations and/or added prototypes and/or #includesBruce Evans
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-08-13Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman
1993-11-25Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman
1993-10-16Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes
1993-06-12Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes