Searched refs:InstructionPointer (Results 1 - 18 of 18) sorted by relevance

/haiku/headers/private/debugger/arch/
H A DCpuState.h29 virtual target_addr_t InstructionPointer() const = 0;
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp161 target_addr_t instructionPointer = cpuState->InstructionPointer();
176 cpuState->InstructionPointer());
379 TRACE_CONTROL(" ip: %#" B_PRIx64 "\n", frame->InstructionPointer());
381 target_addr_t frameIP = frame->GetCpuState()->InstructionPointer();
567 // frame->InstructionPointer());
578 frame->InstructionPointer(), statement) != B_OK) {
605 cpuState->InstructionPointer(), info, cpuState) != B_OK) {
611 _SingleStepThread(cpuState->InstructionPointer());
625 _RunThread(cpuState->InstructionPointer());
715 cpuState->InstructionPointer());
[all...]
H A DDebugReportGenerator.cpp539 target_addr_t ip = frame->InstructionPointer();
597 frame->InstructionPointer());
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackTraceCommand.cpp64 (uint64)frame->FrameAddress(), (uint64)frame->InstructionPointer());
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp127 target_addr_t instructionPointer = cpuState->InstructionPointer();
157 && nextFrame->ReturnAddress() == cpuState->InstructionPointer()) {
/haiku/src/kits/debugger/arch/x86/
H A DCpuStateX86.h92 virtual target_addr_t InstructionPointer() const;
H A DCpuStateX86.cpp121 x86State->eip = InstructionPointer();
161 CpuStateX86::InstructionPointer() const function in class:CpuStateX86
/haiku/headers/private/debugger/model/
H A DStackFrame.h55 target_addr_t InstructionPointer() const function in class:StackFrame
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.h118 virtual target_addr_t InstructionPointer() const;
H A DCpuStateX8664.cpp158 x64State->rip = InstructionPointer();
207 CpuStateX8664::InstructionPointer() const function in class:CpuStateX8664
H A DArchitectureX8664.cpp767 target_addr_t previousIP = state->InstructionPointer();
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp388 typeContext->TargetInterface(), typeContext->InstructionPointer(),
800 typeContext->TargetInterface(), typeContext->InstructionPointer(),
816 typeContext->TargetInterface(), typeContext->InstructionPointer(),
831 typeContext->TargetInterface(), typeContext->InstructionPointer(),
1055 typeContext->TargetInterface(), typeContext->InstructionPointer(),
1093 typeContext->InstructionPointer(),
1112 typeContext->InstructionPointer(),
H A DDwarfTypeFactory.cpp633 fTypeContext->InstructionPointer(), fTypeContext->FramePointer(),
644 fTypeContext->InstructionPointer(), fTypeContext->FramePointer(),
997 fTypeContext->InstructionPointer(),
1046 fTypeContext->InstructionPointer(),
1076 fTypeContext->InstructionPointer(), fTypeContext->FramePointer(),
1100 fTypeContext->InstructionPointer(),
1407 fTypeContext->TargetInterface(), fTypeContext->InstructionPointer(),
H A DDwarfImageDebugInfo.cpp647 = cpuState->InstructionPointer() - fRelocationDelta;
693 cpuState, framePointer, cpuState->InstructionPointer(),
703 frame->SetReturnAddress(previousCpuState->InstructionPointer());
H A DDwarfTypes.h74 target_addr_t InstructionPointer() const function in class:DwarfTypeContext
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp78 value.SetTo(frame->InstructionPointer());
H A DSourceView.cpp675 target_addr_t ip = frame->InstructionPointer();
2231 ScrollToAddress(fStackFrame->InstructionPointer());
2274 ScrollToAddress(fStackFrame->InstructionPointer());
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp123 name.String(), frame->InstructionPointer() - baseAddress);

Completed in 91 milliseconds