Home
last modified time | relevance | path

Searched refs:SetExecutableFile (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DMonitoringProcessLauncher.cpp47 resolved_info.SetExecutableFile(exe_spec, false); in LaunchProcess()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBLaunchInfo.i44 SetExecutableFile (lldb::SBFileSpec exe_file, bool add_as_first_arg);
/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DHost.cpp93 process.SetExecutableFile(executableFile, true); in GetProcessExecutableAndTriple()
153 process.SetExecutableFile(FileSpec(exeFile), true); in FindProcessesImpl()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBLaunchInfo.cpp121 void SBLaunchInfo::SetExecutableFile(SBFileSpec exe_file, in SetExecutableFile() function in SBLaunchInfo
125 m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg); in SetExecutableFile()
DSBTarget.cpp273 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple()
355 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
412 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
DSBProcess.cpp144 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBLaunchInfo.h70 void SetExecutableFile(SBFileSpec exe_file, bool add_as_first_arg);
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcessTrace.cpp114 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
DTarget.cpp2988 launch_info->SetExecutableFile(remote_file, false); in Install()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DProcessInfo.h43 void SetExecutableFile(const FileSpec &exe_file,
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectProcess.cpp234 m_options.launch_info.SetExecutableFile( in DoExecute()
237 …m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), false); in DoExecute()
240 m_options.launch_info.SetExecutableFile( in DoExecute()
243 … m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), true); in DoExecute()
DCommandObjectTarget.cpp376 launch_info.SetExecutableFile(FileSpec(remote_file), true); in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DProcessInfo.cpp61 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile() function in ProcessInfo
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp622 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp1021 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py470 launch_info.SetExecutableFile(dst_file_spec, True)
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp3419 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
3424 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3233 debugserver_launch_info.SetExecutableFile(rosetta_debugserver, false); in LaunchAndConnectToDebugserver()