summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android/AdbClient.cpp
AgeCommit message (Expand)Author
2025-09-25[lldb] refactor PlatformAndroid and make threadsafe (attempt 2) (#159676)Chad Smith
2025-08-14Revert "[lldb] refactor PlatformAndroid and make threadsafe" (#153626)Leandro Lupori
2025-08-13[lldb] refactor PlatformAndroid and make threadsafe (#145382)Chad Smith
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2021-12-07Modify DataEncoder to be able to encode data in an object owned buffer.Greg Clayton
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-05-29Do not list adb devices when a device id is givenEmre Kultursay
2020-05-20Use IPv4 for Android connectionsEmre Kultursay
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-01[NFC] Fixes -Wrange-loop-analysis warningsMark de Wever
2019-11-13[LLDB] Cleanup the DataEncoder utility. (NFC)Jonas Devlieghere
2019-08-27[Platform/Android] Read the adb server from an env variable if setNathan Lanza
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-10-31Increase AdbClient read timeoutPavel Labath
2017-05-16Skip TestWatchedVarHitWhenInScope on android arm because it triggers a kernel...Pavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-21Replace std::ofstream with llvm::raw_fd_ostreamPavel Labath
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-25Introduce Chrono to the Connection class. NFCI.Pavel Labath
2016-11-24Use more chrono in AdbClientPavel Labath
2016-11-24Use chrono in AdbClientPavel Labath
2016-11-17Convert UriParser to use StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-08Use shell cat command as a workaround if ADB stat cannot lookup a file.Oleksiy Vyalov
2016-07-07Respect ANDROID_SERIAL environment variable used by ADBLuke Drummond
2016-07-06Fix ADB client disconnect issues.Oleksiy Vyalov
2016-06-30Fix for Windows builds.Adrian McCarthy
2016-06-30Improve ADB utilization within Android platform.Oleksiy Vyalov
2016-05-16Bump up adb timeout morePavel Labath
2016-05-05Bump up timeout in AdbClientPavel Labath