ptrace(stepName: String, fn: () => Promise, ...args: Value) => () => Promise 跟踪Promise 返回函数的调用, 记录有关调用和解决/拒绝的消息。 装饰 Promise 返回函数并向每个调用添加跟踪。 像以前一样使用这个新功能。 ptrace.log 要使用的记录功能。 默认为console.log。 如果您愿意,可以使用您自己...
README.md UNLICENSE _fptracee.c default.nix deps.nix fptracee.go intsliceset.go main.go pstate.go script.go seccomp.go stringsliceset.go sysstate.go trace.go Introduction fptraceis a Linux process tracing tool that records process launches and file accesses. Results can be saved in adeps...
@@ -147,6 +147,9 @@ int ptrace_setxregs(struct task_struct *child, void __user *uregs) elf_xtregs_t *xtregs = uregs; int ret = 0; if (!access_ok(VERIFY_READ, uregs, sizeof(elf_xtregs_t))) return -EFAULT; #if XTENSA_HAVE_COPROCESSORS /* Flush all coprocessors before ...