support PTRACE_SYSCALL.

support PTRACE_O_TRACESYSGOOD.
ptrace_report_exec() calls ptrace_report_signal().

refs #265
This commit is contained in:
Susumu Komae
2015-02-17 16:56:27 +09:00
committed by postpeta
parent 8568a73f33
commit fa15f6b106
4 changed files with 47 additions and 45 deletions

View File

@@ -387,7 +387,6 @@ int ptrace_traceme(void){
}
clear_single_step(proc);
/* TODO: other flags may reset */
out:
dkprintf("ptrace_traceme,returning,error=%d\n", error);