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.cpp174 m_level = lldb::eDescriptionLevelBrief; in SetOptionValue()
177 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
180 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
190 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
199 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.cpp1142 m_level = lldb::eDescriptionLevelBrief; in SetOptionValue()
1148 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
1151 m_level = lldb::eDescriptionLevelVerbose; in SetOptionValue()
1164 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
1175 lldb::DescriptionLevel m_level = lldb::eDescriptionLevelBrief; member in CommandObjectBreakpointList::CommandOptions
1207 m_options.m_level); in DoExecute()
1223 m_options.m_level); in DoExecute()