summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/include/db_machdep.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert db_addr_t -> vaddr_t but leave the typedef for now.mpi2019-11-071-3/+3
* ANSIfy functions and get rid of boolean_t.mpi2019-11-061-6/+6
* Use the debugger mutex for `ddb_mp_mutex'. This should prevent a racevisa2019-03-231-3/+1
* G/C DDB_REGS.mpi2016-04-271-2/+1
* Sync no-argument function declaration and definition by adding (void).naddy2016-03-071-2/+1
* Rename kdb_trap() into db_ktrap().mpi2016-02-271-2/+2
* Add support for switching CPUs in ddb on sparc64.kettenis2015-08-281-1/+11
* DDB supports ELF symbols are all archs, and it's always the same as theguenther2014-03-161-7/+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-5/+1
* Implement a "machine xir" ddb command, making it possible to send ankettenis2008-12-141-1/+4
* Remove KGDB code. It was never converted to 64-bit, and just makes locore.skettenis2008-03-171-8/+1
* SET_PC_REGS, arches tested between me and miod.espie2005-01-041-5/+2
* Kill more commons in sparc64 codejason2003-02-121-2/+2
* Decruftification.art2002-06-151-9/+2
* First round of __P removal in sysmillert2002-03-141-12/+12
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+1
* setup the 'machine' commands for ddbjason2001-08-221-1/+2
* $OpenBSD$jason2001-08-201-0/+1
* adapt to our variant of branch_takenart2001-08-191-1/+1
* db_machdep from NetBSD.art2001-08-191-0/+163