summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/db_machdep.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert db_addr_t -> vaddr_t but leave the typedef for now.mpi2019-11-071-2/+2
* Use the debugger mutex for `ddb_mp_mutex'. This should prevent a racevisa2019-03-231-3/+1
* Unifdef KGDB.mpi2017-04-301-10/+1
* Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernelmpi2016-09-041-1/+4
* G/C DDB_REGS.mpi2016-04-271-2/+1
* Rename kdb_trap() into db_ktrap().mpi2016-02-271-2/+2
* DDB supports ELF symbols are all archs, and it's always the same as theguenther2014-03-161-4/+1
* Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used.guenther2014-03-161-12/+1
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Remove ddb single-step load and store counters. Most platforms do notmiod2010-11-271-3/+1
* g/c db_thread_fp_used()miod2008-02-111-3/+1
* remove vars from some prototypes.fgsch2007-10-191-3/+3
* remove dead macrosmickey2006-03-151-20/+1
* untested kgdb support for amd64. prolly needs more work whenfgsch2005-11-131-2/+4
* proper SET_PC_REGS,espie2005-01-101-5/+2
* mutex instead of SIMPLELOCK for mp ddb.art2004-07-221-2/+3
* 'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64andreas2004-06-251-7/+14
* an amd64 arch support.mickey2004-01-281-0/+141