Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp316 : Options(), m_use_commands(false), m_use_script_language(false), in CommandOptions()
341 m_use_script_language = true; in SetOptionValue()
345 m_use_script_language = false; in SetOptionValue()
373 m_use_script_language = false; in OptionParsingStarting()
389 bool m_use_script_language; member in CommandObjectWatchpointCommandAdd::CommandOptions
413 if (!m_options.m_use_script_language) { in DoExecute()
415 m_options.m_use_script_language = true; in DoExecute()
445 if (m_options.m_use_script_language) { in DoExecute()
DCommandObjectBreakpointCommand.cpp277 : OptionGroup(), m_use_commands(false), m_use_script_language(false), in CommandOptions()
303 m_use_script_language = true; in SetOptionValue()
307 m_use_script_language = false; in SetOptionValue()
334 m_use_script_language = false; in OptionParsingStarting()
350 bool m_use_script_language; member in CommandObjectBreakpointCommandAdd::CommandOptions
375 if (!m_options.m_use_script_language) { in DoExecute()
377 m_options.m_use_script_language = true; in DoExecute()
416 if (m_options.m_use_script_language) { in DoExecute()