From 0b947cee8fcf3b581b076fab38dd83b4b380de4f Mon Sep 17 00:00:00 2001 From: Abhinav Anil Sharma Date: Wed, 9 Oct 2024 01:24:09 -0400 Subject: [PATCH] Add switchto to comment about interrupted syscalls --- clients/drcachesim/tracer/tracer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/drcachesim/tracer/tracer.cpp b/clients/drcachesim/tracer/tracer.cpp index cd1fb4c2a85..ab0c00373a4 100644 --- a/clients/drcachesim/tracer/tracer.cpp +++ b/clients/drcachesim/tracer/tracer.cpp @@ -1877,8 +1877,8 @@ event_thread_exit(void *drcontext) // 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 futex, - // epoll_wait. + // decode successfully, particularly for syscalls like switchto, futex, + // and epoll_wait. stop_cur_syscall_pt_trace(drcontext, data, /*dump_to_trace=*/false); } }