summaryrefslogtreecommitdiff
path: root/source/Plugins/Process/gdb-remote
AgeCommit message (Expand)Author
2016-11-23Merging r284001:release_39Nitesh Jain
2016-08-08Merging r277343:Hans Wennborg
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-07-07Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer
2016-06-29Remove platform plugins from lldb-serverPavel Labath
2016-06-27Allow unaligned byte/word selection watchpoints for arm- linux/android targets.Omair Javaid
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda
2016-06-16Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid
2016-06-10On MacOSX, the threads can appear out of order at times depending on the orde...Greg Clayton
2016-06-06Don't remove PIE executables when using svr4 packetsFrancis Ricci
2016-05-31Implement ProcessInfo::Dump(), log gdb-remote stub launchTodd Fiala
2016-05-27fix up lldb-server platform on Apple hostsTodd Fiala
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-19Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.Jim Ingham
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-05-15Fix a few -Wformat-pedantic warningsSaleem Abdulrasool
2016-05-12Fix a race in ProcessGDBRemote::MonitorDebugServerProcessPavel Labath
2016-05-11Generalize child process monitoring functionsPavel Labath
2016-04-27Use absolute module path when possible if sent in svr4 packetsFrancis Ricci
2016-04-25Maintain register numbering across xml include featuresFrancis Ricci
2016-04-25Properly unload modules from target image list when using svr4 packetsFrancis Ricci
2016-04-25Use Process Plugin register indices when communicating with remoteFrancis Ricci
2016-04-08Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov
2016-04-07In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda
2016-04-07Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath
2016-04-06Reduce code duplication in ProcessGDBRemotePavel Labath
2016-04-06Fix a cornercase in breakpoint reportingPavel Labath
2016-04-05Allow gdbremote process to read modules from memoryStephane Sezer
2016-04-01Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton
2016-02-18Make sure code that is in the middle of figuring out the correct architectureJim Ingham
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda
2016-02-03Pass socket scheme as part of debug server listen URL.Oleksiy Vyalov
2016-02-02Fix single-stepping onto a breakpointPavel Labath
2016-02-01Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2016-01-28A while back in revison 244716 we added support for getting the host OS versi...Greg Clayton
2016-01-13Add a small refinement to the qSymbol:: support in lldb.Jason Molenda
2016-01-12Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda
2016-01-08Change the key name for the libdispatch queue serial number fromJason Molenda
2016-01-08Make sure we don't send qModuleInfo packets unnecessarily.Stephane Sezer
2016-01-04Strip trailing whitespaceEd Maste
2015-12-18The lldb side changes to go along with r255711 where a newJason Molenda
2015-12-08Fix MSVC build after rL255016Tamas Berghammer
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer
2015-12-04Fill in the generic register kind if in AugmentRegisterInfoViaABI if it is av...Greg Clayton
2015-12-04Improve the functionality of JSONNumberTamas Berghammer