Symbol: BDebugLooper
headers/private/debug/DebugLooper.h
18
class BDebugLooper {
headers/private/debug/DebugLooper.h
20
BDebugLooper();
headers/private/debug/DebugLooper.h
21
virtual ~BDebugLooper();
src/kits/debug/DebugLooper.cpp
102
struct BDebugLooper::RemoveDebuggerJob : Job {
src/kits/debug/DebugLooper.cpp
109
virtual status_t Do(BDebugLooper* looper)
src/kits/debug/DebugLooper.cpp
130
BDebugLooper::BDebugLooper()
src/kits/debug/DebugLooper.cpp
143
BDebugLooper::~BDebugLooper()
src/kits/debug/DebugLooper.cpp
149
BDebugLooper::Init()
src/kits/debug/DebugLooper.cpp
17
struct BDebugLooper::Debugger {
src/kits/debug/DebugLooper.cpp
177
BDebugLooper::Run(bool spawnThread)
src/kits/debug/DebugLooper.cpp
207
BDebugLooper::Quit()
src/kits/debug/DebugLooper.cpp
217
BDebugLooper::AddTeamDebugger(BTeamDebugger* debugger,
src/kits/debug/DebugLooper.cpp
229
BDebugLooper::RemoveTeamDebugger(BTeamDebugger* debugger)
src/kits/debug/DebugLooper.cpp
240
BDebugLooper::RemoveTeamDebugger(team_id team)
src/kits/debug/DebugLooper.cpp
251
BDebugLooper::_MessageLoopEntry(void* data)
src/kits/debug/DebugLooper.cpp
253
return ((BDebugLooper*)data)->_MessageLoop();
src/kits/debug/DebugLooper.cpp
258
BDebugLooper::_MessageLoop()
src/kits/debug/DebugLooper.cpp
30
struct BDebugLooper::Job : DoublyLinkedListLinkImpl<Job> {
src/kits/debug/DebugLooper.cpp
334
BDebugLooper::_DoJob(Job* job)
src/kits/debug/DebugLooper.cpp
351
BDebugLooper::_Notify()
src/kits/debug/DebugLooper.cpp
64
virtual status_t Do(BDebugLooper* looper) = 0;
src/kits/debug/DebugLooper.cpp
72
struct BDebugLooper::JobList : DoublyLinkedList<Job> {
src/kits/debug/DebugLooper.cpp
76
struct BDebugLooper::AddDebuggerJob : Job {
src/kits/debug/DebugLooper.cpp
85
virtual status_t Do(BDebugLooper* looper)