summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix fallout from the GetNameColonValue() refactor (r280000)Pavel Labath2016-08-301-0/+3
* Convert GetNameColonValue to return StringRefs.Zachary Turner2016-08-291-207/+176
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-251-41/+66
* Fix a crash in GDBRemoteCommunicationClient::GetSupportedStructuredDataPluginsPavel Labath2016-08-231-1/+1
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-191-14/+28
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+135
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-135/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+135
* gdb-remote: Remove manual locking from GetShlibInfoAddrPavel Labath2016-08-181-16/+4
* Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath2016-08-181-3/+16
* gdb-remote: Centralize thread specific packet handlingPavel Labath2016-08-181-164/+75
* Move packet construction from GDBRemoteRegisterContext go the communication c...Pavel Labath2016-08-171-0/+51
* Remove a double send of eRunPacketSent eventPavel Labath2016-08-111-2/+0
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-759/+59
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-59/+759
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-759/+59
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-43/+43
* Support loading files even when incorrect file name specified by the linkerTamas Berghammer2016-07-221-0/+7
* Add support to get the shared cache information from the newJason Molenda2016-07-221-0/+19
OpenPOWER on IntegriCloud