aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include/kdb.h
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-071-67/+0
* Move the implementation of kdb_cpu_trap() from <machine/kdb.h> toMarcel Moolenaar2014-03-161-10/+2
* Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_idMarcel Moolenaar2009-12-071-1/+1
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-0/+15
* Now that printf() needs the PCPU, set it up before we call printf().Marcel Moolenaar2006-11-181-1/+1
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to theMarcel Moolenaar2006-04-031-0/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+58