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
/
PlatformAndroidRemoteGDBServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-4
/
+5
*
Convert UriParser to use StringRef.
Zachary Turner
2016-11-17
1
-7
/
+7
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-200
/
+170
*
Improve ADB utilization within Android platform.
Oleksiy Vyalov
2016-06-30
1
-0
/
+2
*
[LLDB]{MIPS] Fix TestPlatformProcessConnect.py
Mohit K. Bhakkad
2016-03-22
1
-15
/
+0
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-0
/
+50
*
Provide ADB port forwarding support for abstract sockets.
Oleksiy Vyalov
2015-11-03
1
-3
/
+17
*
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
-40
/
+48
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-10
/
+10
*
Bind listener to 127.0.0.1 to make sure that loopback address is used.
Oleksiy Vyalov
2015-09-28
1
-1
/
+1
*
Make remote-android platform to use dynamic local tcp ports when forwarding d...
Oleksiy Vyalov
2015-09-01
1
-25
/
+72
*
Make UriParser to support [$HOSTNAME] notation.
Oleksiy Vyalov
2015-08-20
1
-0
/
+18
*
Support remote-android with multiple connected devices.
Chaoren Lin
2015-05-01
1
-29
/
+29
*
Delete port forwarding if ConnectRemote fails.
Oleksiy Vyalov
2015-04-07
1
-15
/
+26
*
Fix ForwardPortWithAdb - update device_id variable if Android device has been...
Oleksiy Vyalov
2015-04-01
1
-1
/
+2
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-1
/
+2
*
Use Android device serial number instead of hostname as a target identifier w...
Oleksiy Vyalov
2015-03-25
1
-11
/
+2
*
Fix format compilation warning in PlatformAndroidRemoteGDBServer.cpp.
Oleksiy Vyalov
2015-03-23
1
-1
/
+1
*
Move ADB communications to AdbClient class - to make it accessible by other c...
Oleksiy Vyalov
2015-03-23
1
-111
/
+20
*
Create new platform: remote-android
Tamas Berghammer
2015-02-12
1
-0
/
+224