aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-01Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal1-1/+21
2016-01-12Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer1-119/+14
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda1-1/+40
2016-01-08Change the key name for the libdispatch queue serial number fromJason Molenda1-12/+12
2016-01-04Strip trailing whitespaceEd Maste1-144/+144
2015-12-18The lldb side changes to go along with r255711 where a newJason Molenda1-0/+79
2015-12-04Fill in the generic register kind if in AugmentRegisterInfoViaABI if it is av...Greg Clayton1-4/+9
2015-12-02[LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad1-3/+6
2015-11-23Prevent ProcessGDBRemote from launching local debug server in case of remote ...Oleksiy Vyalov1-36/+28
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener1-2/+2
2015-11-05Use Process::IsAlive instead of just checking for eStateExited.Jason Molenda1-4/+4
2015-11-05Let the process help figure out the Host OS if nobody elseJim Ingham1-0/+12
2015-11-03Fix a deadlock when connecting to a remote GDB server that might not support ...Greg Clayton1-16/+20
2015-10-24Revert r251167 in source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp to f...Eugene Zelenko1-32/+84
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-84/+32
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov1-4/+11
2015-10-19Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton1-0/+1
2015-10-14Make uses of /dev/null portable across OSes.Zachary Turner1-3/+4
2015-10-14lldb-server: add support for binary memory readsPavel Labath1-8/+2
2015-10-09[LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad1-0/+2
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown1-0/+4
2015-09-15Clean up register naming conventions inside lldb. Jason Molenda1-10/+8
2015-09-09When lldb gets the register definitions from the response of aJason Molenda1-4/+37
2015-09-03Fix deadlock while attaching to inferiorsPavel Labath1-148/+158