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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide ADB port forwarding support for abstract sockets.
Oleksiy Vyalov
2015-11-03
1
-2
/
+12
*
Revert r251578. I was in the middle of editing the commit message
Jason Molenda
2015-10-28
1
-1
/
+1
*
Initialize data_len to 0 in source/Plugins/Platform/Android/AdbClient.cpp
Jason Molenda
2015-10-28
1
-1
/
+1
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-0
/
+13
*
Change oat symbolization code for android to work on non-rooted devices
Tamas Berghammer
2015-09-29
1
-0
/
+51
*
Make remote-android platform to use dynamic local tcp ports when forwarding d...
Oleksiy Vyalov
2015-09-01
1
-4
/
+4
*
Fix error handling in AdbClient - PushFile and PullFile.
Oleksiy Vyalov
2015-06-05
1
-10
/
+79
*
Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".
Oleksiy Vyalov
2015-05-28
1
-23
/
+32
*
Implement and use adb push for PlatformAndroid::PutFile
Robert Flack
2015-05-27
1
-1
/
+48
*
Use ADB pull to download modules from android target.
Oleksiy Vyalov
2015-05-18
1
-32
/
+181
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+1
*
Support remote-android with multiple connected devices.
Chaoren Lin
2015-05-01
1
-11
/
+12
*
Remove 'z' modifier from printf/sscanf operations in AdbClient - the modifie...
Oleksiy Vyalov
2015-04-10
1
-5
/
+5
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-0
/
+1
*
Use Android device serial number instead of hostname as a target identifier w...
Oleksiy Vyalov
2015-03-25
1
-1
/
+33
*
Move ADB communications to AdbClient class - to make it accessible by other c...
Oleksiy Vyalov
2015-03-23
1
-0
/
+187