Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/intel-features/intel-pt/
Dcli-wrapper-pt.cpp420 std::size_t first_new_line_index = result_str.find_first_of('\n'); in DoExecute() local
422 if (first_new_line_index != last_new_line_index) in DoExecute()
423 res.AppendMessage((result_str.substr(first_new_line_index + 1, in DoExecute()
425 first_new_line_index - 1)) in DoExecute()