Home
last modified time | relevance | path

Searched refs:exc_state (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/audio/carla/Carla-2.4.1/data/patches/
H A Dpyliblo-python3.7.patch15 + tmp_type = tstate->exc_state.exc_type;
16 + tmp_value = tstate->exc_state.exc_value;
17 + tmp_tb = tstate->exc_state.exc_traceback;
18 + tstate->exc_state.exc_type = local_type;
31 + *type = tstate->exc_state.exc_type;
32 + *value = tstate->exc_state.exc_value;
33 + *tb = tstate->exc_state.exc_traceback;
47 + tmp_type = tstate->exc_state.exc_type;
50 + tstate->exc_state.exc_type = type;
51 + tstate->exc_state.exc_value = value;
[all …]
/dports/devel/libsigsegv/libsigsegv-2.12/src/
H A Dmachfault-macos.h43 #define SIGSEGV_FAULT_ADDRESS(thr_state,exc_state) (exc_state).__dar argument
50 #define SIGSEGV_FAULT_ADDRESS(thr_state,exc_state) (exc_state).dar argument
72 #define SIGSEGV_FAULT_ADDRESS(thr_state,exc_state) (exc_state).__faultvaddr argument
80 #define SIGSEGV_FAULT_ADDRESS(thr_state,exc_state) (exc_state).faultvaddr argument
109 #define SIGSEGV_FAULT_ADDRESS(thr_state,exc_state) (exc_state).__faultvaddr argument
113 #define SIGSEGV_FAULT_ADDRESS(thr_state,exc_state) (exc_state).faultvaddr argument
/dports/security/py-angr/angr-9.0.5405/angr/simos/
H A Dwindows.py366 tib_addr = exc_state.regs._fs.concat(exc_state.solver.BVV(0, 16))
367 if exc_state.solver.is_true(exc_state.mem[tib_addr].long.resolved == -1):
372 if exc_state.solver.is_true(exc_state.mem[tib_addr].long.resolved == 0xBADFACE):
378 self._dump_regs(exc_state, exc_state.regs._esp - 0x300)
379 exc_state.regs.esp -= 0x400
380 record = exc_state.regs._esp + 0x20
385 exc_state.mem[record + 0xc].uint32_t = exc_state.regs._eip # exceptionaddress
402exc_state.mem[exc_state.regs._esp].uint32_t = 0xBADC0DE # god help us if we return from this func
403 exc_state.mem[exc_state.regs._esp + 4].uint32_t = record
404 exc_state.mem[exc_state.regs._esp + 8].uint32_t = context
[all …]
/dports/lang/python39/Python-3.9.9/Include/internal/
H A Dpycore_pyerrors.h17 static inline void _PyErr_ClearExcState(_PyErr_StackItem *exc_state) in _PyErr_ClearExcState() argument
20 t = exc_state->exc_type; in _PyErr_ClearExcState()
21 v = exc_state->exc_value; in _PyErr_ClearExcState()
22 tb = exc_state->exc_traceback; in _PyErr_ClearExcState()
23 exc_state->exc_type = NULL; in _PyErr_ClearExcState()
24 exc_state->exc_value = NULL; in _PyErr_ClearExcState()
25 exc_state->exc_traceback = NULL; in _PyErr_ClearExcState()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/internal/
H A Dpycore_pyerrors.h17 static inline void _PyErr_ClearExcState(_PyErr_StackItem *exc_state) in _PyErr_ClearExcState() argument
20 t = exc_state->exc_type; in _PyErr_ClearExcState()
21 v = exc_state->exc_value; in _PyErr_ClearExcState()
22 tb = exc_state->exc_traceback; in _PyErr_ClearExcState()
23 exc_state->exc_type = NULL; in _PyErr_ClearExcState()
24 exc_state->exc_value = NULL; in _PyErr_ClearExcState()
25 exc_state->exc_traceback = NULL; in _PyErr_ClearExcState()
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_pyerrors.h17 static inline void _PyErr_ClearExcState(_PyErr_StackItem *exc_state) in _PyErr_ClearExcState() argument
20 t = exc_state->exc_type; in _PyErr_ClearExcState()
21 v = exc_state->exc_value; in _PyErr_ClearExcState()
22 tb = exc_state->exc_traceback; in _PyErr_ClearExcState()
23 exc_state->exc_type = NULL; in _PyErr_ClearExcState()
24 exc_state->exc_value = NULL; in _PyErr_ClearExcState()
25 exc_state->exc_traceback = NULL; in _PyErr_ClearExcState()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/internal/
H A Dpycore_pyerrors.h17 static inline void _PyErr_ClearExcState(_PyErr_StackItem *exc_state) in _PyErr_ClearExcState() argument
20 t = exc_state->exc_type; in _PyErr_ClearExcState()
21 v = exc_state->exc_value; in _PyErr_ClearExcState()
22 tb = exc_state->exc_traceback; in _PyErr_ClearExcState()
23 exc_state->exc_type = NULL; in _PyErr_ClearExcState()
24 exc_state->exc_value = NULL; in _PyErr_ClearExcState()
25 exc_state->exc_traceback = NULL; in _PyErr_ClearExcState()
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_pyerrors.h17 static inline void _PyErr_ClearExcState(_PyErr_StackItem *exc_state) in _PyErr_ClearExcState() argument
20 t = exc_state->exc_type; in _PyErr_ClearExcState()
21 v = exc_state->exc_value; in _PyErr_ClearExcState()
22 tb = exc_state->exc_traceback; in _PyErr_ClearExcState()
23 exc_state->exc_type = NULL; in _PyErr_ClearExcState()
24 exc_state->exc_value = NULL; in _PyErr_ClearExcState()
25 exc_state->exc_traceback = NULL; in _PyErr_ClearExcState()
/dports/lang/smalltalk/smalltalk-3.2.5/sigsegv/src/
H A Dmachfault-macos-i386.h34 # define SIGSEGV_FAULT_ADDRESS(thr_state,exc_state) (exc_state).__faultvaddr argument
36 # define SIGSEGV_FAULT_ADDRESS(thr_state,exc_state) (exc_state).faultvaddr argument
H A Dmachfault-macos-powerpc.h34 # define SIGSEGV_FAULT_ADDRESS(thr_state,exc_state) (exc_state).__dar argument
36 # define SIGSEGV_FAULT_ADDRESS(thr_state,exc_state) (exc_state).dar argument
H A Dhandler-macos.c188 SIGSEGV_EXC_STATE_TYPE exc_state; in catch_exception_raise() local
206 (void *) &exc_state, &state_count) in catch_exception_raise()
222 addr = (unsigned long) (SIGSEGV_FAULT_ADDRESS (code, exc_state)); in catch_exception_raise()
/dports/lang/gjs/gjs-1.70.0/modules/
H A Dprint.cpp35 JS::AutoSaveExceptionState exc_state(cx); in gjs_log() local
37 exc_state.restore(); in gjs_log()
70 JS::AutoSaveExceptionState exc_state(cx); in gjs_log_error() local
72 exc_state.restore(); in gjs_log_error()
89 JS::AutoSaveExceptionState exc_state(cx); in gjs_print_parse_args() local
91 exc_state.restore(); in gjs_print_parse_args()
/dports/lang/cjs/cjs-4.8.2/modules/
H A Dprint.cpp44 JS::AutoSaveExceptionState exc_state(cx); in gjs_log() local
46 exc_state.restore(); in gjs_log()
79 JS::AutoSaveExceptionState exc_state(cx); in gjs_log_error() local
81 exc_state.restore(); in gjs_log_error()
97 JS::AutoSaveExceptionState exc_state(cx); in gjs_print_parse_args() local
99 exc_state.restore(); in gjs_print_parse_args()
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Utility/
H A DCoroutine.c595 t = exc_state->exc_type; in __Pyx_Coroutine_ExceptionClear()
596 v = exc_state->exc_value; in __Pyx_Coroutine_ExceptionClear()
597 tb = exc_state->exc_traceback; in __Pyx_Coroutine_ExceptionClear()
599 exc_state->exc_type = NULL; in __Pyx_Coroutine_ExceptionClear()
600 exc_state->exc_value = NULL; in __Pyx_Coroutine_ExceptionClear()
707 if (exc_state->exc_type) { in __Pyx_Coroutine_SendEx()
727 tstate->exc_info = exc_state; in __Pyx_Coroutine_SendEx()
729 if (exc_state->exc_type) { in __Pyx_Coroutine_SendEx()
732 __Pyx_ExceptionSwap(&exc_state->exc_type, &exc_state->exc_value, &exc_state->exc_traceback); in __Pyx_Coroutine_SendEx()
737 __Pyx_ExceptionSave(&exc_state->exc_type, &exc_state->exc_value, &exc_state->exc_traceback); in __Pyx_Coroutine_SendEx()
[all …]
/dports/lang/cython/Cython-0.29.24/Cython/Utility/
H A DCoroutine.c595 t = exc_state->exc_type; in __Pyx_Coroutine_ExceptionClear()
596 v = exc_state->exc_value; in __Pyx_Coroutine_ExceptionClear()
597 tb = exc_state->exc_traceback; in __Pyx_Coroutine_ExceptionClear()
599 exc_state->exc_type = NULL; in __Pyx_Coroutine_ExceptionClear()
600 exc_state->exc_value = NULL; in __Pyx_Coroutine_ExceptionClear()
707 if (exc_state->exc_type) { in __Pyx_Coroutine_SendEx()
727 tstate->exc_info = exc_state; in __Pyx_Coroutine_SendEx()
729 if (exc_state->exc_type) { in __Pyx_Coroutine_SendEx()
732 __Pyx_ExceptionSwap(&exc_state->exc_type, &exc_state->exc_value, &exc_state->exc_traceback); in __Pyx_Coroutine_SendEx()
737 __Pyx_ExceptionSave(&exc_state->exc_type, &exc_state->exc_value, &exc_state->exc_traceback); in __Pyx_Coroutine_SendEx()
[all …]
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Utility/
H A DCoroutine.c595 t = exc_state->exc_type; in __Pyx_Coroutine_ExceptionClear()
596 v = exc_state->exc_value; in __Pyx_Coroutine_ExceptionClear()
597 tb = exc_state->exc_traceback; in __Pyx_Coroutine_ExceptionClear()
599 exc_state->exc_type = NULL; in __Pyx_Coroutine_ExceptionClear()
600 exc_state->exc_value = NULL; in __Pyx_Coroutine_ExceptionClear()
707 if (exc_state->exc_type) { in __Pyx_Coroutine_SendEx()
727 tstate->exc_info = exc_state; in __Pyx_Coroutine_SendEx()
729 if (exc_state->exc_type) { in __Pyx_Coroutine_SendEx()
732 __Pyx_ExceptionSwap(&exc_state->exc_type, &exc_state->exc_value, &exc_state->exc_traceback); in __Pyx_Coroutine_SendEx()
737 __Pyx_ExceptionSave(&exc_state->exc_type, &exc_state->exc_value, &exc_state->exc_traceback); in __Pyx_Coroutine_SendEx()
[all …]
/dports/lang/cython-devel/cython-2b1e743/Cython/Utility/
H A DCoroutine.c605 t = exc_state->exc_type; in __Pyx_Coroutine_ExceptionClear()
606 v = exc_state->exc_value; in __Pyx_Coroutine_ExceptionClear()
607 tb = exc_state->exc_traceback; in __Pyx_Coroutine_ExceptionClear()
609 exc_state->exc_type = NULL; in __Pyx_Coroutine_ExceptionClear()
610 exc_state->exc_value = NULL; in __Pyx_Coroutine_ExceptionClear()
721 if (exc_state->exc_type) { in __Pyx_Coroutine_SendEx()
746 tstate->exc_info = exc_state; in __Pyx_Coroutine_SendEx()
748 if (exc_state->exc_type) { in __Pyx_Coroutine_SendEx()
751 __Pyx_ExceptionSwap(&exc_state->exc_type, &exc_state->exc_value, &exc_state->exc_traceback); in __Pyx_Coroutine_SendEx()
756 __Pyx_ExceptionSave(&exc_state->exc_type, &exc_state->exc_value, &exc_state->exc_traceback); in __Pyx_Coroutine_SendEx()
[all …]
/dports/devel/py-guppy3/guppy3-3.1.2/src/heapy/
H A Drootstate.c189 RENAMEMEMBER(exc_state.exc_type, exc_type),
190 RENAMEMEMBER(exc_state.exc_value, exc_value),
191 RENAMEMEMBER(exc_state.exc_traceback, exc_traceback),
331 RENAMETSATTR(exc_state.exc_type, exc_type); in rootstate_relate()
332 RENAMETSATTR(exc_state.exc_value, exc_value); in rootstate_relate()
333 RENAMETSATTR(exc_state.exc_traceback, exc_traceback); in rootstate_relate()
423 Py_VISIT(ts->exc_state.exc_type); in rootstate_traverse()
424 Py_VISIT(ts->exc_state.exc_value); in rootstate_traverse()
425 Py_VISIT(ts->exc_state.exc_traceback); in rootstate_traverse()
/dports/devel/py-greenlet/greenlet-1.1.2/src/greenlet/
H A Dgreenlet.c173 g->exc_state.exc_type = NULL; in green_clear_exc()
174 g->exc_state.exc_value = NULL; in green_clear_exc()
175 g->exc_state.exc_traceback = NULL; in green_clear_exc()
176 g->exc_state.previous_item = NULL; in green_clear_exc()
535 current->exc_state = tstate->exc_state; in g_switchstack()
590 tstate->exc_state = target->exc_state; in g_switchstack()
1124 Py_VISIT(self->exc_state.exc_type); in green_traverse()
1125 Py_VISIT(self->exc_state.exc_value); in green_traverse()
1162 Py_CLEAR(self->exc_state.exc_type); in green_clear()
1163 Py_CLEAR(self->exc_state.exc_value); in green_clear()
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DCompiledGeneratorTypeUncompiledIntegration.c68 static inline void Nuitka_PyGen_exc_state_clear(_PyErr_StackItem *exc_state) { in Nuitka_PyGen_exc_state_clear() argument
69 PyObject *t = exc_state->exc_type; in Nuitka_PyGen_exc_state_clear()
70 PyObject *v = exc_state->exc_value; in Nuitka_PyGen_exc_state_clear()
71 PyObject *tb = exc_state->exc_traceback; in Nuitka_PyGen_exc_state_clear()
73 exc_state->exc_type = NULL; in Nuitka_PyGen_exc_state_clear()
74 exc_state->exc_value = NULL; in Nuitka_PyGen_exc_state_clear()
75 exc_state->exc_traceback = NULL; in Nuitka_PyGen_exc_state_clear()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dxas_env_types.F76 INTEGER :: nao, exc_state, xas_estate component
153 SUBROUTINE get_xas_env(xas_env, iter_count, exc_state, nao, nvirtual, nvirtual2, & argument
163 INTEGER, INTENT(OUT), OPTIONAL :: iter_count, exc_state, nao, nvirtual, & local
200 IF (PRESENT(exc_state)) exc_state = xas_env%exc_state
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dxas_env_types.F76 INTEGER :: nao, exc_state, xas_estate component
153 SUBROUTINE get_xas_env(xas_env, iter_count, exc_state, nao, nvirtual, nvirtual2, & argument
163 INTEGER, INTENT(OUT), OPTIONAL :: iter_count, exc_state, nao, nvirtual, & local
200 IF (PRESENT(exc_state)) exc_state = xas_env%exc_state
/dports/lang/python37/Python-3.7.12/Python/
H A Dpystate.c387 tstate->exc_state.exc_type = NULL; in new_threadstate()
388 tstate->exc_state.exc_value = NULL; in new_threadstate()
389 tstate->exc_state.exc_traceback = NULL; in new_threadstate()
390 tstate->exc_state.previous_item = NULL; in new_threadstate()
391 tstate->exc_info = &tstate->exc_state; in new_threadstate()
590 Py_CLEAR(tstate->exc_state.exc_type); in PyThreadState_Clear()
591 Py_CLEAR(tstate->exc_state.exc_value); in PyThreadState_Clear()
592 Py_CLEAR(tstate->exc_state.exc_traceback); in PyThreadState_Clear()
595 if (Py_VerboseFlag && tstate->exc_info != &tstate->exc_state) { in PyThreadState_Clear()
/dports/www/py-google-cloud-core/google-cloud-core-2.2.1/google/cloud/_testing/
H A D__init__.py91 exc_state = _RPCState((), None, trailing, status_code, details)
92 return GrpcRendezvous(exc_state, None, None, None)
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dgenobject.c21 exc_state_traverse(_PyErr_StackItem *exc_state, visitproc visit, void *arg) in exc_state_traverse() argument
23 Py_VISIT(exc_state->exc_type); in exc_state_traverse()
24 Py_VISIT(exc_state->exc_value); in exc_state_traverse()
25 Py_VISIT(exc_state->exc_traceback); in exc_state_traverse()
102 exc_state_clear(_PyErr_StackItem *exc_state) in exc_state_clear() argument
105 t = exc_state->exc_type; in exc_state_clear()
106 v = exc_state->exc_value; in exc_state_clear()
107 tb = exc_state->exc_traceback; in exc_state_clear()
108 exc_state->exc_type = NULL; in exc_state_clear()
109 exc_state->exc_value = NULL; in exc_state_clear()
[all …]

123456789