Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
API
/
SBQueue.cpp
a6682a4
Simplify Boolean expressions
by Jonas Devlieghere
· 7 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
b9ffa98
Add a new SBThread::GetQueue() method to get the queue that is
by Jason Molenda
· 11 years ago
324a103
sweep up -Wformat warnings from gcc
by Saleem Abdulrasool
· 11 years ago
aac16e0
Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (serial or concurrent).
by Jason Molenda
· 12 years ago
fe95dc9
SBQueue::GetNumPendingItems() should not force a fetch of the pending
by Jason Molenda
· 12 years ago
da0fc76
Add inttypes.h to SBQueue.cpp (MSVC compilation error with PRIx32).
by Virgile Bello
· 12 years ago
ac605f4
Add API logging to the SBQueue/SBQueueItem/SBThread calls.
by Jason Molenda
· 12 years ago
2fd8335
Change the Mac OS X SystemRuntime plugin from using the placeholder
by Jason Molenda
· 12 years ago
b97f44d
Fix how Queue/QueueItem weak pointers are initialized in the ctors.
by Jason Molenda
· 12 years ago
c8064ac
Move the ivars / logic of SBQueue into a QueueImpl class and
by Jason Molenda
· 12 years ago
5e8dce4
Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent
by Jason Molenda
· 12 years ago