Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp181 m_level = lldb::eDescriptionLevelBrief; in SetOptionValue()
184 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
187 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
197 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
206 lldb::DescriptionLevel m_level = lldb::eDescriptionLevelBrief; member in CommandObjectWatchpointList::CommandOptions
243 AddWatchpointDescription(output_stream, *watch_sp, m_options.m_level); in DoExecute()
259 AddWatchpointDescription(output_stream, *watch_sp, m_options.m_level); in DoExecute()
H A DCommandObjectBreakpoint.cpp1123 m_level = lldb::eDescriptionLevelBrief; in SetOptionValue()
1129 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
1132 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
1145 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
1156 lldb::DescriptionLevel m_level = lldb::eDescriptionLevelBrief; member in CommandObjectBreakpointList::CommandOptions
1188 m_options.m_level); in DoExecute()
1204 m_options.m_level); in DoExecute()