summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/StringExtractorGDBRemote.h
Commit message (Expand)AuthorAgeFilesLines
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-204/+0
* Adding Support for Error Strings in Remote PacketsRavitheja Addepally2017-07-121-0/+4
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-0/+6
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-5/+6
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+1
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-201/+167
* Convert GetNameColonValue to return StringRefs.Zachary Turner2016-08-291-0/+2
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-011-3/+29
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-0/+1
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-0/+2
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-161-0/+1
* Refactor Unix signals.Chaoren Lin2015-07-141-0/+2
* Fix cmake build after recent JSON changesPavel Labath2015-07-071-1/+1
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-0/+1
* Add support for the qEcho command to lldb-server in the common packets.Greg Clayton2015-05-291-0/+1
* Remote Non-Stop SupportEwan Crawford2015-05-131-0/+1
* 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/+1
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+2
* 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-1/+60
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-11/+15
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-1/+18
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-3/+13
* Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2011-04-041-0/+1
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-0/+5
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-1/+2
* Add a missing include needed on Linux and remove a trailing comma.Stephen Wilson2011-03-231-1/+1
* Added new platform commands:Greg Clayton2011-03-231-0/+1
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-8/+20
* 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/+73
OpenPOWER on IntegriCloud