Searched refs:GetCpuState (Results 1 - 23 of 23) sorted by relevance

/haiku/src/kits/debugger/jobs/
H A DGetCPUStateJob.cpp45 status_t error = fDebuggerInterface->GetCpuState(fThread->ID(), state);
H A DGetThreadStateJob.cpp45 status_t error = fDebuggerInterface->GetCpuState(fThread->ID(), state);
H A DGetStackTraceJob.cpp31 fCpuState = fThread->GetCpuState();
73 if (fThread->GetCpuState() == fCpuState)
H A DExpressionEvaluationJob.cpp121 fArchitecture, fThread->GetCpuState(), fTypeInformation,
H A DResolveValueNodeJob.cpp153 variableCpuState = variableChild->GetVariable()->GetCpuState();
/haiku/headers/private/debugger/model/
H A DVariable.h31 CpuState* GetCpuState() const { return fCpuState; } function in class:Variable
H A DThread.h69 CpuState* GetCpuState() const { return fCpuState; } function in class:Thread
H A DStackFrame.h51 CpuState* GetCpuState() const { return fCpuState; } function in class:StackFrame
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp160 CpuState* cpuState = event->GetCpuState();
221 return _HandleThreadStopped(event->GetCpuState(),
231 if (_HandleSingleStepStep(event->GetCpuState()))
235 return _HandleThreadStopped(event->GetCpuState(),
318 CpuState* cpuState = fThread->GetCpuState();
360 if (fDebuggerInterface->GetCpuState(fThread->ID(), cpuState) == B_OK)
381 target_addr_t frameIP = frame->GetCpuState()->InstructionPointer();
442 if (!_DoStepOver(frame->GetCpuState()))
459 && fThread->GetCpuState() == NULL) {
476 if (fThread->GetCpuState() !
[all...]
H A DDebugReportGenerator.cpp600 error = _DumpStackFrameMemory(_output, thread->GetCpuState(),
635 CpuState* state = thread->GetCpuState();
790 fListener->ValueNodeValueRequested(frame->GetCpuState(),
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h65 virtual status_t GetCpuState(thread_id thread,
H A DCoreFileDebuggerInterface.cpp296 CoreFileDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state) function in class:CoreFileDebuggerInterface
302 return fArchitecture->CreateCpuState(coreInfo->GetCpuState(),
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h56 virtual status_t GetCpuState(thread_id thread,
H A DLocalDebuggerInterface.cpp693 LocalDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state) function in class:LocalDebuggerInterface
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliPrintVariableCommand.cpp116 context.CurrentThread()->GetCpuState(), container, node);
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h85 virtual status_t GetCpuState(thread_id thread,
H A DDebugEvent.h56 CpuState* GetCpuState() const { return fCpuState; } function in class:CpuStateEvent
/haiku/src/kits/debugger/elf/
H A DCoreFile.h146 const void* GetCpuState() const function in struct:CoreFileThreadInfo
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.h408 CpuState* GetCpuState() const { return fCpuState; } function in class:RemoteDebugGetCpuStateResponse
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp764 CpuStateX86* state = dynamic_cast<CpuStateX86*>(frame->GetCpuState());
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp839 CpuStateX8664* state = dynamic_cast<CpuStateX8664*>(frame->GetCpuState());
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1668 cpuState = fActiveThread->GetCpuState();
1672 cpuState = fActiveStackFrame->GetCpuState();
H A DVariablesView.cpp1973 fStackFrame->GetCpuState(), value);
2635 ? fStackFrame->GetCpuState() : NULL, container, valueNode);

Completed in 398 milliseconds