summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/StringExtractorGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+4
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-0/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-460/+505
* Remove some lldbassert's from the packet checking code.Jim Ingham2016-05-071-5/+0
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-011-2/+134
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-1/+1
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-3/+7
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-0/+6
* Fix jSignalsInfo packet handling.Oleksiy Vyalov2015-07-271-1/+1
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-161-1/+3
* Refactor Unix signals.Chaoren Lin2015-07-141-2/+6
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-0/+4
* Add support for the qEcho command to lldb-server in the common packets.Greg Clayton2015-05-291-0/+4
* Remote Non-Stop SupportEwan Crawford2015-05-131-0/+4
* Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov2015-02-251-0/+1
* Add support for SBProcess::PutSTDIN to remote processesVince Harron2015-02-061-0/+3
* Fix the ability of "lldb-platform" to upload files.Greg Clayton2014-09-181-6/+7
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+5
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+1
* Extends StringExtractorGDBRemote to support debugger packets.Jean-Daniel Dupas2013-12-051-9/+136
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-12/+16
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-2/+43
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-22/+64
* Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2011-04-041-1/+3
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+11
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-0/+5
* Add a missing include needed on Linux and remove a trailing comma.Stephen Wilson2011-03-231-2/+3
* Added new platform commands:Greg Clayton2011-03-231-0/+5
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-11/+39
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+89
OpenPOWER on IntegriCloud