Home
last modified time | relevance | path

Searched refs:sb_launch_info (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.cpp129 lldb::SBLaunchInfo *sb_launch_info = reinterpret_cast<lldb::SBLaunchInfo *>( in ExtractValueFromPythonObject() local
132 if (!sb_launch_info) { in ExtractValueFromPythonObject()
138 return m_interpreter.GetOpaqueTypeFromSBLaunchInfo(*sb_launch_info); in ExtractValueFromPythonObject()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp391 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch() argument
392 LLDB_INSTRUMENT_VA(this, sb_launch_info, error); in Launch()
415 lldb_private::ProcessLaunchInfo launch_info = sb_launch_info.ref(); in Launch()
428 sb_launch_info.set_ref(launch_info); in Launch()