Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h733 char m_comment_char; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp136 m_comment_char('#'), m_batch_command_mode(false), in CommandInterpreter()
1906 else if (command_string[non_space] == m_comment_char) in HandleCommand()
2104 if (first_arg.front() == m_comment_char) in HandleCompletion()
3073 if (command.front() == m_comment_char) in EchoCommandNonInteractive()