Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp73 bp_sp->GetOptions().CopyOverSetOptions(GetOptions()); in ConfigureBreakpoint()
H A DBreakpointOptions.cpp160 void BreakpointOptions::CopyOverSetOptions(const BreakpointOptions &incoming) in CopyOverSetOptions() function in BreakpointOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h140 void CopyOverSetOptions(const BreakpointOptions &rhs);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp752 bp_sp->GetOptions().CopyOverSetOptions(m_bp_opts.GetBreakpointOptions()); in DoExecute()
892 location->GetLocationOptions().CopyOverSetOptions( in DoExecute()
895 bp->GetOptions().CopyOverSetOptions( in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp891 bp_name.GetOptions().CopyOverSetOptions(new_options); in ConfigureBreakpointName()