Method

GumExceptorhas_scope

Declaration [src]

gboolean
gum_exceptor_has_scope (
  GumExceptor* self,
  GumThreadId thread_id
)

Description [src]

Checks whether the given thread is currently inside a gum_exceptor_try() scope.

Parameters

thread_id

Type: GumThreadId

ID of the thread to check.

Return value

Type: gboolean

TRUE if thread_id has an active try scope.