Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp77 bp_sp->GetOptions().CopyOverSetOptions(GetOptions()); in ConfigureBreakpoint()
H A DBreakpointOptions.cpp170 void BreakpointOptions::CopyOverSetOptions(const BreakpointOptions &incoming) in CopyOverSetOptions() function in BreakpointOptions
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h139 void CopyOverSetOptions(const BreakpointOptions &rhs);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp719 bp_sp->GetOptions().CopyOverSetOptions(m_bp_opts.GetBreakpointOptions()); in DoExecute()
860 location->GetLocationOptions().CopyOverSetOptions( in DoExecute()
863 bp->GetOptions().CopyOverSetOptions( in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp803 bp_name.GetOptions().CopyOverSetOptions(new_options); in ConfigureBreakpointName()