summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
AgeCommit message (Expand)Author
2024-09-26[lldb] Don't flush llvm::raw_string_ostream (NFC) (#110128)Youngsuk Kim
2024-09-19[lldb] Only send "posix" error codes through the gdb-remote protocolPavel Labath
2024-09-18Revert "[lldb] Only send "posix" error codes through the gdb-remote protocol"Adrian Prantl
2024-09-18[lldb] Only send "posix" error codes through the gdb-remote protocolPavel Labath
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2022-09-09[gdb-remote] Move broadcasting logic down to GDBRemoteClientBaseMichał Górny
2022-02-01[lldb] Convert ProcessGDBRemoteLog to the new APIPavel Labath
2021-11-25[lldb/gdb-remote] Ignore spurious ACK packetsPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2020-10-12[lldb/Utility] Introduce UnimplementedErrorPavel Labath
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-06-10Create a generic handler for Xfer packetsAntonio Afonso
2019-02-12Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-03-20Move StringExtractorGDBRemote.h to the include folderPavel Labath
2017-07-12Adding Support for Error Strings in Remote PacketsRavitheja Addepally
2017-05-12Rename Error -> Status.Zachary Turner
2016-11-24Introduce chrono to more gdb-remote functionsPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-27Convert some functions to use StringRef instead of c_str, lenZachary Turner
2015-07-13Introduce a MainLoop class and switch llgs to use itPavel Labath
2015-05-29Add a new "qEcho" packet with the following format:Greg Clayton
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-02-11Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer
2015-02-06Make lldb-platform to clear m_process_launch_info when hanlding qProcessInfo ...Oleksiy Vyalov
2015-02-06Add support for SBProcess::PutSTDIN to remote processesVince Harron
2015-02-04Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov
2015-02-03Fix TestThreadStepOut on Linux with LLGSChaoren Lin
2015-02-03Add missing switch cases to silence warnings.Chaoren Lin
2015-02-03Implement setting and clearing watchpoints.Chaoren Lin
2015-02-03Moving header files from source/Host/common to proper location.Chaoren Lin
2015-02-03Share crash information between LLGS and local POSIX debugging withChaoren Lin
2015-02-03Added support for writing registers larger than 64 bitsChaoren Lin
2015-01-28Launch lldb-gdbserver in same process group when launched remotely using lldb...Oleksiy Vyalov
2015-01-23Fixing TestRegisters on Linux with LLGSVince Harron
2015-01-21This patch gets remote-linux platform able to run processesVince Harron
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
2014-12-10Add D request handler to GDBRemoteCommunicationServer in order to support det...Oleksiy Vyalov
2014-12-09Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...Oleksiy Vyalov
2014-10-11llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala
2014-10-06Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton
2014-09-18llgs: removed some wait-for-stop code in inferior process launch pipeline.Todd Fiala
2014-09-18Hex encode the triple values in case they contain special characters.Greg Clayton