Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h774 char m_comment_char; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp143 m_comment_char('#'), m_batch_command_mode(false), in CommandInterpreter()
2037 else if (command_string[non_space] == m_comment_char) in HandleCommand()
2261 if (first_arg.front() == m_comment_char) in HandleCompletion()
3240 if (command.front() == m_comment_char) in EchoCommandNonInteractive()