index
:
mmglue
main
midipix architecture- and target-specific files for musl libc
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
arch
/
nt64
/
debug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-14
Code base: updated all translation units to match the project's COPYING file.
midipix
1
-1
/
+1
2023-12-23
add copyright notice to C and Assembly translation units where applicable.
midipix
1
-0
/
+6
2019-09-11
nt32/nt64: debug interfaces: added __dbg_info_get(), __dbg_info_set().
midipix
1
-0
/
+10
2019-09-07
nt32/nt64: debug interfaces: added __dbg_regs_fetch(), __dbg_regs_store().
midipix
1
-0
/
+10
2019-09-07
nt32/nt64: debug interfaces: added __dbg_vm_read(), __dbg_vm_write().
midipix
1
-0
/
+10
2019-09-06
nt32/nt64: __dbg_suspend() --> __dbg_{suspend|resume}_thread().
midipix
1
-5
/
+10
2019-09-05
glue layer: debug.h, __dbg_spawn(): added struct __strace definition/parameter.
midipix
1
-2
/
+4
2019-08-20
nt32/nt64: debug interfaces: use the newly introduced system calls.
midipix
1
-21
/
+18
2019-06-07
debug interfaces: added __dbg_rbreak(), __dbg_tbreak(), and __dbg_lbreak().
midipix
1
-0
/
+15
2019-06-06
debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl.
midipix
1
-0
/
+79