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

/haiku-fatelf/src/apps/debugger/controllers/
H A DThreadHandler.cpp118 target_addr_t instructionPointer = cpuState->InstructionPointer();
133 cpuState->InstructionPointer());
269 TRACE_CONTROL(" ip: %#" B_PRIx64 "\n", frame->InstructionPointer());
287 frame->GetCpuState()->InstructionPointer());
294 _RunThread(frame->GetCpuState()->InstructionPointer());
307 _RunThread(frame->GetCpuState()->InstructionPointer());
326 _SingleStepThread(frame->GetCpuState()->InstructionPointer());
434 // frame->InstructionPointer());
445 frame->InstructionPointer(), statement) != B_OK) {
472 cpuState->InstructionPointer(), inf
[all...]
H A DDebugReportGenerator.cpp336 frame->FrameAddress(), frame->InstructionPointer(),
/haiku-fatelf/src/apps/debugger/arch/
H A DCpuState.h24 virtual target_addr_t InstructionPointer() const = 0;
H A DArchitecture.cpp125 target_addr_t instructionPointer = cpuState->InstructionPointer();
155 && nextFrame->ReturnAddress() == cpuState->InstructionPointer()) {
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DCpuStateX86.h47 virtual target_addr_t InstructionPointer() const;
H A DCpuStateX86.cpp51 CpuStateX86::InstructionPointer() const function in class:CpuStateX86
/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DCpuStateX8664.h57 virtual target_addr_t InstructionPointer() const;
H A DCpuStateX8664.cpp56 CpuStateX8664::InstructionPointer() const function in class:CpuStateX8664
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCliStackTraceCommand.cpp64 (uint64)frame->FrameAddress(), (uint64)frame->InstructionPointer());
/haiku-fatelf/src/apps/debugger/model/
H A DStackFrame.h55 target_addr_t InstructionPointer() const function in class:StackFrame
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfTypes.cpp324 typeContext->TargetInterface(), typeContext->InstructionPointer(),
721 typeContext->TargetInterface(), typeContext->InstructionPointer(),
736 typeContext->TargetInterface(), typeContext->InstructionPointer(),
750 typeContext->TargetInterface(), typeContext->InstructionPointer(),
958 typeContext->TargetInterface(), typeContext->InstructionPointer(),
996 typeContext->InstructionPointer(),
1015 typeContext->InstructionPointer(),
H A DDwarfTypeFactory.cpp632 fTypeContext->InstructionPointer(), fTypeContext->FramePointer(),
642 fTypeContext->InstructionPointer(), fTypeContext->FramePointer(),
982 fTypeContext->InstructionPointer(),
1030 fTypeContext->InstructionPointer(),
1059 fTypeContext->InstructionPointer(), fTypeContext->FramePointer(),
1082 fTypeContext->InstructionPointer(),
1388 fTypeContext->TargetInterface(), fTypeContext->InstructionPointer(),
H A DDwarfImageDebugInfo.cpp584 = cpuState->InstructionPointer() - fRelocationDelta;
628 cpuState, framePointer, cpuState->InstructionPointer(),
638 frame->SetReturnAddress(previousCpuState->InstructionPointer());
H A DDwarfTypes.h74 target_addr_t InstructionPointer() const function in class:DwarfTypeContext
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp77 value.SetTo(frame->InstructionPointer());
H A DSourceView.cpp596 target_addr_t ip = frame->InstructionPointer();
1730 ScrollToAddress(fStackFrame->InstructionPointer());
1759 ScrollToAddress(fStackFrame->InstructionPointer());
/haiku-fatelf/src/apps/debugger/user_interface/util/
H A DUiUtils.cpp118 name.String(), frame->InstructionPointer() - baseAddress);

Completed in 195 milliseconds