summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid2016-06-161-1/+2
* On MacOSX, the threads can appear out of order at times depending on the orde...Greg Clayton2016-06-101-1/+1
* Don't remove PIE executables when using svr4 packetsFrancis Ricci2016-06-061-4/+3
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-7/+9
* Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.Jim Ingham2016-05-191-3/+17
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-39/+39
* Fix a few -Wformat-pedantic warningsSaleem Abdulrasool2016-05-151-1/+1
* Fix a race in ProcessGDBRemote::MonitorDebugServerProcessPavel Labath2016-05-121-68/+40
* Generalize child process monitoring functionsPavel Labath2016-05-111-12/+11
* Use absolute module path when possible if sent in svr4 packetsFrancis Ricci2016-04-271-8/+1
* Maintain register numbering across xml include featuresFrancis Ricci2016-04-251-6/+7
* Properly unload modules from target image list when using svr4 packetsFrancis Ricci2016-04-251-2/+24
* Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath2016-04-071-17/+39
* Reduce code duplication in ProcessGDBRemotePavel Labath2016-04-061-39/+17
* Fix a cornercase in breakpoint reportingPavel Labath2016-04-061-0/+17
* Allow gdbremote process to read modules from memoryStephane Sezer2016-04-051-18/+12
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-011-0/+2
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-12/+12
OpenPOWER on IntegriCloud