summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
AgeCommit message (Expand)Author
2025-06-11[doc] Use ISO nomenclature for 1024 byte units (#133148)Alexander Ziaee
2025-02-08[lldb] Upstream a few remaining Triple::XROS patches (#126335)Jason Molenda
2024-12-13[lldb][Process] Introduce LoongArch64 hw break/watchpoint supportwanglei
2024-09-25[lldb] fix vFile:open, vFile:unlink error codes (#106950)dlav-sc
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata
2023-06-20[lldb][Android] Support zip .so fileKazuki Sakamoto
2023-05-03[lldb] Remove distribution_id from ArchSpecAlex Langford
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
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
2022-09-18Use std::make_unsigned_t (NFC)Kazu Hirata
2022-09-09[gdb-remote] Move broadcasting logic down to GDBRemoteClientBaseMichał Górny
2022-08-17[LLDB][NFC] Suppress spurious static inspection warningsSlava Gurevich
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-11-10[lldb] [gdb-server] Fix fill_clamp to handle signed src typesMichał Górny
2021-11-10[lldb] Support gdbserver signalsMichał Górny
2021-10-26Modernize and simplify HostInfo::GetOSKernelDescriptionPavel Labath
2021-10-22Host::GetOSBuildStringPavel Labath
2021-09-10[lldb] [gdb-remote] Use standardized GDB errno valuesMichał Górny
2021-09-10[lldb] Add new commands and tests for getting file perms & existsMichał Górny
2021-09-10[lldb] [gdb-server] Zero-initialize fields on WIN32Michał Górny
2021-09-10Reland "[lldb] [gdb-server] Implement the vFile:fstat packet"Michał Górny
2021-09-10Revert "[lldb] [gdb-server] Implement the vFile:fstat packet"Michał Górny
2021-09-10[lldb] [gdb-server] Implement the vFile:fstat packetMichał Górny
2021-08-09[lldb] [gdb-remote] Use hexadecimal numbers in vFile packats for GDB complianceMichał Górny
2021-08-09[lldb] [gdb-remote] Sync vFile:open mode constants with GDBMichał Górny
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
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
2021-04-14[lldb] Move QThreadSuffixSupported and QListThreadsInStopReply into llgsPavel Labath
2021-04-13[lldb] [gdb-remote server] Refactor handling qSupportedMichał Górny
2021-03-30[lldb] [server] Support for multiprocess extensionMichał Górny
2020-10-08[lldb] Initial version of FreeBSD remote process pluginMichał Górny
2020-03-12[lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI)Jonas Devlieghere
2020-02-20Add target.xml support for qXfer request.Muhammad Omair Javaid
2020-02-18Revert "[lldb/lldb-server] Add target.xml support for qXfer request."Muhammad Omair Javaid
2020-02-17[lldb/lldb-server] Add target.xml support for qXfer request.Levon Ter-Grigoryan
2020-01-28[lldb/Plugin] Fix implicit conversion in GDBRemoteJonas Devlieghere
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
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-10-16[android/process list] support showing process argumentsWalter Erquinigo
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna