aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-10async structured data packet handling improvementsTodd Fiala1-3/+43
2016-09-08Fix MSVC error from r280919Pavel Labath1-4/+4
2016-09-08Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti1-0/+3
2016-09-08gdb-remote: Add jModulesInfo packetPavel Labath1-0/+22
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-4809/+4353
2016-09-06Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski1-3/+0
2016-09-05Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti1-0/+3
2016-08-30Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner1-10/+7
2016-08-30Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath1-1/+1
2016-08-29Convert GetNameColonValue to return StringRefs.Zachary Turner1-166/+134
2016-08-25gdb-remote: Make the sequence mutex non-recursivePavel Labath1-1/+1
2016-08-19Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath1-1/+4
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-1/+22
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-22/+1
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-1/+22
2016-08-12Fix build on Windows.Zachary Turner1-1/+1
2016-08-12Switch over to using socketpair for local debugserver connections as they are...Greg Clayton1-24/+52
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-1/+1
2016-08-09Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-17/+146
2016-08-01[LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain1-3/+42
2016-07-29Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-146/+17
2016-07-29Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath1-17/+146
2016-07-28Clean up vestigial remnants of locking primitivesSaleem Abdulrasool1-7/+4
2016-07-22Add support to get the shared cache information from the newJason Molenda1-0/+37
2016-07-21Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda1-6/+43
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-5/+3
2016-06-27Allow unaligned byte/word selection watchpoints for arm- linux/android targets.Omair Javaid1-1/+1
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda1-2/+2
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda1-2/+2
2016-06-16Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid1-1/+2
2016-06-10On MacOSX, the threads can appear out of order at times depending on the orde...Greg Clayton1-1/+1
2016-06-06Don't remove PIE executables when using svr4 packetsFrancis Ricci1-4/+3
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-7/+9
2016-05-19Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.Jim Ingham1-3/+17
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-39/+39
2016-05-15Fix a few -Wformat-pedantic warningsSaleem Abdulrasool1-1/+1
2016-05-12Fix a race in ProcessGDBRemote::MonitorDebugServerProcessPavel Labath1-68/+40
2016-05-11Generalize child process monitoring functionsPavel Labath1-12/+11
2016-04-27Use absolute module path when possible if sent in svr4 packetsFrancis Ricci1-8/+1
2016-04-25Maintain register numbering across xml include featuresFrancis Ricci1-6/+7
2016-04-25Properly unload modules from target image list when using svr4 packetsFrancis Ricci1-2/+24
2016-04-07Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath1-17/+39
2016-04-06Reduce code duplication in ProcessGDBRemotePavel Labath1-39/+17
2016-04-06Fix a cornercase in breakpoint reportingPavel Labath1-0/+17
2016-04-05Allow gdbremote process to read modules from memoryStephane Sezer1-18/+12
2016-04-01Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton1-0/+2
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham1-12/+12
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton1-27/+25
2016-02-18Make sure code that is in the middle of figuring out the correct architectureJim Ingham1-20/+31
2016-02-02Fix single-stepping onto a breakpointPavel Labath1-12/+3