Method
GumStalkerunfollow
Declaration [src]
void
gum_stalker_unfollow (
GumStalker* self,
GumThreadId thread_id
)
Description [src]
Stops tracing the thread identified by thread_id. The thread resumes running
its original, uninstrumented code.
Parameters
thread_id-
Type:
GumThreadIdID of the thread to stop tracing.