Searched refs:_msContext (Results 1 – 1 of 1) sorted by relevance
565 CONTEXT _msContext; member in libunwind::UnwindCursor581 _dispContext.ContextRecord = &_msContext; in UnwindCursor()585 RtlCaptureContext(&_msContext); in UnwindCursor()586 _msContext.ContextFlags = CONTEXT_CONTROL|CONTEXT_INTEGER|CONTEXT_FLOATING_POINT; in UnwindCursor()588 _msContext.Rax = r.getRegister(UNW_X86_64_RAX); in UnwindCursor()589 _msContext.Rcx = r.getRegister(UNW_X86_64_RCX); in UnwindCursor()590 _msContext.Rdx = r.getRegister(UNW_X86_64_RDX); in UnwindCursor()591 _msContext.Rbx = r.getRegister(UNW_X86_64_RBX); in UnwindCursor()592 _msContext.Rsp = r.getRegister(UNW_X86_64_RSP); in UnwindCursor()593 _msContext.Rbp = r.getRegister(UNW_X86_64_RBP); in UnwindCursor()[all …]