summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compiler warnings for missing switch cases in lldb.Pavel Labath2017-02-171-0/+5
* Switch TestPacketSpeedJSON to use the llvm chrono formatterPavel Labath2017-02-101-25/+18
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-4/+1
* Fix jModulesInfo handling for cross-path syntax debuggingPavel Labath2017-01-051-1/+1
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-241-15/+11
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-13/+13
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSONPavel Labath2016-11-041-8/+7
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-8/+8
OpenPOWER on IntegriCloud