Searched refs:rax_value (Results 1 – 3 of 3) sorted by relevance
242 rax_value = frame_0.FindRegister("rax")243 if rax_value.GetError().Success():244 print("RAX on exit: ", rax_value.GetValue())246 print("Couldn't get rax value:", rax_value.GetError().GetCString())
653 RegisterValue rax_value; in GetReturnValueObjectImpl() local654 reg_ctx_sp->ReadRegister(rax_info, rax_value); in GetReturnValueObjectImpl()656 rax_value.GetData(rax_data); in GetReturnValueObjectImpl()
661 RegisterValue rax_value, rdx_value, xmm0_value, xmm1_value; in GetReturnValueObjectImpl() local662 reg_ctx_sp->ReadRegister(rax_info, rax_value); in GetReturnValueObjectImpl()669 rax_value.GetData(rax_data); in GetReturnValueObjectImpl()