Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp254 bp_options.SetCommandDataCallback(cmd_data); in IOHandlerInputComplete()
278 bp_options.SetCommandDataCallback(cmd_data); in SetBreakpointCommandCallback()
H A DCommandObjectBreakpoint.cpp154 m_bp_opts.SetCommandDataCallback(cmd_data); in OptionParsingFinished()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h342 void SetCommandDataCallback(std::unique_ptr<CommandData> &cmd_data);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp318 bp_options->SetCommandDataCallback(cmd_data_up); in CreateFromStructuredData()
610 void BreakpointOptions::SetCommandDataCallback( in SetCommandDataCallback() function in BreakpointOptions
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp286 loc_sp->GetLocationOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
H A DSBBreakpointName.cpp489 bp_name->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
H A DSBBreakpoint.cpp509 bkpt_sp->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()