Searched refs:_msContext (Results 1 – 1 of 1) sorted by relevance
589 CONTEXT _msContext; member in libunwind::UnwindCursor605 _dispContext.ContextRecord = &_msContext; in UnwindCursor()609 RtlCaptureContext(&_msContext); in UnwindCursor()610 _msContext.ContextFlags = CONTEXT_CONTROL|CONTEXT_INTEGER|CONTEXT_FLOATING_POINT; in UnwindCursor()612 _msContext.Rax = r.getRegister(UNW_X86_64_RAX); in UnwindCursor()613 _msContext.Rcx = r.getRegister(UNW_X86_64_RCX); in UnwindCursor()614 _msContext.Rdx = r.getRegister(UNW_X86_64_RDX); in UnwindCursor()615 _msContext.Rbx = r.getRegister(UNW_X86_64_RBX); in UnwindCursor()616 _msContext.Rsp = r.getRegister(UNW_X86_64_RSP); in UnwindCursor()617 _msContext.Rbp = r.getRegister(UNW_X86_64_RBP); in UnwindCursor()[all …]