Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp179 m_level = lldb::eDescriptionLevelBrief; in SetOptionValue()
182 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
185 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
195 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
204 lldb::DescriptionLevel m_level = lldb::eDescriptionLevelBrief; member in CommandObjectWatchpointList::CommandOptions
241 AddWatchpointDescription(&output_stream, wp, m_options.m_level); in DoExecute()
257 AddWatchpointDescription(&output_stream, wp, m_options.m_level); in DoExecute()
H A DCommandObjectBreakpoint.cpp1125 m_level = lldb::eDescriptionLevelBrief; in SetOptionValue()
1131 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
1134 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
1147 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
1158 lldb::DescriptionLevel m_level = lldb::eDescriptionLevelBrief; member in CommandObjectBreakpointList::CommandOptions
1190 m_options.m_level); in DoExecute()
1206 m_options.m_level); in DoExecute()