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
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[LLDB] Cleanup the DataEncoder utility. (NFC)
Jonas Devlieghere
2019-11-13
1
-1
/
+1
*
[Platform/Android] Read the adb server from an env variable if set
Nathan Lanza
2019-08-27
1
-1
/
+6
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-1
/
+0
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+2
*
Increase AdbClient read timeout
Pavel Labath
2017-10-31
1
-1
/
+1
*
Skip TestWatchedVarHitWhenInScope on android arm because it triggers a kernel...
Pavel Labath
2017-05-16
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-92
/
+95
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Replace std::ofstream with llvm::raw_fd_ostream
Pavel Labath
2017-03-21
1
-5
/
+10
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-4
/
+4
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Introduce Chrono to the Connection class. NFCI.
Pavel Labath
2016-11-25
1
-5
/
+4
*
Use more chrono in AdbClient
Pavel Labath
2016-11-24
1
-4
/
+4
*
Use chrono in AdbClient
Pavel Labath
2016-11-24
1
-18
/
+15
*
Convert UriParser to use StringRef.
Zachary Turner
2016-11-17
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-4
/
+4
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-4
/
+4
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-2
/
+6
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-528
/
+467
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-0
/
+1
*
Use shell cat command as a workaround if ADB stat cannot lookup a file.
Oleksiy Vyalov
2016-07-08
1
-12
/
+54
*
Respect ANDROID_SERIAL environment variable used by ADB
Luke Drummond
2016-07-07
1
-6
/
+12
*
Fix ADB client disconnect issues.
Oleksiy Vyalov
2016-07-06
1
-7
/
+54
*
Fix for Windows builds.
Adrian McCarthy
2016-06-30
1
-0
/
+6
*
Improve ADB utilization within Android platform.
Oleksiy Vyalov
2016-06-30
1
-150
/
+174
*
Bump up adb timeout more
Pavel Labath
2016-05-16
1
-1
/
+1
*
Bump up timeout in AdbClient
Pavel Labath
2016-05-05
1
-1
/
+1
*
Fix EOF handling in AdbClient (take 2)
Pavel Labath
2016-05-05
1
-5
/
+16
*
Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"
Pavel Labath
2016-05-03
1
-11
/
+13
*
Add a read_full_buffer argument to ConnectionFileDescriptor::Read
Pavel Labath
2016-05-03
1
-13
/
+11
*
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
[next]