Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp54 BreakpointOptionGroup() : m_bp_opts(false) {} in BreakpointOptionGroup()
74 m_bp_opts.SetCondition(option_arg.str().c_str()); in SetOptionValue()
75 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); in SetOptionValue()
81 m_bp_opts.SetEnabled(false); in SetOptionValue()
84 m_bp_opts.SetEnabled(true); in SetOptionValue()
90 m_bp_opts.SetAutoContinue(value); in SetOptionValue()
101 m_bp_opts.SetIgnoreCount(ignore_count); in SetOptionValue()
107 m_bp_opts.SetOneShot(value); in SetOptionValue()
134 m_bp_opts.SetThreadID(thread_id); in SetOptionValue()
137 m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str()); in SetOptionValue()
[all …]