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
/
Android
/
PlatformAndroid.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB][MIPS] Fix process load/unload on android.
Nitesh Jain
2017-08-14
1
-3
/
+17
*
Fix "process load" on new android targets
Pavel Labath
2017-07-05
1
-2
/
+6
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-34
/
+34
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Fix various warnings. NFC
Zachary Turner
2017-03-02
1
-1
/
+1
*
UriParser cleanup
Pavel Labath
2017-02-10
1
-4
/
+1
*
Use more chrono in AdbClient
Pavel Labath
2016-11-24
1
-5
/
+6
*
Convert UriParser to use StringRef.
Zachary Turner
2016-11-17
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-324
/
+279
*
Add check for non-null log instance in PlatformAndroid.
Oleksiy Vyalov
2016-07-21
1
-1
/
+1
*
Use shell cat command as a workaround if ADB stat cannot lookup a file.
Oleksiy Vyalov
2016-07-08
1
-1
/
+25
*
Fix ADB client disconnect issues.
Oleksiy Vyalov
2016-07-06
1
-15
/
+33
*
Add oat symbolization support for odex files
Tamas Berghammer
2016-07-06
1
-2
/
+3
*
Improve ADB utilization within Android platform.
Oleksiy Vyalov
2016-06-30
1
-15
/
+15
*
Remove some duplicated code from PlatformPOSIX/Android
Tamas Berghammer
2015-12-03
1
-85
/
+8
*
Fix "process load/unload" on android
Tamas Berghammer
2015-12-02
1
-0
/
+90
*
Treat hostname in android URL as device id unless it matches "localhost".
Oleksiy Vyalov
2015-10-27
1
-1
/
+1
*
Set device_id to host value only in case of adb protocol.
Oleksiy Vyalov
2015-10-22
1
-1
/
+2
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-2
/
+1
*
Increase default memory cache line size for android
Pavel Labath
2015-10-20
1
-0
/
+7
*
Fix Android-SDK detection on API 10 device
Tamas Berghammer
2015-10-01
1
-11
/
+7
*
Restrict the scope of a hack in DYLDRendezvous
Tamas Berghammer
2015-10-01
1
-0
/
+9
*
Trim the output of mktem in PlatformAndroid::DownloadSymbolFile
Tamas Berghammer
2015-10-01
1
-1
/
+1
*
Change oat symbolization code for android to work on non-rooted devices
Tamas Berghammer
2015-09-29
1
-26
/
+9
*
Download symbol file for .oat files on android
Tamas Berghammer
2015-08-12
1
-0
/
+77
*
Fetch SDK version from PlatformAndroid
Tamas Berghammer
2015-08-12
1
-1
/
+46
*
Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.
Chaoren Lin
2015-06-09
1
-2
/
+2
*
Fix PlatformAndroid::PutFile to support relative destination paths.
Oleksiy Vyalov
2015-06-02
1
-7
/
+10
*
Use FileSpec::IsRelativeToCurrentWorkingDirectory instead of llvm::sys::path:...
Oleksiy Vyalov
2015-05-29
1
-8
/
+3
*
Fix build - GetRemoteWorkingDirectory returns FileSpec instead of ConstString.
Oleksiy Vyalov
2015-05-29
1
-1
/
+1
*
Fix PlatformAndroid::GetFile - check for relative source path and concatenate...
Oleksiy Vyalov
2015-05-29
1
-4
/
+12
*
Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".
Oleksiy Vyalov
2015-05-28
1
-5
/
+16
*
Implement and use adb push for PlatformAndroid::PutFile
Robert Flack
2015-05-27
1
-0
/
+15
*
Use ADB pull to download modules from android target.
Oleksiy Vyalov
2015-05-18
1
-0
/
+13
*
Support remote-android with multiple connected devices.
Chaoren Lin
2015-05-01
1
-9
/
+18
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-3
/
+4
*
Use Android device serial number instead of hostname as a target identifier w...
Oleksiy Vyalov
2015-03-25
1
-1
/
+23
*
Enable process launching on android from lldb-gdbserver
Tamas Berghammer
2015-02-16
1
-13
/
+35
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-0
/
+4
*
Create new platform: remote-android
Tamas Berghammer
2015-02-12
1
-0
/
+156