Searched refs:SetExecutableFile (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBLaunchInfo.cpp | 119 void SBLaunchInfo::SetExecutableFile(SBFileSpec exe_file, in SetExecutableFile() function in SBLaunchInfo 121 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetExecutableFile, in SetExecutableFile() 124 m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg); in SetExecutableFile() 363 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetExecutableFile, in RegisterMethods()
|
D | SBTarget.cpp | 297 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple() 382 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch() 442 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
|
D | SBProcess.cpp | 153 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBLaunchInfo.i | 41 SetExecutableFile (lldb::SBFileSpec exe_file, bool add_as_first_arg);
|
/external/llvm-project/lldb/source/Host/common/ |
D | MonitoringProcessLauncher.cpp | 46 resolved_info.SetExecutableFile(exe_spec, false); in LaunchProcess()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBLaunchInfo.h | 70 void SetExecutableFile(SBFileSpec exe_file, bool add_as_first_arg);
|
/external/llvm-project/lldb/source/Host/windows/ |
D | Host.cpp | 92 process.SetExecutableFile(executableFile, true); in GetProcessExecutableAndTriple() 153 process.SetExecutableFile(FileSpec(exeFile), true); in FindProcessesImpl()
|
/external/llvm-project/lldb/source/Target/ |
D | ProcessTrace.cpp | 121 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
|
D | Target.cpp | 2805 launch_info->SetExecutableFile(remote_file, false); in Install()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | ProcessInfo.h | 44 void SetExecutableFile(const FileSpec &exe_file,
|
/external/llvm-project/lldb/source/Utility/ |
D | ProcessInfo.cpp | 63 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile() function in ProcessInfo
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectProcess.cpp | 204 m_options.launch_info.SetExecutableFile( in DoExecute() 207 m_options.launch_info.SetExecutableFile( in DoExecute()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | ProcessMinidump.cpp | 625 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 919 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbtest.py | 444 launch_info.SetExecutableFile(dst_file_spec, True)
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 3433 debugserver_launch_info.SetExecutableFile(rosetta_debugserver, false); in LaunchAndConnectToDebugserver()
|