summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-0/+4
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-75/+75
* Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov2016-04-081-4/+5
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-071-14/+0
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-011-4/+34
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-3/+3
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* A while back in revison 244716 we added support for getting the host OS versi...Greg Clayton2016-01-281-1/+2
* Add a small refinement to the qSymbol:: support in lldb.Jason Molenda2016-01-131-1/+47
OpenPOWER on IntegriCloud