Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp278 : Options(), m_use_commands(false), m_use_script_language(false), in CommandOptions()
302 m_use_script_language = true; in SetOptionValue()
304 m_use_script_language = false; in SetOptionValue()
320 m_use_script_language = true; in SetOptionValue()
336 m_use_script_language = false; in OptionParsingStarting()
353 bool m_use_script_language; member in CommandObjectBreakpointCommandAdd::CommandOptions
384 if (!m_options.m_use_script_language && in DoExecute()
427 if (m_options.m_use_script_language) { in DoExecute()
H A DCommandObjectWatchpointCommand.cpp315 : Options(), m_use_commands(false), m_use_script_language(false), in CommandOptions()
337 m_use_script_language = (m_script_language == eScriptLanguagePython || in SetOptionValue()
353 m_use_script_language = true; in SetOptionValue()
365 m_use_script_language = false; in OptionParsingStarting()
381 bool m_use_script_language; member in CommandObjectWatchpointCommandAdd::CommandOptions
411 if (!m_options.m_use_script_language && in DoExecute()
445 if (m_options.m_use_script_language) { in DoExecute()