Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h123 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() function
476 void SetEchoCommentCommands(bool b);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h46 void SetEchoCommentCommands(bool echo);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp74 void SBCommandInterpreterRunOptions::SetEchoCommentCommands(bool echo) { in SetEchoCommentCommands() function in SBCommandInterpreterRunOptions
75 m_opaque_up->SetEchoCommentCommands(echo); in SetEchoCommentCommands()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp326 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp180 void CommandInterpreter::SetEchoCommentCommands(bool b) { in SetEchoCommentCommands() function in CommandInterpreter