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