Searched refs:OperatingSystemPython (Results 1 – 4 of 4) 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 OperatingSystemPython113 OperatingSystemPython::~OperatingSystemPython() = default;115 DynamicRegisterInfo *OperatingSystemPython::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo()[all …]
24 class OperatingSystemPython : public lldb_private::OperatingSystem {26 OperatingSystemPython(lldb_private::Process *process,29 ~OperatingSystemPython() override;
2 OperatingSystemPython.cpp
4241 lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp4242 lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h