Home
last modified time | relevance | path

Searched refs:rax_value (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py240 rax_value = frame_0.FindRegister("rax")
241 if rax_value.GetError().Success():
242 print("RAX on exit: ", rax_value.GetValue())
244 print("Couldn't get rax value:", rax_value.GetError().GetCString())
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp654 RegisterValue rax_value; in GetReturnValueObjectImpl() local
655 reg_ctx_sp->ReadRegister(rax_info, rax_value); in GetReturnValueObjectImpl()
657 rax_value.GetData(rax_data); in GetReturnValueObjectImpl()
H A DABISysV_x86_64.cpp663 RegisterValue rax_value, rdx_value, xmm0_value, xmm1_value; in GetReturnValueObjectImpl() local
664 reg_ctx_sp->ReadRegister(rax_info, rax_value); in GetReturnValueObjectImpl()
671 rax_value.GetData(rax_data); in GetReturnValueObjectImpl()