HomeSort by relevance Sort by last modified time
    Searched refs:SetExecutableFile (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Commands/
CommandObjectProcess.cpp 215 m_options.launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), false);
219 m_options.launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
    [all...]
  /external/lldb/source/API/
SBTarget.cpp 695 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
787 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
    [all...]
SBProcess.cpp 176 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
    [all...]
  /external/lldb/include/lldb/Target/
Process.h 170 SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg)
    [all...]

Completed in 130 milliseconds