Searched refs:exception_context (Results 1 – 5 of 5) 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()
197 struct exception_context { \
23 extern struct exception_context the_exception_context[1];24 struct exception_context the_exception_context[1];
534 self.exception_context = None562 self.exception_context = MINIDUMP_CONTEXT_X86.Read(565 self.exception_context = MINIDUMP_CONTEXT_AMD64.Read(568 self.exception_context = MINIDUMP_CONTEXT_ARM.Read(570 DebugPrint(self.exception_context)770 return self.exception_context.rip772 return self.exception_context.pc774 return self.exception_context.eip778 return self.exception_context.rsp780 return self.exception_context.sp[all …]
146 #define anon_context(ps) struct exception_context *the_exception_context = \147 &(ps)->exception_context627 struct exception_context628 exception_context; member719 init_exception_context(&ps->exception_context); in store_init()917 struct exception_context *the_exception_context = &ps->exception_context; in internal_error()935 struct exception_context *the_exception_context = &ps->exception_context; in store_error()1677 struct exception_context *the_exception_context = &ps->exception_context; in set_store_for_read()10013 struct exception_context *the_exception_context = in signal_handler()10014 &pm.this.exception_context; in signal_handler()