HomeSort by relevance Sort by last modified time
    Searched defs:exe_module_sp (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Target/
TargetList.cpp 265 ModuleSP exe_module_sp; local
271 exe_module_sp,
275 if (error.Success() && exe_module_sp)
277 if (exe_module_sp->GetObjectFile() == NULL)
293 target_sp->SetExecutableModule (exe_module_sp, get_dependent_files);
295 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, sizeof(resolved_bundle_exe_path));
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 109 ModuleSP exe_module_sp(target.GetExecutableModule());
110 if (exe_module_sp.get())
111 return exe_module_sp->GetFileSpec().Exists();
141 ModuleSP exe_module_sp; local
145 exe_module_sp,
151 const ArchSpec &module_arch = exe_module_sp->GetArchitecture();
156 m_target.SetExecutableModule (exe_module_sp, true);

Completed in 118 milliseconds