Searched refs:SetInstructionPointer (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/debugger/arch/
H A DCpuState.h30 virtual void SetInstructionPointer(
/haiku/src/kits/debugger/arch/x86/
H A DCpuStateX86.h93 virtual void SetInstructionPointer(target_addr_t address);
H A DCpuStateX86.cpp169 CpuStateX86::SetInstructionPointer(target_addr_t address) function in class:CpuStateX86
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.h119 virtual void SetInstructionPointer(target_addr_t address);
H A DArchitectureX8664.cpp780 state->SetInstructionPointer(info.Address() + info.Size());
782 state->SetInstructionPointer(previousIP);
H A DCpuStateX8664.cpp215 CpuStateX8664::SetInstructionPointer(target_addr_t address) function in class:CpuStateX8664
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp531 newState->SetInstructionPointer(address);

Completed in 40 milliseconds