aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/db_machdep.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+0
* Cleanups related to debug exceptions on x86.John Baldwin2018-05-221-1/+3
* Fix printing of negative offsets (typically from frame pointers) again.Bruce Evans2017-03-261-15/+0
* Decode some REX prefixes in inst_call(). This makes the 'next' andBruce Evans2016-09-151-3/+4
* Abort single stepping in ddb if the trap is not for single-stepping.Bruce Evans2016-09-151-4/+8
* Begin all license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* MFi386: adapt rev 1.19 (debugger fixes)Peter Wemm2004-09-221-2/+10
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-12/+5
* Initial port to amd64 after repocopy from i386. Note that thePeter Wemm2003-05-301-6/+6
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-2/+2
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sDoug Rabson2001-09-151-0/+2
* Fix style bug: order includesMarcel Moolenaar1999-10-041-1/+1
* sigset_t change (part 3 of 5)Marcel Moolenaar1999-09-291-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Backed out rev.1.5. if %cs is bad, %eip may be bad, but this is no longerBruce Evans1997-03-281-3/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Fixed printing of small offsets. E.g., -4(%ebp) is now printedBruce Evans1997-01-161-0/+15
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Removed unused thread support (partly to get rid of its incompleteBruce Evans1995-12-031-46/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* Remove reference to impossible trap type T_KDBTRAP. We don't supportBruce Evans1995-01-141-8/+9
* Fix the test for the code segment being the usual one. Unusual codeBruce Evans1994-10-191-2/+3
* Avoid ddb getting a panic if the code-segment isn't the usual one...Poul-Henning Kamp1994-10-021-2/+2
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justBruce Evans1994-09-081-8/+6
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-2/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-35/+1
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+154