Hi All,
The tracee isn't printing anything after PTRACE_CONT and waitpid but it prints after providing PTRACE_CONT again as shown in the below code
if(is_prefix(command, "continue")){
resume(pid);
wait_on_signal(pid);
resume(pid);
}
Did any one face similar issue ?
Platform: Ubuntu 22.04.3
GCC: 11.4.0