summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-1/+1
* [lldb-server] Use LLDB_LOG_ERROR to consume Error<> even if logging is disabledMartin Storsjö2019-11-191-6/+6
* [JSON] Don't wrap json::Array in a value (NFC)Jonas Devlieghere2019-10-031-3/+3
* Fix a use-after-free in GDBRemoteCommunicationServerLLGSPavel Labath2019-10-031-1/+2
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerLLGSJonas Devlieghere2019-10-021-48/+51
* [lldb] [Process/gdb-remote] Correct more missing LLDB_INVALID_SIGNAL_NUMBERMichal Gorny2019-09-191-3/+4
* [lldb] [Process/gdb-remote] Fix defaulting signal to invalid in action listMichal Gorny2019-09-171-2/+3
* [Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere2019-09-131-1/+1
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-211-8/+8
* Enable lldb-server on WindowsAaron Smith2019-08-131-0/+5
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-254/+246
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-231-0/+43
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-011-43/+0
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-181-0/+43
* Create a generic handler for Xfer packetsAntonio Afonso2019-06-101-61/+66
* [lldb-server] Support 'g' packetsPavel Labath2019-05-301-0/+58
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-121-6/+6
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ProcessLaunchInfo: Remove Target referencePavel Labath2019-01-081-2/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-60/+48
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* llgs: Send "rich" errors in response to vAttach packetsPavel Labath2018-04-111-2/+2
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-1/+1
* llgs: Propagate the environment when launching the inferior from command linePavel Labath2017-12-181-15/+2
* NPL: Clean up handling of inferior exitPavel Labath2017-12-181-0/+1
* Remove stderr message from GDBRemoteCommunicationServerLLGSPavel Labath2017-12-141-7/+2
* Clean up NativeRegisterContextPavel Labath2017-11-101-111/+70
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-091-12/+3
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-171-68/+60
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-339/+220
* Adding Support for Error Strings in Remote PacketsRavitheja Addepally2017-07-121-4/+4
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-071-34/+29
* Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally2017-06-281-4/+4
* Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath2017-06-191-40/+10
* More StructuredData::Type::eTypeDictionary -> lldb::eStructuredDataTypeDictio...Stephan Bergmann2017-05-291-5/+5
* Fixing Memory LeakRavitheja Addepally2017-05-261-3/+3
* Fix 32-bit buildsPavel Labath2017-05-261-13/+12
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-0/+242
* Rename Error -> Status.Zachary Turner2017-05-121-56/+57
* Delete some more dead includes.Zachary Turner2017-03-221-1/+0
* Enable AUXV and QPassSignals in gdb-remote for NetBSDKamil Rytarowski2017-03-211-1/+1
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-38/+17
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
OpenPOWER on IntegriCloud