Home
last modified time | relevance | path

Searched refs:SetCpuState (Results 1 – 16 of 16) sorted by relevance

/haiku/src/kits/debugger/model/
H A DThread.cpp79 SetCpuState(NULL); in SetState()
90 Thread::SetCpuState(CpuState* state) in SetCpuState() function in Thread
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp131 void SetCpuState(CpuState* cpuState) in SetCpuState() function in RegistersView::RegisterTableModel
213 SetCpuState(NULL); in ~RegistersView()
257 RegistersView::SetCpuState(CpuState* cpuState) in SetCpuState() function in RegistersView
270 fRegisterTableModel->SetCpuState(fCpuState); in SetCpuState()
H A DRegistersView.h29 void SetCpuState(CpuState* cpuState);
H A DTeamWindow.cpp1675 fRegistersView->SetCpuState(cpuState); in _UpdateCpuState()
/haiku/src/kits/debugger/jobs/
H A DGetCPUStateJob.cpp53 fThread->SetCpuState(state); in Do()
H A DGetThreadStateJob.cpp55 fThread->SetCpuState(state); in Do()
/haiku/headers/private/debugger/model/
H A DThread.h70 void SetCpuState(CpuState* state);
/haiku/src/kits/debugger/value/
H A DValueWriter.cpp132 return fDebuggerInterface->SetCpuState(fTargetThread, fCpuState); in WriteValue()
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h68 virtual status_t SetCpuState(thread_id thread,
H A DCoreFileDebuggerInterface.cpp308 CoreFileDebuggerInterface::SetCpuState(thread_id thread, const CpuState* state) in SetCpuState() function in CoreFileDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h59 virtual status_t SetCpuState(thread_id thread,
H A DLocalDebuggerInterface.cpp705 LocalDebuggerInterface::SetCpuState(thread_id thread, const CpuState* state) in SetCpuState() function in LocalDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h88 virtual status_t SetCpuState(thread_id thread,
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp532 if (fDebuggerInterface->SetCpuState(fThread->ID(), newState) != B_OK) in _HandleSetAddress()
537 fThread->SetCpuState(newState); in _HandleSetAddress()
548 fThread->SetCpuState(cpuState); in _SetThreadState()
/haiku/src/kits/debugger/elf/
H A DCoreFile.h145 bool SetCpuState(const void* state, size_t size);
H A DCoreFile.cpp179 CoreFileThreadInfo::SetCpuState(const void* state, size_t size) in SetCpuState() function in CoreFileThreadInfo
767 if (!thread->SetCpuState(data, cpuStateSize)) in _ReadThreadsNote()