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
/
AdbClient.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-43
/
+44
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Use more chrono in AdbClient
Pavel Labath
2016-11-24
1
-2
/
+3
*
Use chrono in AdbClient
Pavel Labath
2016-11-24
1
-11
/
+4
*
Convert UriParser to use StringRef.
Zachary Turner
2016-11-17
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-94
/
+64
*
Use shell cat command as a workaround if ADB stat cannot lookup a file.
Oleksiy Vyalov
2016-07-08
1
-1
/
+7
*
Fix ADB client disconnect issues.
Oleksiy Vyalov
2016-07-06
1
-2
/
+17
*
Improve ADB utilization within Android platform.
Oleksiy Vyalov
2016-06-30
1
-23
/
+46
*
Provide ADB port forwarding support for abstract sockets.
Oleksiy Vyalov
2015-11-03
1
-1
/
+9
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-0
/
+3
*
Change oat symbolization code for android to work on non-rooted devices
Tamas Berghammer
2015-09-29
1
-0
/
+6
*
Make remote-android platform to use dynamic local tcp ports when forwarding d...
Oleksiy Vyalov
2015-09-01
1
-2
/
+2
*
Fix error handling in AdbClient - PushFile and PullFile.
Oleksiy Vyalov
2015-06-05
1
-0
/
+3
*
Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".
Oleksiy Vyalov
2015-05-28
1
-2
/
+8
*
Implement and use adb push for PlatformAndroid::PutFile
Robert Flack
2015-05-27
1
-0
/
+3
*
Use ADB pull to download modules from android target.
Oleksiy Vyalov
2015-05-18
1
-3
/
+28
*
Support remote-android with multiple connected devices.
Chaoren Lin
2015-05-01
1
-1
/
+1
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-0
/
+2
*
Use Android device serial number instead of hostname as a target identifier w...
Oleksiy Vyalov
2015-03-25
1
-2
/
+9
*
Move ADB communications to AdbClient class - to make it accessible by other c...
Oleksiy Vyalov
2015-03-23
1
-0
/
+69