summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-2/+2
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-270/+236
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-3/+3
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-121-2/+2
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-32/+27
* Fix warnings found by -Wextra-semiPavel Labath2015-07-221-1/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-1/+94
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-131-0/+3
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-0/+1
* Don’t #include "llvm/Support/MachO.h” as it isn’t needed here.Greg Clayton2014-04-021-2/+0
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-131-0/+6
* Correctly add the QueueID to a pending block's extended thread backtrace thread.Jason Molenda2014-03-101-0/+3
* libBacktraceRecording __introspection_dispatch_queue_get_pending_items isJason Molenda2014-03-091-1/+18
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-84/+117
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-0/+3
* Add logging for the SB API which creates extendedJason Molenda2013-11-191-1/+5
* Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda2013-11-161-0/+6
* Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda2013-11-151-0/+174
OpenPOWER on IntegriCloud