Searched refs:OperatingSystemPython (Results 1 – 2 of 2) sorted by relevance
42 LLDB_PLUGIN_DEFINE(OperatingSystemPython) in LLDB_PLUGIN_DEFINE() argument44 void OperatingSystemPython::Initialize() { in LLDB_PLUGIN_DEFINE()50 void OperatingSystemPython::Terminate() { in Terminate()54 OperatingSystem *OperatingSystemPython::CreateInstance(Process *process, in CreateInstance()61 std::unique_ptr<OperatingSystemPython> os_up( in CreateInstance()62 new OperatingSystemPython(process, python_os_plugin_spec)); in CreateInstance()69 llvm::StringRef OperatingSystemPython::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()74 OperatingSystemPython::OperatingSystemPython(lldb_private::Process *process, in OperatingSystemPython() function in OperatingSystemPython137 OperatingSystemPython::~OperatingSystemPython() = default;139 DynamicRegisterInfo *OperatingSystemPython::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo()[all …]
1 //===-- OperatingSystemPython.h ---------------------------------*- C++ -*-===//24 class OperatingSystemPython : public lldb_private::OperatingSystem {26 OperatingSystemPython(lldb_private::Process *process,29 ~OperatingSystemPython() override;