Home
last modified time | relevance | path

Searched defs:suspend_policy (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DEventSet.cs7 SuspendPolicy suspend_policy; field in Mono.Debugger.Soft.EventSet
10 internal EventSet (VirtualMachine vm, SuspendPolicy suspend_policy, Event[] events) { in EventSet()
H A DVirtualMachine.cs711 public void Events (SuspendPolicy suspend_policy, EventInfo[] events) { in Events()
H A DConnection.cs668 internal static SuspendPolicy decode_suspend_policy (int suspend_policy) { in decode_suspend_policy()
2314 internal int EnableEvent (EventType etype, SuspendPolicy suspend_policy, List<Modifier> mods) { in EnableEvent()
2572 void Events (SuspendPolicy suspend_policy, EventInfo[] events); in Events()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_breakpoints.py51 …def __init__(self, line, condition, func_name, expression, suspend_policy="NONE", hit_condition=No… argument
82 …def __init__(self, func_name, condition, expression, suspend_policy="NONE", hit_condition=None, is… argument
H A Dpydevd_api.py388 expression, suspend_policy, hit_condition, is_logpoint, adjust_line=False): argument
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_bundle/
H A Dpydevd_breakpoints.py47 def __init__(self, line, condition, func_name, expression, suspend_policy="NONE"): argument
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_breakpoints.py51 …def __init__(self, line, condition, func_name, expression, suspend_policy="NONE", hit_condition=No… argument
H A Dpydevd_api.py363 expression, suspend_policy, hit_condition, is_logpoint, adjust_line=False): argument
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_bundle/
H A Dpydevd_breakpoints.py51 …def __init__(self, line, condition, func_name, expression, suspend_policy="NONE", hit_condition=No… argument
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Ddebugger-agent.c548 int suspend_policy; member
3451 …_event_list (EventKind event, GPtrArray *reqs, MonoJitInfo *ji, EventInfo *ei, int *suspend_policy) in create_event_list()
3628 …ntKind event, gpointer arg, gint32 il_offset, MonoContext *ctx, GSList *events, int suspend_policy) in process_event()
3840 int suspend_policy; in process_profiler_event() local
4949 int i, j, suspend_policy; in process_breakpoint() local
5225 int suspend_policy; in mono_debugger_agent_user_break() local
5269 int il_offset, suspend_policy; in process_single_step_inner() local
6065 int suspend_policy; in mono_debugger_agent_debug_log() local
6105 int suspend_policy; in mono_debugger_agent_unhandled_exception() local
6127 int i, j, suspend_policy; in mono_debugger_agent_handle_exception() local
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests_python/
H A Ddebugger_unittest.py828 …, func='None', filename=None, hit_condition=None, is_logpoint=False, suspend_policy=None, conditio… argument