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
/
PlatformiOSSimulator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-7
/
+6
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+0
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-1
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Silence compiler warnings
Adrian Prantl
2019-01-15
1
-1
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+5
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+3
*
[FileSystem] Remove GetPermissions() and Readable() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.
Jonas Devlieghere
2018-11-01
1
-7
/
+8
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-19
/
+18
*
Fix netbsd, freebsd and osx builds for ArchSpec move
Pavel Labath
2017-11-13
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-2
/
+4
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-4
/
+2
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-2
/
+4
*
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
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-406
/
+325
*
Adjust LLDB's iOS simulator interface for changes in CoreSimulator
Enrico Granata
2016-08-09
1
-2
/
+4
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-1
/
+1
*
I like how PlatformAndroid/PlatformLinux log when their platforms
Jason Molenda
2015-11-19
1
-0
/
+24
*
Teach LLDB how to directly launch processes on the iOS simulator
Enrico Granata
2015-11-05
1
-51
/
+53
*
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
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-19
/
+17
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-3
/
+3
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-3
/
+4
*
Missed a few places where we need to report unreadable executables.
Greg Clayton
2014-08-15
1
-4
/
+11
*
Cleanup the iOS simulator code.
Greg Clayton
2014-07-10
1
-16
/
+21
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-2
/
+2
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-13
/
+46
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-3
/
+15
*
Fixed a warning in PlatformiOSSimulator where GetSDKDirectory was hiding rece...
Greg Clayton
2013-10-30
1
-3
/
+3
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-4
/
+4
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-11
/
+6
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-8
/
+4
*
Fixed the iOS simulator platform:
Sean Callanan
2012-10-20
1
-9
/
+1
*
The iOSSimulator platform should create a PlatformDarwin with
Jason Molenda
2012-09-25
1
-1
/
+1
*
<rdar://problem/12211320>
Greg Clayton
2012-09-05
1
-2
/
+10
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-4
/
+32
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-2
/
+23
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-23
/
+10
*
<rdar://problem/9886712>
Greg Clayton
2012-02-25
1
-0
/
+387