Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp1133 m_level = lldb::eDescriptionLevelBrief; in SetOptionValue()
1139 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
1142 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
1155 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
1166 lldb::DescriptionLevel m_level = lldb::eDescriptionLevelBrief; member in CommandObjectBreakpointList::CommandOptions
1198 m_options.m_level); in DoExecute()
1214 m_options.m_level); in DoExecute()