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

  /external/lldb/source/Target/
OperatingSystem.cpp 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()
    [all...]
Android.mk 18 OperatingSystem.cpp \
Process.cpp 31 #include "lldb/Target/OperatingSystem.h"
    [all...]
  /external/lldb/include/lldb/Target/
OperatingSystem.h 1 //===-- OperatingSystem.h ----------------------------------------------*- C++ -*-===//
23 /// @class OperatingSystem OperatingSystem.h "lldb/Target/OperatingSystem.h"
33 class OperatingSystem :
41 /// Scans the installed OperatingSystem plug-ins and tries to find
53 static OperatingSystem*
59 OperatingSystem (Process *process);
62 ~OperatingSystem();
96 DISALLOW_COPY_AND_ASSIGN (OperatingSystem);
    [all...]
Thread.h 443 // another thread. This is currently used for the OperatingSystem plug-ins
    [all...]
Process.h     [all...]
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.h 18 #include "lldb/Target/OperatingSystem.h"
22 class OperatingSystemPython : public lldb_private::OperatingSystem
28 static lldb_private::OperatingSystem *
62 // lldb_private::OperatingSystem Methods
OperatingSystemPython.cpp 58 OperatingSystem *
61 // Python OperatingSystem plug-ins must be requested by name, so force must be true
83 return "Operating system plug-in that gathers OS information from a python class that implements the necessary OperatingSystem functionality.";
88 OperatingSystem (process),
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.h 69 enum OperatingSystem {
111 OperatingSystem os; // Bitmask, representing what OS this entry applies to.
enumerate_modules_model_unittest_win.cc 23 static const ModuleEnumerator::OperatingSystem kOs =
  /external/lldb/source/Plugins/
Makefile 23 OperatingSystem/Python
Android.mk 18 OperatingSystem/Python \
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.cpp 11 #include "lldb/Target/OperatingSystem.h"
121 OperatingSystem *os = process_sp->GetOperatingSystem ();
RegisterContextThreadMemory.cpp 12 #include "lldb/Target/OperatingSystem.h"
60 OperatingSystem *os = process_sp->GetOperatingSystem ();
  /external/lldb/include/lldb/
lldb-private-interfaces.h 28 typedef OperatingSystem* (*OperatingSystemCreateInstance) (Process *process, bool force);
lldb-forward.h 124 class OperatingSystem;
  /external/lldb/source/Core/
PluginManager.cpp 651 #pragma mark OperatingSystem
    [all...]

Completed in 1376 milliseconds