Home
last modified time | relevance | path

Searched refs:m_extra_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h38 m_extra_args(std::move(extra_args_sp)) { in CommandDataPython()
41 StructuredDataImpl m_extra_args; variable
H A DScriptInterpreterPython.cpp1945 bp_loc_sp, bp_option_data->m_extra_args); in BreakpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3845 m_extra_args.SetObjectSP(extra_args_sp); in SetScriptCallback()
3848 GetTarget(), m_class_name.c_str(), m_extra_args, error); in SetScriptCallback()
3883 if (!m_extra_args.IsValid()) in GetSubclassDescription()
3885 StructuredData::ObjectSP object_sp = m_extra_args.GetObjectSP(); in GetSubclassDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1384 StructuredDataImpl m_extra_args; variable