Method

GumStalkerinvalidate_for_thread

Declaration [src]

void
gum_stalker_invalidate_for_thread (
  GumStalker* self,
  GumThreadId thread_id,
  gconstpointer address
)

Description [src]

Like gum_stalker_invalidate(), but limited to the thread identified by thread_id.

Parameters

thread_id

Type: GumThreadId

ID of the thread whose cache should be invalidated.

address

Type: gconstpointer

Address whose cached block should be invalidated.

The argument can be NULL.
The data is owned by the caller of the method.