Searched refs:SetRegisterValue (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/apps/debugger/arch/
H A DCpuState.h29 virtual bool SetRegisterValue(const Register* reg,
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfTargetInterface.h28 virtual bool SetRegisterValue(uint32 index,
H A DDwarfFile.cpp1695 outputInterface->SetRegisterValue(i, value);
1707 outputInterface->SetRegisterValue(i, value);
1714 outputInterface->SetRegisterValue(i,
1724 outputInterface->SetRegisterValue(i, value);
1743 outputInterface->SetRegisterValue(i, value);
1759 outputInterface->SetRegisterValue(i, value);
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DCpuStateX86.h52 virtual bool SetRegisterValue(const Register* reg,
H A DCpuStateX86.cpp94 CpuStateX86::SetRegisterValue(const Register* reg, const BVariant& value) function in class:CpuStateX86
/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DCpuStateX8664.h62 virtual bool SetRegisterValue(const Register* reg,
H A DCpuStateX8664.cpp99 CpuStateX8664::SetRegisterValue(const Register* reg, const BVariant& value) function in class:CpuStateX8664
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp120 virtual bool SetRegisterValue(uint32 index, const BVariant& value) function in struct:DwarfImageDebugInfo::BasicTargetInterface
204 virtual bool SetRegisterValue(uint32 index, const BVariant& value) function in struct:DwarfImageDebugInfo::UnwindTargetInterface
209 return fCpuState->SetRegisterValue(reg, value);

Completed in 60 milliseconds