summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-62/+52
* [LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABINitesh Jain2016-10-121-0/+5
* [gdb-remote] Remove the const char * version of SendPacketAndWaitForResponsePavel Labath2016-09-231-107/+86
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-2/+2
* Fix about a dozen compile warningsIlia K2016-09-121-1/+1
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-2/+88
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-3630/+3174
* Revert r280137 and 280139 and subsequent build fixesPavel Labath2016-08-311-2/+2
* A few minor stylistic cleanups in StringExtractor.Zachary Turner2016-08-301-2/+2
* Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner2016-08-301-2/+2
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-301-66/+41
OpenPOWER on IntegriCloud