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

  /external/lldb/source/Plugins/Process/mach-core/
ProcessMachCore.cpp 335 if (m_dyld_ap.get() == NULL)
336 m_dyld_ap.reset (DynamicLoader::FindPlugin(this, m_dyld_plugin_name.IsEmpty() ? NULL : m_dyld_plugin_name.GetCString()));
337 return m_dyld_ap.get();
  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 219 if (m_dyld_ap.get() == NULL)
220 m_dyld_ap.reset (DynamicLoader::FindPlugin(this, DynamicLoaderPOSIXDYLD::GetPluginNameStatic().GetCString()));
221 return m_dyld_ap.get();
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 415 if (m_dyld_ap.get() == NULL)
416 m_dyld_ap.reset (DynamicLoader::FindPlugin(this, m_dyld_plugin_name.IsEmpty() ? NULL : m_dyld_plugin_name.GetCString()));
417 return m_dyld_ap.get();
    [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp     [all...]
  /external/lldb/include/lldb/Target/
Process.h 3656 std::unique_ptr<DynamicLoader> m_dyld_ap; member in class:lldb_private::Process
    [all...]

Completed in 295 milliseconds