Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h395 PyObject *m_run_one_line; variable
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp475 m_run_one_line (NULL), in ScriptInterpreterPython()
782 PyObject *pfunc = (PyObject*)m_run_one_line; in ExecuteOneLine()
805 m_run_one_line = pfunc; in ExecuteOneLine()