/haiku/src/kits/debugger/model/ |
H A D | Thread.cpp | 79 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 D | RegistersView.cpp | 131 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 D | RegistersView.h | 29 void SetCpuState(CpuState* cpuState);
|
H A D | TeamWindow.cpp | 1675 fRegistersView->SetCpuState(cpuState); in _UpdateCpuState()
|
/haiku/src/kits/debugger/jobs/ |
H A D | GetCPUStateJob.cpp | 53 fThread->SetCpuState(state); in Do()
|
H A D | GetThreadStateJob.cpp | 55 fThread->SetCpuState(state); in Do()
|
/haiku/headers/private/debugger/model/ |
H A D | Thread.h | 70 void SetCpuState(CpuState* state);
|
/haiku/src/kits/debugger/value/ |
H A D | ValueWriter.cpp | 132 return fDebuggerInterface->SetCpuState(fTargetThread, fCpuState); in WriteValue()
|
/haiku/src/kits/debugger/debugger_interface/core/ |
H A D | CoreFileDebuggerInterface.h | 68 virtual status_t SetCpuState(thread_id thread,
|
H A D | CoreFileDebuggerInterface.cpp | 308 CoreFileDebuggerInterface::SetCpuState(thread_id thread, const CpuState* state) in SetCpuState() function in CoreFileDebuggerInterface
|
/haiku/src/kits/debugger/debugger_interface/local/ |
H A D | LocalDebuggerInterface.h | 59 virtual status_t SetCpuState(thread_id thread,
|
H A D | LocalDebuggerInterface.cpp | 705 LocalDebuggerInterface::SetCpuState(thread_id thread, const CpuState* state) in SetCpuState() function in LocalDebuggerInterface
|
/haiku/src/kits/debugger/debugger_interface/ |
H A D | DebuggerInterface.h | 88 virtual status_t SetCpuState(thread_id thread,
|
/haiku/src/kits/debugger/controllers/ |
H A D | ThreadHandler.cpp | 532 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 D | CoreFile.h | 145 bool SetCpuState(const void* state, size_t size);
|
H A D | CoreFile.cpp | 179 CoreFileThreadInfo::SetCpuState(const void* state, size_t size) in SetCpuState() function in CoreFileThreadInfo 767 if (!thread->SetCpuState(data, cpuStateSize)) in _ReadThreadsNote()
|