aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-11[doc] Use ISO nomenclature for 1024 byte units (#133148)Alexander Ziaee1-1/+1
2025-02-08[lldb] Upstream a few remaining Triple::XROS patches (#126335)Jason Molenda1-0/+2
2024-12-13[lldb][Process] Introduce LoongArch64 hw break/watchpoint supportwanglei1-1/+2
2024-09-25[lldb] fix vFile:open, vFile:unlink error codes (#106950)dlav-sc1-15/+14
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata1-11/+11
2023-06-20[lldb][Android] Support zip .so fileKazuki Sakamoto1-5/+38
2023-05-03[lldb] Remove distribution_id from ArchSpecAlex Langford1-2/+2
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+4
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-4/+6
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-6/+4
2022-09-18Use std::make_unsigned_t (NFC)Kazu Hirata1-1/+1
2022-09-09[gdb-remote] Move broadcasting logic down to GDBRemoteClientBaseMichał Górny1-5/+3
2022-08-17[LLDB][NFC] Suppress spurious static inspection warningsSlava Gurevich1-1/+1
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-2/+3
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-3/+2
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-2/+3
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-2/+2
2021-11-10[lldb] [gdb-server] Fix fill_clamp to handle signed src typesMichał Górny1-2/+5
2021-11-10[lldb] Support gdbserver signalsMichał Górny1-0/+1
2021-10-26Modernize and simplify HostInfo::GetOSKernelDescriptionPavel Labath1-3/+3
2021-10-22Host::GetOSBuildStringPavel Labath1-3/+3
2021-09-10[lldb] [gdb-remote] Use standardized GDB errno valuesMichał Górny1-4/+15
2021-09-10[lldb] Add new commands and tests for getting file perms & existsMichał Górny1-3/+4
2021-09-10[lldb] [gdb-server] Zero-initialize fields on WIN32Michał Górny1-0/+3
2021-09-10Reland "[lldb] [gdb-server] Implement the vFile:fstat packet"Michał Górny1-0/+45
2021-09-10Revert "[lldb] [gdb-server] Implement the vFile:fstat packet"Michał Górny1-43/+0
2021-09-10[lldb] [gdb-server] Implement the vFile:fstat packetMichał Górny1-0/+43
2021-08-09[lldb] [gdb-remote] Use hexadecimal numbers in vFile packats for GDB complianceMichał Górny1-33/+36
2021-08-09[lldb] [gdb-remote] Sync vFile:open mode constants with GDBMichał Górny1-4/+0
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny1-2/+2
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+2
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2021-04-14[lldb] Move QThreadSuffixSupported and QListThreadsInStopReply into llgsPavel Labath1-24/+1
2021-04-13[lldb] [gdb-remote server] Refactor handling qSupportedMichał Górny1-20/+19
2021-03-30[lldb] [server] Support for multiprocess extensionMichał Górny1-0/+1
2020-10-08[lldb] Initial version of FreeBSD remote process pluginMichał Górny1-1/+1
2020-03-12[lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI)Jonas Devlieghere1-4/+3
2020-02-20Add target.xml support for qXfer request.Muhammad Omair Javaid1-0/+1
2020-02-18Revert "[lldb/lldb-server] Add target.xml support for qXfer request."Muhammad Omair Javaid1-1/+0
2020-02-17[lldb/lldb-server] Add target.xml support for qXfer request.Levon Ter-Grigoryan1-0/+1
2020-01-28[lldb/Plugin] Fix implicit conversion in GDBRemoteJonas Devlieghere1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere1-2/+2
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda1-0/+2
2019-10-16[android/process list] support showing process argumentsWalter Erquinigo1-0/+9
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna1-2/+6