aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/gdb_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with i386: Map exceptions to signals in gdb_cpu_signal() soMarcel Moolenaar2006-04-041-0/+24
* Kill pcb_rflags. It served no purpose.Peter Wemm2005-09-271-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-4/+3
* Update the gdb register extraction support to use the pcb whereverPeter Wemm2004-11-301-23/+33
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-101-0/+84