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
/
PlatformRemoteiOS.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
In GDBRemoteCommunicationClient::GetHostInfo, don't set the
Jason Molenda
2016-04-07
1
-8
/
+0
*
I like how PlatformAndroid/PlatformLinux log when their platforms
Jason Molenda
2015-11-19
1
-0
/
+23
*
Add some verbose lldb host logging so lldb will show what SDK
Jason Molenda
2015-10-22
1
-1
/
+23
*
Add some initial logging for when lldb is searching for binaries,
Jason Molenda
2015-07-25
1
-0
/
+60
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-0
/
+1
*
Fix SDK selection using "platform select" when --sysroot/--version/--build op...
Ilia K
2015-03-12
1
-1
/
+40
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-0
/
+4
*
Renamed UpdateSDKDirectoryInfosInNeeded->IfNeeded
Vince Harron
2015-01-23
1
-7
/
+6
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-43
/
+93
*
Remove extra "/" character from paths resolved in iOS SDKs and also be sure t...
Greg Clayton
2014-11-13
1
-3
/
+5
*
Fix a thinko in how the RemoteiOS Platform looked up files in the SDK & other
Jim Ingham
2014-09-19
1
-66
/
+52
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-3
/
+3
*
Missed a few places where we need to report unreadable executables.
Greg Clayton
2014-08-15
1
-4
/
+11
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-2
/
+2
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+1
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-18
/
+9
*
<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
-13
/
+8
*
Patch from Daniel Malea to fix the build on Linux. Thanks
Enrico Granata
2012-09-06
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
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-0
/
+1
*
Make sure the module_uuid_ptr is non-NULL before checking whether its content...
Jim Ingham
2012-06-05
1
-2
/
+2
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-4
/
+31
*
Method name change to avoid further conflicts when merging from ToT to branch...
Johnny Chen
2012-04-20
1
-4
/
+4
*
<rdar://problem/11259893>
Greg Clayton
2012-04-20
1
-22
/
+180
*
Find and allows users to use the cached SDK's that might be in "~/Library/Dev...
Greg Clayton
2012-04-18
1
-34
/
+102
*
Update the way SDK directories are found so we are not reliant on the old "La...
Greg Clayton
2012-04-18
1
-67
/
+164
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-2
/
+24
*
Fixed a crasher for remote device debugging.
Han Ming Ong
2012-02-29
1
-1
/
+1
*
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
-64
/
+1
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-3
/
+7
*
<rdar://problem/10652336>
Greg Clayton
2012-01-06
1
-1
/
+1
*
Move the ARM specific arch picker from PlatformRemoteiOS.cpp to
Jason Molenda
2011-12-09
1
-102
/
+1
*
Fixed issues for iOS debugging where if a device has
Greg Clayton
2011-08-05
1
-1
/
+7
*
Added the notion of an system root for SDKs. This is a directory where all
Greg Clayton
2011-06-17
1
-0
/
+13
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-2
/
+2
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-3
/
+3
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-40
/
+40
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-48
/
+75
*
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
-175
/
+38
*
Added new platform commands:
Greg Clayton
2011-03-23
1
-10
/
+79
*
Split all of the core of LLDB.framework/lldb.so into a
Greg Clayton
2011-03-20
1
-2
/
+1
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-0
/
+613