Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h570 char m_comment_char; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp117 m_command_io_handler_sp(), m_comment_char('#'), in CommandInterpreter()
1648 else if (command_string[non_space] == m_comment_char) in HandleCommand()
1825 if (first_arg.front() == m_comment_char) in HandleCompletion()
2728 if (command.front() == m_comment_char) in EchoCommandNonInteractive()