aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-27[lldb] Extract debug server location code (#145706)Pavel Labath1-8/+4
2025-06-25[lldb] Clean up GDBRemoteCommunication::StartDebugserverProcess (#145021)Pavel Labath1-6/+4
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath1-3/+0
2025-04-22[lldb] Clean up StartDebugserverProcess before I start refactoring it (#135342)Pavel Labath1-15/+0
2025-04-22[lldb/cmake] Normalize use of HAVE_LIBCOMPRESSION (#135528)Pavel Labath1-1/+1
2025-04-13Reapply "[lldb] ProcessGdbRemote header gardning"Pavel Labath1-16/+3
2025-04-11Revert "[lldb] ProcessGdbRemote header gardning"Jonas Devlieghere1-0/+13
2025-04-11[lldb] ProcessGdbRemote header gardningPavel Labath1-13/+0
2025-03-19[lldb/gdb-remote] Do not crash on an invalid server response (#131979)Igor Kudrin1-1/+1
2024-09-06[lldb][NFC] Used shared_fd_t (#107553)Dmitry Vasilyev1-2/+3
2024-09-06[lldb][NFC] Separated GDBRemoteCommunication::GetDebugserverPath() (#107388)Dmitry Vasilyev1-0/+3
2022-10-03[lldb] [gdb-remote] Move ReadPacketWithOutputSupport() to clientMichał Górny1-5/+0
2022-09-09[gdb-remote] Move broadcasting logic down to GDBRemoteClientBaseMichał Górny1-6/+2
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny1-2/+4
2022-06-21[lldb] [llgs] Implement non-stop style stop notification packetsMichał Górny1-0/+3
2022-02-23[lldb] Modernize ThreadLauncherPavel Labath1-1/+1
2021-11-24[lldb/gdb-remote] Remove more non-stop mode remnantsPavel Labath1-23/+0
2021-10-26[lldb] [Host] Move port predicate-related logic to gdb-remoteMichał Górny1-0/+3
2021-09-10[lldb] [gdb-remote] Use standardized GDB errno valuesMichał Górny1-0/+6
2021-09-10[lldb] [gdb-remote] Implement fallback to vFile:stat for GetFileSize()Michał Górny1-0/+20
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+3
2020-03-16[lldb/Reproducers] Decode run-length encoding in GDB replay server.Jonas Devlieghere1-0/+3
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2019-12-10Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher1-1/+5
2019-12-10Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher1-5/+1
2019-12-10[lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere1-1/+5
2019-05-14typedef enum -> enumFangrui Song1-2/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-4/+0
2019-01-25Refactor HAVE_LIBCOMPRESSION and related code in GDBRemoteCommunicationRaphael Isemann1-2/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-18Force libcompression calls to be enabled when building on DarwinJason Molenda1-0/+3
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath1-2/+2
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere1-76/+9
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-08-30Move Predicate.h from Host to UtilityRaphael Isemann1-1/+1
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath1-1/+1
2018-03-20Move StringExtractorGDBRemote.h to the include folderPavel Labath1-1/+1
2018-01-10Handle O reply packets during qRcmdPavel Labath1-0/+5
2017-11-09llgs-tests: Replace the "log+return false" pattern with llvm::ErrorPavel Labath1-0/+10
2017-05-12Rename Error -> Status.Zachary Turner1-5/+5
2017-04-17Don't ever reduce the timeout of a packet, only increase it.Greg Clayton1-0/+4
2016-11-25Introduce chrono to the Communication classPavel Labath1-26/+0
2016-11-24Attempt to fix freebsd build after r287864Pavel Labath1-5/+8
2016-11-24Introduce chrono to more gdb-remote functionsPavel Labath1-6/+28
2016-10-31Remove usages of TimeValue from gdb-remote process pluginPavel Labath1-12/+9
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-282/+225
2016-08-27Convert some functions to use StringRef instead of c_str, lenZachary Turner1-4/+2
2016-08-16Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** classPavel Labath1-6/+0
2016-08-12Switch over to using socketpair for local debugserver connections as they are...Greg Clayton1-1/+2
2016-08-09Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-23/+0