Home | History | Annotate | Download | only in Target

Lines Matching defs:OperatingSystem

1 //===-- OperatingSystem.cpp --------------------------------------------*- C++ -*-===//
11 #include "lldb/Target/OperatingSystem.h"
22 OperatingSystem*
23 OperatingSystem::FindPlugin (Process *process, const char *plugin_name)
32 std::unique_ptr<OperatingSystem> instance_ap(create_callback(process, true));
41 std::unique_ptr<OperatingSystem> instance_ap(create_callback(process, false));
50 OperatingSystem::OperatingSystem (Process *process) :
55 OperatingSystem::~OperatingSystem()
61 OperatingSystem::IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp)