Searched refs:ProcessLaunchInfoSP (Results 1 – 15 of 15) sorted by relevance
108 static PythonObject ToSWIGWrapper(lldb::ProcessLaunchInfoSP launch_info_sp);
130 lldb::ProcessLaunchInfoSP ScriptedPythonInterface::ExtractValueFromPythonObject< in ExtractValueFromPythonObject()131 lldb::ProcessLaunchInfoSP>(python::PythonObject &p, Status &error) { in ExtractValueFromPythonObject()
47 Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) override;
89 ProcessLaunchInfoSP launch_info) { in LaunchProcess()
447 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { in Transform()573 lldb::ProcessLaunchInfoSP ScriptedPythonInterface::ExtractValueFromPythonObject<574 lldb::ProcessLaunchInfoSP>(python::PythonObject &p, Status &error);
589 lldb::ProcessLaunchInfoSP
38 virtual Status LaunchProcess(lldb::ProcessLaunchInfoSP launch_info) { in LaunchProcess()
101 PythonObject SWIGBridge::ToSWIGWrapper(lldb::ProcessLaunchInfoSP launch_info_sp) {102 return ToSWIGHelper(new lldb::ProcessLaunchInfoSP(std::move(launch_info_sp)),
89 lldb::ProcessLaunchInfoSP ScriptInterpreter::GetOpaqueTypeFromSBLaunchInfo( in GetOpaqueTypeFromSBLaunchInfo()
393 typedef std::shared_ptr<lldb_private::ProcessLaunchInfo> ProcessLaunchInfoSP; typedef