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
/
Platform
/
MacOSX
/
PlatformMacOSX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
1
-5
/
+5
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-7
/
+5
*
Refactor ObjectFile::GetSDKVersion
Raphael Isemann
2019-07-03
1
-4
/
+4
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
Fix a stack-smasher in PlatformMacOSX::GetSDKDirectory()
Adrian Prantl
2019-04-29
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
1
-1
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Compiler warning pointed out a mistake - fix it.
Jason Molenda
2018-11-07
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+3
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-4
/
+4
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-1
/
+2
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-2
/
+2
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-6
/
+4
*
Move the code to find a binary in a bundle in the target.exec-search-paths
Jason Molenda
2017-06-02
1
-0
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-16
/
+17
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Remove FileSystem::MakeDirectory.
Zachary Turner
2017-03-19
1
-3
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+2
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-5
/
+5
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-5
/
+5
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-3
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-293
/
+251
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-2
/
+2
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-2
/
+2
*
I like how PlatformAndroid/PlatformLinux log when their platforms
Jason Molenda
2015-11-19
1
-0
/
+23
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-1
/
+1
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-0
/
+1
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-0
/
+4
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-4
/
+4
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-1
/
+1
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-1
/
+1
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-1
/
+4
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-1
/
+3
*
Remove a few uses of LLDB_DISABLE_POSIX.
Zachary Turner
2014-08-11
1
-6
/
+0
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-1
/
+1
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-2
/
+2
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-1
/
+1
*
Add support for Haswell on x86_64.
Greg Clayton
2014-01-22
1
-2
/
+32
*
Rename Platform::GetFile (3-arg version) to GetFileWithUUID
Steve Pucci
2014-01-17
1
-4
/
+4
*
Replace 'mkdir' shell invocation by native function call.
Jean-Daniel Dupas
2013-12-09
1
-9
/
+4
*
Added the ability to get the SDK path for a target using the platform plugins...
Greg Clayton
2013-10-24
1
-1
/
+77
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-3
/
+73
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-0
/
+3
[next]