summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
AgeCommit message (Expand)Author
2025-06-25[lldb] Fix qEcho message handling. (#145675)eleviant
2022-10-03[lldb] [gdb-remote] Move ReadPacketWithOutputSupport() to clientMichał Górny
2022-09-09[gdb-remote] Move broadcasting logic down to GDBRemoteClientBaseMichał Górny
2022-08-03Revert "[lldb] [gdb-remote] Send interrupt packets from async thread"Michał Górny
2022-08-03[lldb] [gdb-remote] Send interrupt packets from async threadMichał Górny
2022-05-10Add the "sent break" message to the "gdb-remote packets" channelJim Ingham
2022-02-01[lldb] Convert ProcessGDBRemoteLog to the new APIPavel Labath
2021-09-28[lldb] Remove non-stop mode codePavel Labath
2021-07-12Revert "Revert "Reset the wakeup timeout when we re-enter the continue wait.""Jim Ingham
2021-05-17Revert "Reset the wakeup timeout when we re-enter the continue wait."Jim Ingham
2021-05-17Reset the wakeup timeout when we re-enter the continue wait.Jim Ingham
2021-05-11Add an "interrupt timeout" to Process, and pipe that through theJim Ingham
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-08-21[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-02gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-01-10Handle O reply packets during qRcmdPavel Labath
2017-12-19Fix a couple of warnings (NFC)Adrian Prantl
2016-11-24Introduce chrono to more gdb-remote functionsPavel Labath
2016-10-31Remove usages of TimeValue from gdb-remote process pluginPavel Labath
2016-09-10async structured data packet handling improvementsTodd Fiala
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-30Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath
2016-08-27Convert some functions to use StringRef instead of c_str, lenZachary Turner
2016-08-25gdb-remote: Make the sequence mutex non-recursivePavel Labath
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-09Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath
2016-07-29Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath
2016-07-29Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath