Searched refs:_msContext (Results 1 – 1 of 1) sorted by relevance
558 CONTEXT _msContext; member in libunwind::UnwindCursor573 _dispContext.ContextRecord = &_msContext; in UnwindCursor()577 _msContext.ContextFlags = CONTEXT_CONTROL|CONTEXT_INTEGER|CONTEXT_FLOATING_POINT; in UnwindCursor()579 _msContext.Rax = r.getRegister(UNW_X86_64_RAX); in UnwindCursor()580 _msContext.Rcx = r.getRegister(UNW_X86_64_RCX); in UnwindCursor()581 _msContext.Rdx = r.getRegister(UNW_X86_64_RDX); in UnwindCursor()582 _msContext.Rbx = r.getRegister(UNW_X86_64_RBX); in UnwindCursor()583 _msContext.Rsp = r.getRegister(UNW_X86_64_RSP); in UnwindCursor()584 _msContext.Rbp = r.getRegister(UNW_X86_64_RBP); in UnwindCursor()585 _msContext.Rsi = r.getRegister(UNW_X86_64_RSI); in UnwindCursor()[all …]