Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointName.cpp84 bp_sp->GetOptions().CopyOverSetOptions(GetOptions()); in ConfigureBreakpoint()
H A DBreakpointOptions.cpp171 void BreakpointOptions::CopyOverSetOptions(const BreakpointOptions &incoming) in CopyOverSetOptions() function in BreakpointOptions
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h139 void CopyOverSetOptions(const BreakpointOptions &rhs);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp719 bp_sp->GetOptions().CopyOverSetOptions(m_bp_opts.GetBreakpointOptions()); in DoExecute()
863 location->GetLocationOptions().CopyOverSetOptions( in DoExecute()
866 bp->GetOptions().CopyOverSetOptions( in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp761 bp_name.GetOptions().CopyOverSetOptions(new_options); in ConfigureBreakpointName()