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
*
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
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-12
/
+11
*
<rdar://problem/12211320>
Greg Clayton
2012-09-05
1
-3
/
+10
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-4
/
+31
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-2
/
+14
*
<rdar://problem/9886712>
Greg Clayton
2012-02-25
1
-20
/
+2
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-47
/
+0
*
Move the ARM specific arch picker from PlatformRemoteiOS.cpp to
Jason Molenda
2011-12-09
1
-1
/
+4
*
Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate
Greg Clayton
2011-07-19
1
-8
/
+8
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-1
/
+1
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-27
/
+40
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-204
/
+83
*
Added new platform commands:
Greg Clayton
2011-03-23
1
-6
/
+4
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-2
/
+115
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-0
/
+199