Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h139 void CopyOverSetOptions(const BreakpointOptions &rhs);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp718 bp_sp->GetOptions().CopyOverSetOptions(m_bp_opts.GetBreakpointOptions()); in DoExecute()
862 location->GetLocationOptions().CopyOverSetOptions( in DoExecute()
865 bp->GetOptions().CopyOverSetOptions( in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp755 bp_name.GetOptions().CopyOverSetOptions(new_options); in ConfigureBreakpointName()