Home
last modified time | relevance | path

Searched refs:m_command_thread_state (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h276 PyThreadState *GetThreadState() { return m_command_thread_state; } in GetThreadState()
280 m_command_thread_state = s; in SetThreadState()
409 PyThreadState *m_command_thread_state; variable
DScriptInterpreterPython.cpp506 m_command_thread_state(nullptr) { in ScriptInterpreterPythonImpl()