Searched refs:rax_value (Results 1 – 3 of 3) sorted by relevance
240 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())
654 RegisterValue rax_value; in GetReturnValueObjectImpl() local655 reg_ctx_sp->ReadRegister(rax_info, rax_value); in GetReturnValueObjectImpl()657 rax_value.GetData(rax_data); in GetReturnValueObjectImpl()
663 RegisterValue rax_value, rdx_value, xmm0_value, xmm1_value; in GetReturnValueObjectImpl() local664 reg_ctx_sp->ReadRegister(rax_info, rax_value); in GetReturnValueObjectImpl()671 rax_value.GetData(rax_data); in GetReturnValueObjectImpl()