aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-27[lldb] Use SmallVector for handling register dataDavid Spickett1-0/+6
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath1-2/+2
2022-07-15[lldb] [llgs] Fix disabling non-stop modeMichał Górny1-0/+1
2022-07-15[lldb] [llgs] Send process output asynchronously in non-stop modeMichał Górny1-0/+5
2022-07-15Reland "[lldb] [llgs] Fix multi-resume bugs with nonstop mode"Michał Górny1-0/+3
2022-07-15Revert "[lldb] [llgs] Fix multi-resume bugs with nonstop mode"Michał Górny1-3/+0
2022-07-15[lldb] [llgs] Fix multi-resume bugs with nonstop modeMichał Górny1-0/+3
2022-07-14[lldb] [llgs] Remove not-really-used m_inferior_prev_stateMichał Górny1-1/+0
2022-07-14[lldb] [llgs] Convert m_debugged_processes into a map of structsMichał Górny1-3/+12
2022-06-25Reland "[lldb] [llgs] Support multiprocess in qfThreadInfo"Michał Górny1-0/+3
2022-06-25Revert "[lldb] [llgs] Support multiprocess in qfThreadInfo"Michał Górny1-3/+0
2022-06-24[lldb] [llgs] Introduce an AppendThreadIDToResponse() helperMichał Górny1-0/+3
2022-06-24[lldb] [llgs] Implement the 'T' packetMichał Górny1-0/+2
2022-06-24[lldb] [llgs] Support multiprocess in qfThreadInfoMichał Górny1-0/+3
2022-06-24[lldb] [llgs] Support resuming one process with PID!=current via vContMichał Górny1-9/+0
2022-06-24[lldb] [llgs] Implement the vKill packetMichał Górny1-0/+4
2022-06-21[lldb] [llgs] Implement non-stop style stop notification packetsMichał Górny1-2/+20
2022-06-20[lldb] [llgs] Refactor SendStopReasonForState for multiprocessMichał Górny1-1/+2
2022-06-20[lldb] [llgs] Refactor SendStopReplyPacketForThread for multiprocessMichał Górny1-1/+2
2022-06-17[lldb] Fix modernize-use-override warnings (NFC)Jonas Devlieghere1-1/+1
2021-11-25[lldb/gdb-remote] Ignore spurious ACK packetsPavel Labath1-1/+0
2021-10-26[lldb] [lldb-gdbserver] Unify listen/connect code to use ConnectionFileDescri...Michał Górny1-0/+2
2021-09-10[lldb] [gdb-remote] Implement the vRun packetMichał Górny1-0/+2
2021-09-06[lldb] [llgs server] Support creating core dumps on NetBSDMichał Górny1-0/+2
2021-07-27[lldb][AArch64] Add memory tag writing to lldb-serverDavid Spickett1-0/+2
2021-06-24[lldb][AArch64] Add memory tag reading to lldb-serverDavid Spickett1-0/+2
2021-04-24[lldb] [llgs] Support owning and detaching extra processesMichał Górny1-1/+6
2021-04-24[lldb] [Process] Introduce protocol extension support APIMichał Górny1-0/+5
2021-04-14[lldb] Move QThreadSuffixSupported and QListThreadsInStopReply into llgsPavel Labath1-0/+6
2021-04-13[lldb] [gdb-remote server] Abstract away getting current processMichał Górny1-1/+3
2021-04-13[lldb] [gdb-remote server] Refactor handling qSupportedMichał Górny1-0/+3
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo1-5/+5
2021-03-30[lldb] [server] Support for multiprocess extensionMichał Górny1-0/+9
2021-01-24Implement vAttachOrWaitAugusto Noronha1-1/+5
2021-01-14Implement vAttachWait in lldb-serverAugusto Noronha1-0/+13
2020-11-11[intel-pt][trace] Implement a "get supported trace type" packetWalter Erquinigo1-0/+2
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath1-0/+2
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+4
2020-04-02[lldb] Change Communication::SetConnection to take a unique_ptrPavel Labath1-1/+1
2020-02-20Add target.xml support for qXfer request.Muhammad Omair Javaid1-0/+2
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2020-02-18Revert "[lldb/lldb-server] Add target.xml support for qXfer request."Muhammad Omair Javaid1-2/+0
2020-02-17[lldb/lldb-server] Add target.xml support for qXfer request.Levon Ter-Grigoryan1-0/+2
2019-07-23Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso1-0/+2
2019-07-01Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath1-2/+0
2019-06-18Implement xfer:libraries-svr4:read packetAntonio Afonso1-0/+2
2019-06-10Create a generic handler for Xfer packetsAntonio Afonso1-2/+5
2019-05-30[lldb-server] Support 'g' packetsPavel Labath1-0/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-10/+0
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl1-2/+2