Home
last modified time | relevance | path

Searched refs:OperatingSystem (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDOperatingSystem.cpp22 OperatingSystem*
23 OperatingSystem::FindPlugin (Process *process, const char *plugin_name) in FindPlugin()
32 std::unique_ptr<OperatingSystem> instance_ap(create_callback(process, true)); in FindPlugin()
41 std::unique_ptr<OperatingSystem> instance_ap(create_callback(process, false)); in FindPlugin()
50 OperatingSystem::OperatingSystem (Process *process) : in OperatingSystem() function in OperatingSystem
55 OperatingSystem::~OperatingSystem() in ~OperatingSystem()
61 OperatingSystem::IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp) in IsOperatingSystemPluginThread()
HDProcess.cpp1563 OperatingSystem *os = GetOperatingSystem (); in UpdateThreadListIfNeeded()
1636 OperatingSystem *os = GetOperatingSystem (); in CreateOSPluginThread()
3134 m_os_ap.reset (OperatingSystem::FindPlugin (this, NULL)); in LoadOperatingSystemPlugin()
3292 m_os_ap.reset (OperatingSystem::FindPlugin (this, NULL)); in LoadCore()
3675 m_os_ap.reset (OperatingSystem::FindPlugin (this, NULL)); in CompleteAttach()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDOperatingSystem.h33 class OperatingSystem :
53 static OperatingSystem*
59 OperatingSystem (Process *process);
62 ~OperatingSystem();
96 DISALLOW_COPY_AND_ASSIGN (OperatingSystem);
HDThread.h1280 friend class OperatingSystem; variable
HDProcess.h2937 OperatingSystem *
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.h27 class OperatingSystemPython : public lldb_private::OperatingSystem
33 static lldb_private::OperatingSystem *
HDOperatingSystemPython.cpp57 OperatingSystem *
87 OperatingSystem (process), in OperatingSystemPython()
/NextBSD/contrib/llvm/tools/lldb/
HDFREEBSD-Xlist138 source/Plugins/OperatingSystem/CMakeLists.txt
139 source/Plugins/OperatingSystem/Python/CMakeLists.txt
140 source/Plugins/OperatingSystem/Python/Makefile
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDThreadMemory.cpp121 OperatingSystem *os = process_sp->GetOperatingSystem (); in CalculateStopInfo()
HDRegisterContextThreadMemory.cpp60 OperatingSystem *os = process_sp->GetOperatingSystem (); in UpdateRegisterContext()
/NextBSD/lib/clang/liblldbTarget/
HDMakefile22 OperatingSystem.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-interfaces.h30 typedef OperatingSystem* (*OperatingSystemCreateInstance) (Process *process, bool force);
HDlldb-forward.h139 class OperatingSystem; variable
346 typedef std::unique_ptr<lldb_private::OperatingSystem> OperatingSystemUP;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDPluginManager.cpp769 #pragma mark OperatingSystem