summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
Commit message (Expand)AuthorAgeFilesLines
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-0/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-119/+76
* Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** classPavel Labath2016-08-161-6/+0
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+0
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-4/+4
* [LLGS] Spawned process handling cleanupPavel Labath2015-07-291-9/+0
* Add support for the qEcho command to lldb-server in the common packets.Greg Clayton2015-05-291-0/+3
* Implement Handle_QEnvironmentHexEncoded.Chaoren Lin2015-03-311-1/+4
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-13/+20
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-20/+23
* Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer2015-03-231-1/+1
* Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov2015-02-251-0/+3
* Remove alias template from GDBRemoteCommunicationServerCommonTamas Berghammer2015-02-181-5/+2
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-0/+200
OpenPOWER on IntegriCloud