Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp213 bp_options.SetCommandDataCallback(cmd_data); in IOHandlerInputComplete()
237 bp_options.SetCommandDataCallback(cmd_data); in SetBreakpointCommandCallback()
H A DCommandObjectBreakpoint.cpp171 m_bp_opts.SetCommandDataCallback(cmd_data); in OptionParsingFinished()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h341 void SetCommandDataCallback(std::unique_ptr<CommandData> &cmd_data);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp299 bp_options->SetCommandDataCallback(cmd_data_up); in CreateFromStructuredData()
591 void BreakpointOptions::SetCommandDataCallback( in SetCommandDataCallback() function in BreakpointOptions
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp288 loc_sp->GetLocationOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
H A DSBBreakpointName.cpp475 bp_name->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
H A DSBBreakpoint.cpp493 bkpt_sp->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()