Searched refs:exception_context (Results 1 – 7 of 7) sorted by relevance
569 CONTEXT exception_context = {}; in HandleInvalidParameter() local570 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context }; in HandleInvalidParameter()572 ::RtlCaptureContext(&exception_context); in HandleInvalidParameter()649 CONTEXT exception_context = {}; in HandlePureVirtualCall() local650 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context }; in HandlePureVirtualCall()652 ::RtlCaptureContext(&exception_context); in HandlePureVirtualCall()741 CONTEXT exception_context = {}; in WriteMinidump() local742 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context }; in WriteMinidump()744 ::RtlCaptureContext(&exception_context); in WriteMinidump()
111 def exception_context(e): function142 if not exception_context(e):155 s = exception_context(e)
197 struct exception_context { \
23 extern struct exception_context the_exception_context[1];24 struct exception_context the_exception_context[1];
607 self.exception_context = None636 self.exception_context = MINIDUMP_CONTEXT_X86.Read(639 self.exception_context = MINIDUMP_CONTEXT_AMD64.Read(642 self.exception_context = MINIDUMP_CONTEXT_ARM.Read(645 self.exception_context = MINIDUMP_CONTEXT_ARM64.Read(647 DebugPrint(self.exception_context)868 return self.exception_context.rip870 return self.exception_context.pc872 return self.exception_context.pc874 return self.exception_context.eip[all …]
166 #define anon_context(ps) struct exception_context *the_exception_context = \167 &(ps)->exception_context748 struct exception_context749 exception_context; member840 init_exception_context(&ps->exception_context); in store_init()1038 struct exception_context *the_exception_context = &ps->exception_context; in internal_error()1056 struct exception_context *the_exception_context = &ps->exception_context; in store_error()1800 struct exception_context *the_exception_context = &ps->exception_context; in set_store_for_read()11226 struct exception_context *the_exception_context = in signal_handler()11227 &pm.this.exception_context; in signal_handler()
1445 s = error.exception_context(self._e[1])