Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A 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 llvm::StringRef OperatingSystemPython::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
74 OperatingSystemPython::OperatingSystemPython(lldb_private::Process *process, in OperatingSystemPython() function in OperatingSystemPython
113 OperatingSystemPython::~OperatingSystemPython() = default;
115 DynamicRegisterInfo *OperatingSystemPython::GetDynamicRegisterInfo() { in GetDynamicRegisterInfo()
[all …]
H A DOperatingSystemPython.h24 class OperatingSystemPython : public lldb_private::OperatingSystem {
26 OperatingSystemPython(lldb_private::Process *process,
29 ~OperatingSystemPython() override;
H A DCMakeLists.txt2 OperatingSystemPython.cpp
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4241 lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
4242 lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h