llvm-project/lldb/source/Plugins/Platform/Android
Chaoren Lin 372e9067a7 Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.
Summary:
`IsRelativeToCurrentWorkingDirectory` was misleading, because relative paths
are sometimes appended to other directories, not just the cwd. Plus, the new
name is shorter. Also added `IsAbsolute` for completeness.

Reviewers: clayborg, ovyalov

Reviewed By: ovyalov

Subscribers: tberghammer, lldb-commits

Differential Revision: http://reviews.llvm.org/D10262

llvm-svn: 239419
2015-06-09 17:54:27 +00:00
..
AdbClient.cpp Fix error handling in AdbClient - PushFile and PullFile. 2015-06-05 01:32:45 +00:00
AdbClient.h Fix error handling in AdbClient - PushFile and PullFile. 2015-06-05 01:32:45 +00:00
CMakeLists.txt Move ADB communications to AdbClient class - to make it accessible by other components. 2015-03-23 21:03:02 +00:00
Makefile
PlatformAndroid.cpp Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`. 2015-06-09 17:54:27 +00:00
PlatformAndroid.h Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull". 2015-05-28 17:42:48 +00:00
PlatformAndroidRemoteGDBServer.cpp Support remote-android with multiple connected devices. 2015-05-01 16:49:28 +00:00
PlatformAndroidRemoteGDBServer.h Support remote-android with multiple connected devices. 2015-05-01 16:49:28 +00:00