index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
SystemRuntime
/
MacOSX
/
SystemRuntimeMacOSX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-2
/
+1
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-1
/
+1
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-12
/
+12
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-7
/
+7
*
[Process] Remove unused field from HistoryThread
Alex Langford
2019-06-19
1
-16
/
+3
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-8
/
+9
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
1
-3
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-10
/
+0
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-8
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-4
/
+4
*
Upstreaming the BridgeOS device support and the
Jason Molenda
2018-10-11
1
-0
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-44
/
+29
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-14
/
+14
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-834
/
+847
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-20
/
+20
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
1
-5
/
+5
*
Changes to lldb and debugserver to reduce extraneous memory reads
Jason Molenda
2016-01-12
1
-6
/
+18
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
1
-0
/
+2
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-1
/
+1
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-2
/
+0
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-2
/
+2
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-6
/
+7
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-3
/
+3
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-7
/
+6
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-6
/
+7
*
Don't #include ClangASTContext.h from Module.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use the
Jason Molenda
2014-09-12
1
-50
/
+26
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-2
/
+178
*
Add a new SBThread::SafeToCallFunctions API; this calls over to
Jason Molenda
2014-05-13
1
-0
/
+15
*
Add a new SBThread::GetQueue() method to get the queue that is
Jason Molenda
2014-04-25
1
-20
/
+21
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-2
/
+4
*
Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...
Jason Molenda
2014-03-13
1
-0
/
+43
*
Correctly add the QueueID to a pending block's extended thread backtrace thread.
Jason Molenda
2014-03-10
1
-34
/
+34
*
libBacktraceRecording __introspection_dispatch_queue_get_pending_items is
Jason Molenda
2014-03-09
1
-48
/
+90
*
Fix a small inferior process memory leak in SystemRuntimeMacOSX::PopulatePend...
Jason Molenda
2014-03-07
1
-0
/
+2
*
Small fix for i386 extended backtraces; wasn't skipping a
Jason Molenda
2014-02-26
1
-5
/
+6
*
Add some additional logging to the Mac OS X SystemRuntime. Fix a bug where l...
Jason Molenda
2014-02-15
1
-6
/
+10
*
Adjust the calls to __introspection_dispatch_thread_get_item_info to
Jason Molenda
2014-02-11
1
-1
/
+8
*
Change the Mac OS X SystemRuntime plugin from using the placeholder
Jason Molenda
2014-02-05
1
-251
/
+480
*
Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent
Jason Molenda
2013-12-13
1
-1
/
+22
*
Add logging for the SB API which creates extended
Jason Molenda
2013-11-19
1
-7
/
+35
*
Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method
Jason Molenda
2013-11-16
1
-2
/
+41
[next]