aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-1/+0
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-4/+4
2015-07-29[LLGS] Spawned process handling cleanupPavel Labath1-9/+0
2015-05-29Add support for the qEcho command to lldb-server in the common packets.Greg Clayton1-0/+3
2015-03-31Implement Handle_QEnvironmentHexEncoded.Chaoren Lin1-1/+4
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-13/+20
2015-03-24Fetch module specification from remote process alsoTamas Berghammer1-20/+23
2015-03-23Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer1-1/+1
2015-02-25Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov1-0/+3
2015-02-18Remove alias template from GDBRemoteCommunicationServerCommonTamas Berghammer1-5/+2
2015-02-11Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer1-0/+200