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.cpp1912 bp_loc_sp, bp_option_data->m_extra_args); in BreakpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4009 m_extra_args.SetObjectSP(extra_args_sp); in SetScriptCallback()
4012 m_class_name, GetTarget(), m_extra_args); in SetScriptCallback()
4060 if (!m_extra_args.IsValid()) in GetSubclassDescription()
4062 StructuredData::ObjectSP object_sp = m_extra_args.GetObjectSP(); in GetSubclassDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1438 StructuredDataImpl m_extra_args; variable