Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Oct 9, 2024
1 parent 0b947ce commit b145378
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions clients/drcachesim/tracer/tracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1874,10 +1874,9 @@ event_thread_exit(void *drcontext)
// Ignore return value and try to continue in release build.
// We skip dumping the trace because the syscall was likely interrupted
// by the detach signal and does not represent the real app behavior.
// XXX: Can we somehow figure out how much of the PT trace we can
// keep?
// XXX: Can we somehow figure out how much of the PT trace we can keep?
// Such PT syscall traces at the thread's end have been seen to not
// decode successfully, particularly for syscalls like switchto, futex,
// decode successfully in libipt, particularly for syscalls like futex,
// and epoll_wait.
stop_cur_syscall_pt_trace(drcontext, data, /*dump_to_trace=*/false);
}
Expand Down

0 comments on commit b145378

Please sign in to comment.