Lines Matching defs:OperatingSystemPython

1 //===-- OperatingSystemPython.cpp -----------------------------------------===//
13 #include "OperatingSystemPython.h"
42 LLDB_PLUGIN_DEFINE(OperatingSystemPython)
44 void OperatingSystemPython::Initialize() {
50 void OperatingSystemPython::Terminate() {
54 OperatingSystem *OperatingSystemPython::CreateInstance(Process *process,
61 std::unique_ptr<OperatingSystemPython> os_up(
62 new OperatingSystemPython(process, python_os_plugin_spec));
69 llvm::StringRef OperatingSystemPython::GetPluginDescriptionStatic() {
74 OperatingSystemPython::OperatingSystemPython(lldb_private::Process *process,
137 OperatingSystemPython::~OperatingSystemPython() = default;
139 DynamicRegisterInfo *OperatingSystemPython::GetDynamicRegisterInfo() {
146 "OperatingSystemPython::GetDynamicRegisterInfo() fetching "
164 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list,
173 "OperatingSystemPython::UpdateThreadList() fetching thread "
225 ThreadSP OperatingSystemPython::CreateThreadFromThreadInfo(
286 void OperatingSystemPython::ThreadWasSelected(Thread *thread) {}
289 OperatingSystemPython::CreateRegisterContextForThread(Thread *thread,
304 "OperatingSystemPython::CreateRegisterContextForThread (tid "
314 "OperatingSystemPython::CreateRegisterContextForThread (tid "
339 "OperatingSystemPython::CreateRegisterContextForThread (tid "
350 OperatingSystemPython::CreateThreadStopReason(lldb_private::Thread *thread) {
359 lldb::ThreadSP OperatingSystemPython::CreateThread(lldb::tid_t tid,
364 "OperatingSystemPython::CreateThread (tid = 0x%" PRIx64
389 bool OperatingSystemPython::DoesPluginReportAllThreads() {