summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-071-1/+38
* Fix various warnings. NFCZachary Turner2017-03-021-5/+4
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* Remove the verbose category in the gdb-remote channelPavel Labath2017-02-061-13/+5
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix a bug where lldb does not respect the packet size.Hafiz Abid Qadeer2017-01-241-5/+25
* Prevent client from querying each thread's PC at each stop.Pavel Labath2017-01-201-21/+23
* Avoid unused variable warning when assert is disabled.Hafiz Abid Qadeer2017-01-191-2/+2
* Use Timeout<> in the Listener classPavel Labath2016-11-301-4/+2
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-10/+11
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-9/+8
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-7/+7
* Make the Error class constructor protectedMehdi Amini2016-11-111-7/+7
* Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSONPavel Labath2016-11-041-7/+5
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-8/+10
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-2/+1
* [gdb-remote] Remove the const char * version of SendPacketAndWaitForResponsePavel Labath2016-09-231-19/+17
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-3/+2
* async structured data packet handling improvementsTodd Fiala2016-09-101-3/+43
* Fix MSVC error from r280919Pavel Labath2016-09-081-4/+4
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-081-0/+3
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-0/+22
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-4809/+4353
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-061-3/+0
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-051-0/+3
* Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner2016-08-301-10/+7
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-301-1/+1
* Convert GetNameColonValue to return StringRefs.Zachary Turner2016-08-291-166/+134
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-251-1/+1
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-191-1/+4
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+22
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-22/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+22
* Fix build on Windows.Zachary Turner2016-08-121-1/+1
* Switch over to using socketpair for local debugserver connections as they are...Greg Clayton2016-08-121-24/+52
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-1/+1
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-17/+146
* [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain2016-08-011-3/+42
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-146/+17
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-17/+146
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-7/+4
* Add support to get the shared cache information from the newJason Molenda2016-07-221-0/+37
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-6/+43
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+3
* Allow unaligned byte/word selection watchpoints for arm- linux/android targets.Omair Javaid2016-06-271-1/+1
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-2/+2
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-2/+2
OpenPOWER on IntegriCloud