summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/StringExtractorGDBRemote.cpp
AgeCommit message (Expand)Author
2015-02-25Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov
2015-02-06Add support for SBProcess::PutSTDIN to remote processesVince Harron
2014-09-18Fix the ability of "lldb-platform" to upload files.Greg Clayton
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham
2013-12-05Extends StringExtractorGDBRemote to support debugger packets.Jean-Daniel Dupas
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-04-04Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton
2011-03-23Add a missing include needed on Linux and remove a trailing comma.Stephen Wilson
2011-03-23Added new platform commands:Greg Clayton
2011-03-22Split the GDBRemoteCommunication class into three classes:Greg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner