summaryrefslogtreecommitdiffhomepage
path: root/src/arch/nt32/debug.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-14Code base: updated all translation units to match the project's COPYING file.HEADmainmidipix1-1/+1
2023-12-23add copyright notice to C and Assembly translation units where applicable.midipix1-0/+6
2019-09-11nt32/nt64: debug interfaces: added __dbg_info_get(), __dbg_info_set().midipix1-0/+10
2019-09-07nt32/nt64: debug interfaces: added __dbg_regs_fetch(), __dbg_regs_store().midipix1-0/+10
2019-09-07nt32/nt64: debug interfaces: added __dbg_vm_read(), __dbg_vm_write().midipix1-0/+10
2019-09-06nt32/nt64: __dbg_suspend() --> __dbg_{suspend|resume}_thread().midipix1-5/+10
2019-09-05glue layer: debug.h, __dbg_spawn(): added struct __strace definition/parameter.midipix1-2/+4
2019-08-20nt32/nt64: debug interfaces: use the newly introduced system calls.midipix1-21/+18
2019-06-07debug interfaces: added __dbg_rbreak(), __dbg_tbreak(), and __dbg_lbreak().midipix1-0/+15
2019-06-06debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl.midipix1-0/+79