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
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-3
/
+3
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-16
/
+12
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-1
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-4
/
+3
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Android is an environment and we were comparing the android triple
Eric Christopher
2018-07-31
1
-3
/
+3
*
Tidy up comment.
Eric Christopher
2018-07-31
1
-2
/
+2
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-4
/
+2
*
[FileSpec] Delegate common operations to llvm::sys::path
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
FileSpec: Remove PathSyntax enum and use llvm version instead
Pavel Labath
2018-05-14
1
-3
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-8
/
+8
*
[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
[next]