Lines Matching refs:NativeProcessProtocol

29 #include "lldb/Host/common/NativeProcessProtocol.h"
71 MainLoop &mainloop, NativeProcessProtocol::Manager &process_manager)
461 NativeProcessProtocol *process) {
467 "NativeProcessProtocol pid %" PRIu64 ", current state: %s",
475 NativeProcessProtocol *process) {
502 NativeProcessProtocol::Extension::multiprocess))
728 GetJSONThreadsInfo(NativeProcessProtocol &process, bool abridged) {
799 NativeProcessProtocol &process = thread.GetProcess();
982 NativeProcessProtocol::Extension::multiprocess));
985 NativeProcessProtocol::Extension::fork));
988 NativeProcessProtocol::Extension::vfork));
999 NativeProcessProtocol &process, lldb::tid_t tid, bool force_synchronous) {
1035 NativeProcessProtocol *process) {
1077 NativeProcessProtocol *process) {
1094 NativeProcessProtocol *process, lldb::StateType state) {
1100 "NativeProcessProtocol pid %" PRIu64 ", state: %s",
1138 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) {
1143 NativeProcessProtocol *parent_process,
1144 std::unique_ptr<NativeProcessProtocol> child_process) {
1527 NativeProcessProtocol &process, const ResumeActionList &actions) {
1927 NativeProcessProtocol &process, lldb::StateType process_state,
2071 StreamGDBRemote &response, NativeProcessProtocol &process, bool &had_any) {
2092 NativeProcessProtocol::Extension::multiprocess));
2338 NativeProcessProtocol *default_process;
2718 // Currently only the NativeProcessProtocol knows if it can handle a
2724 // since we won't have a NativeProcessProtocol.
2739 // NativeProcessProtocol.
4221 using Extension = NativeProcessProtocol::Extension;
4266 NativeProcessProtocol &process) {
4267 NativeProcessProtocol::Extension flags = m_extensions_supported;
4283 NativeProcessProtocol::Extension::multiprocess))