Home
last modified time | relevance | path

Searched refs:throw_ctx (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Ddebugger-agent.h38 mono_debugger_agent_handle_exception (MonoException *exc, MonoContext *throw_ctx,
H A Ddebugger-agent.c6124 mono_debugger_agent_handle_exception (MonoException *exc, MonoContext *throw_ctx, in mono_debugger_agent_handle_exception() argument
6158 process_event (EVENT_KIND_EXCEPTION, &ei, 0, throw_ctx, events, SUSPEND_POLICY_ALL); in mono_debugger_agent_handle_exception()
6183 process_event (EVENT_KIND_EXCEPTION, &ei, 0, throw_ctx, events, SUSPEND_POLICY_ALL); in mono_debugger_agent_handle_exception()
6191 ji = mini_jit_info_table_find (mono_domain_get (), (char *)MONO_CONTEXT_GET_IP (throw_ctx), NULL); in mono_debugger_agent_handle_exception()
6239 process_event (EVENT_KIND_EXCEPTION, &ei, 0, throw_ctx, events, suspend_policy); in mono_debugger_agent_handle_exception()
10686 mono_debugger_agent_handle_exception (MonoException *exc, MonoContext *throw_ctx, in mono_debugger_agent_handle_exception() argument