Home
last modified time | relevance | path

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

/external/lldb/tools/driver/
DDriver.cpp1506 std::string command_str("process attach "); in MainLoop() local
1509 command_str.append("-p "); in MainLoop()
1512 command_str.append(pid_buffer); in MainLoop()
1516 command_str.append("-n \""); in MainLoop()
1517 command_str.append(m_option_data.m_process_name); in MainLoop()
1518 command_str.push_back('\"'); in MainLoop()
1520 command_str.append(" -w"); in MainLoop()
1526 command_str.c_str()); in MainLoop()
1531 m_debugger.HandleCommand(command_str.c_str()); in MainLoop()