Searched refs:BDebugLooper (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debug/
H A DDebugLooper.cpp17 struct BDebugLooper::Debugger {
30 struct BDebugLooper::Job : DoublyLinkedListLinkImpl<Job> {
64 virtual status_t Do(BDebugLooper* looper) = 0;
72 struct BDebugLooper::JobList : DoublyLinkedList<Job> {
76 struct BDebugLooper::AddDebuggerJob : Job {
85 virtual status_t Do(BDebugLooper* looper)
102 struct BDebugLooper::RemoveDebuggerJob : Job {
109 virtual status_t Do(BDebugLooper* looper)
130 BDebugLooper::BDebugLooper() function in class:BDebugLooper
[all...]
/haiku/headers/private/debug/
H A DDebugLooper.h18 class BDebugLooper { class
20 BDebugLooper();
21 virtual ~BDebugLooper();

Completed in 33 milliseconds