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

/openbsd-current/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-current/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp654 RegisterValue rax_value; local
655 reg_ctx_sp->ReadRegister(rax_info, rax_value);
657 rax_value.GetData(rax_data);
H A DABISysV_x86_64.cpp662 RegisterValue rax_value, rdx_value, xmm0_value, xmm1_value; local
663 reg_ctx_sp->ReadRegister(rax_info, rax_value);
670 rax_value.GetData(rax_data);

Completed in 189 milliseconds