aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-27[lldb] Extract debug server location code (#145706)Pavel Labath1-76/+1
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath1-4/+4
2025-06-25[lldb] Fix qEcho message handling. (#145675)eleviant1-1/+2
2025-06-25[lldb] Clean up GDBRemoteCommunication::StartDebugserverProcess (#145021)Pavel Labath1-113/+56
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath1-16/+2
2025-06-23[lldb] Add Socket::CreatePair (#145015)Pavel Labath1-26/+6
2025-06-22Revert "[lldb] Fix qEcho message handling (#145072)" (#145241)eleviant1-2/+1
2025-06-21[lldb] Fix qEcho message handling (#145072)eleviant1-1/+2
2025-05-13[lldb] Fix compilation errors from #138896 (#139711)Pavel Labath1-1/+2
2025-05-12Reapply "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on window...Pavel Labath1-2/+0
2025-05-07Revert "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows...Pavel Labath1-0/+2
2025-05-07[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows (#137978)Pavel Labath1-2/+0
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-1/+0
2025-04-22[lldb] Clean up StartDebugserverProcess before I start refactoring it (#135342)Pavel Labath1-282/+199
2025-04-22[lldb/cmake] Normalize use of HAVE_LIBCOMPRESSION (#135528)Pavel Labath1-3/+3
2025-04-13Reapply "[lldb] ProcessGdbRemote header gardning"Pavel Labath1-10/+5
2025-04-11Revert "[lldb] ProcessGdbRemote header gardning"Jonas Devlieghere1-5/+11
2025-04-11[lldb] ProcessGdbRemote header gardningPavel Labath1-11/+5
2025-03-19[lldb/gdb-remote] Do not crash on an invalid server response (#131979)Igor Kudrin1-5/+17
2025-02-27[lldb] Assorted improvements to the Pipe class (#128719)Pavel Labath1-7/+17
2024-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath1-2/+1
2024-11-27[lldb] Add timeout argument to Socket::Accept (#117691)Pavel Labath1-7/+8
2024-09-09[NFC] Add explicit #include llvm-config.h where its macros are used, lldb par...Daniil Fukalov1-0/+1
2024-09-06[lldb][NFC] Used shared_fd_t (#107553)Dmitry Vasilyev1-8/+11
2024-09-06[lldb] Fixed a typo in #107388Dmitry Vasilyev1-1/+1
2024-09-06[lldb][NFC] Fix -Wparentheses warning.Christian Sigg1-1/+1
2024-09-06[lldb][NFC] Separated GDBRemoteCommunication::GetDebugserverPath() (#107388)Dmitry Vasilyev1-12/+17
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-4/+4
2024-07-26[lldb] Optimized lldb-server memory usage (#100666)Dmitry Vasilyev1-2/+2
2024-06-10[lldb] Fix redundant condition in compression type check (NFC) (#94841)Shivam Gupta1-3/+2
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+0
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-1/+1
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-1/+1
2022-10-03[lldb] [gdb-remote] Move ReadPacketWithOutputSupport() to clientMichał Górny1-17/+0
2022-09-20[LLDB]Initialize accept_socket with nullptrGeorge Hu1-1/+1
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-6/+0
2022-09-09[gdb-remote] Move broadcasting logic down to GDBRemoteClientBaseMichał Górny1-3/+2
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny1-1/+1
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich1-3/+3
2022-06-21[lldb] [llgs] Implement non-stop style stop notification packetsMichał Górny1-0/+23
2022-02-23[lldb] Modernize ThreadLauncherPavel Labath1-8/+7
2022-02-01[lldb] Convert ProcessGDBRemoteLog to the new APIPavel Labath1-8/+8
2021-11-25[lldb/gdb-remote] Ignore spurious ACK packetsPavel Labath1-2/+13
2021-11-24[lldb/gdb-remote] Remove more non-stop mode remnantsPavel Labath1-86/+1
2021-10-26[lldb] [Host] Move port predicate-related logic to gdb-remoteMichał Górny1-5/+12
2021-10-26[lldb] [Communication] Add a WriteAll() method that resumes writingMichał Górny1-3/+3
2021-09-25[lldb] Convert misc. StringConvert usesMichał Górny1-2/+3
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-2/+2