aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility/StringExtractorGDBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-08gdb-remote: Add jModulesInfo packetPavel Labath1-0/+2
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-460/+505
2016-05-07Remove some lldbassert's from the packet checking code.Jim Ingham1-5/+0
2016-04-01Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton1-2/+134
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton1-1/+1
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer1-3/+7
2015-10-14lldb-server: add support for binary memory readsPavel Labath1-0/+6
2015-07-27Fix jSignalsInfo packet handling.Oleksiy Vyalov1-1/+1
2015-07-16Add jThreadsInfo support to lldb-serverPavel Labath1-1/+3
2015-07-14Refactor Unix signals.Chaoren Lin1-2/+6
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer1-0/+4
2015-05-29Add support for the qEcho command to lldb-server in the common packets.Greg Clayton1-0/+4
2015-05-13Remote Non-Stop SupportEwan Crawford1-0/+4
2015-02-25Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov1-0/+1
2015-02-06Add support for SBProcess::PutSTDIN to remote processesVince Harron1-0/+3
2014-09-18Fix the ability of "lldb-platform" to upload files.Greg Clayton1-6/+7
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala1-0/+5
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham1-0/+1
2013-12-05Extends StringExtractorGDBRemote to support debugger packets.Jean-Daniel Dupas1-9/+136
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-12/+16
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-2/+43
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-22/+64
2011-04-04Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton1-1/+3
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-1/+11
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton1-0/+5
2011-03-23Add a missing include needed on Linux and remove a trailing comma.Stephen Wilson1-2/+3
2011-03-23Added new platform commands:Greg Clayton1-0/+5
2011-03-22Split the GDBRemoteCommunication class into three classes:Greg Clayton1-11/+39
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+89