Home
last modified time | relevance | path

Searched refs:m_new_process_action (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectProcess.cpp47 m_new_process_action (new_process_action) {} in CommandObjectProcessLaunchOrAttach()
63 …age, sizeof(message), "There is a pending attach, abort it and %s?", m_new_process_action.c_str()); in StopProcessIfNecessary()
65 …zeof(message), "There is a running process, detach from it and %s?", m_new_process_action.c_str()); in StopProcessIfNecessary()
67 …age, sizeof(message), "There is a running process, kill it and %s?", m_new_process_action.c_str()); in StopProcessIfNecessary()
110 std::string m_new_process_action; member in CommandObjectProcessLaunchOrAttach