summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix HAVE_LIBCOMPRESSIONHaibo Huang2019-08-081-4/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-42/+40
* Revert "[GDBRemote] Remove code that flushes GDB remote packets"Jonas Devlieghere2019-06-301-0/+7
* [GDBRemote] Remove code that flushes GDB remote packetsJonas Devlieghere2019-06-281-7/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song2019-05-161-5/+5
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-9/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Avoid macro redefinition error if HAVE_LIBCOMPRESSIONJason Molenda2019-04-031-0/+2
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+2
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-121-17/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Force libcompression calls to be enabled when building on DarwinJason Molenda2018-12-181-1/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-20/+12
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-091-0/+5
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-6/+4
* Increase qHostInfo packet timeoutPavel Labath2018-08-311-0/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-23/+9
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+2
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-3/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-66/+56
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-1/+1
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-4/+145
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-145/+4
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-4/+145
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-0/+9
* Fix regression in jModulesInfo packet handlingPavel Labath2017-12-181-1/+3
* Remove no-op function pointer null checks, NFCVedant Kumar2017-12-061-16/+4
* Add specific ppc64le hardware watchpoint handlerPavel Labath2017-10-271-9/+12
* Fix Linux remote debugging after r313442Tamas Berghammer2017-09-181-1/+2
* Fix compatibility with OpenOCD debug stub.Vadim Chugunov2017-09-161-2/+1
* Adding Support for Error Strings in Remote PacketsRavitheja Addepally2017-07-121-5/+23
* More StructuredData::Type::eTypeDictionary -> lldb::eStructuredDataTypeDictio...Stephan Bergmann2017-05-291-2/+2
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-1/+205
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-3/+3
* Rename Error -> Status.Zachary Turner2017-05-121-50/+53
* Increase the packet timeout for the jModulesInfo since it can take longer tha...Greg Clayton2017-04-141-0/+3
* Verify memory address range validity in GDBRemoteCommunicationClientStephane Sezer2017-03-311-7/+12
* Delete some more dead includes.Zachary Turner2017-03-221-1/+0
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-071-0/+33
* Remove dependency from FileSpec to ArchSpec.Zachary Turner2017-03-061-3/+4
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-201-7/+7
OpenPOWER on IntegriCloud