Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp176 m_level = lldb::eDescriptionLevelBrief; in SetOptionValue()
179 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
182 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
192 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
201 lldb::DescriptionLevel m_level = lldb::eDescriptionLevelBrief; member in CommandObjectWatchpointList::CommandOptions
238 AddWatchpointDescription(output_stream, *watch_sp, m_options.m_level); in DoExecute()
254 AddWatchpointDescription(output_stream, *watch_sp, m_options.m_level); in DoExecute()
H A DCommandObjectBreakpoint.cpp1110 m_level = lldb::eDescriptionLevelBrief; in SetOptionValue()
1116 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
1119 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
1132 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
1143 lldb::DescriptionLevel m_level = lldb::eDescriptionLevelBrief; member in CommandObjectBreakpointList::CommandOptions
1175 m_options.m_level); in DoExecute()
1191 m_options.m_level); in DoExecute()