aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/gdb_machdep.h
Commit message (Expand)AuthorAgeFilesLines
* amd64: Protect the kernel text, data, and BSS by setting the RW/NX bitsJonathan T. Looney2018-03-061-0/+2
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Change GDB_BUFSZ to be large enough to hold a register dump where eachJohn Baldwin2007-02-051-1/+1
* Sync with i386: Map exceptions to signals in gdb_cpu_signal() soMarcel Moolenaar2006-04-041-6/+1
* The PC is register 16, not 18.Marcel Moolenaar2006-04-041-1/+1
* Begin all license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Change gdb_cpu_setreg() to not take the value to which to set theMarcel Moolenaar2004-12-011-1/+1
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-101-0/+57