summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-211-2/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-39/+31
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool2019-05-021-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-20/+15
* Handle O reply packets during qRcmdPavel Labath2018-01-101-0/+24
* Fix a couple of warnings (NFC)Adrian Prantl2017-12-191-0/+1
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-241-22/+11
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-2/+5
* async structured data packet handling improvementsTodd Fiala2016-09-101-31/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-332/+326
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-301-4/+2
* Convert some functions to use StringRef instead of c_str, lenZachary Turner2016-08-271-4/+3
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-251-2/+4
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+36
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-36/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+36
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-0/+384
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-378/+0
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-0/+378
OpenPOWER on IntegriCloud