Home
last modified time | relevance | path

Searched refs:OperatingSystemPython (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp42 LLDB_PLUGIN_DEFINE(OperatingSystemPython) in LLDB_PLUGIN_DEFINE() argument
44 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 ConstString OperatingSystemPython::GetPluginNameStatic() { in GetPluginNameStatic()
74 const char *OperatingSystemPython::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
79 OperatingSystemPython::OperatingSystemPython(lldb_private::Process *process, in OperatingSystemPython() function in OperatingSystemPython
118 OperatingSystemPython::~OperatingSystemPython() {} in ~OperatingSystemPython()
[all …]
DOperatingSystemPython.h25 class OperatingSystemPython : public lldb_private::OperatingSystem {
27 OperatingSystemPython(lldb_private::Process *process,
30 ~OperatingSystemPython() override;
DCMakeLists.txt2 OperatingSystemPython.cpp