HomeSort by relevance Sort by last modified time
    Searched full:m_new_process_action (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/Commands/
CommandObjectProcess.cpp 47 m_new_process_action (new_process_action) {}
63 ::snprintf (message, sizeof(message), "There is a pending attach, abort it and %s?", m_new_process_action.c_str());
65 ::snprintf (message, sizeof(message), "There is a running process, detach from it and %s?", m_new_process_action.c_str());
67 ::snprintf (message, sizeof(message), "There is a running process, kill it and %s?", m_new_process_action.c_str());
110 std::string m_new_process_action; member in class:CommandObjectProcessLaunchOrAttach
    [all...]

Completed in 52 milliseconds