Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h714 char m_comment_char; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp130 m_comment_char('#'), m_batch_command_mode(false), in CommandInterpreter()
1872 else if (command_string[non_space] == m_comment_char) in HandleCommand()
2054 if (first_arg.front() == m_comment_char) in HandleCompletion()
3017 if (command.front() == m_comment_char) in EchoCommandNonInteractive()