Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
2359864be2192dfa9d6e6384f5df310b4eae1363
/
lldb
/
source
/
API
/
SBQueue.cpp
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 8 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
· 11 years ago
fe95dc9
SBQueue::GetNumPendingItems() should not force a fetch of the pending
by Jason Molenda
· 11 years ago
da0fc76
Add inttypes.h to SBQueue.cpp (MSVC compilation error with PRIx32).
by Virgile Bello
· 11 years ago
ac605f4
Add API logging to the SBQueue/SBQueueItem/SBThread calls.
by Jason Molenda
· 11 years ago
2fd8335
Change the Mac OS X SystemRuntime plugin from using the placeholder
by Jason Molenda
· 11 years ago
b97f44d
Fix how Queue/QueueItem weak pointers are initialized in the ctors.
by Jason Molenda
· 11 years ago
c8064ac
Move the ivars / logic of SBQueue into a QueueImpl class and
by Jason Molenda
· 11 years ago
5e8dce4
Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent
by Jason Molenda
· 11 years ago