Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h517 bool DoInitSession(uint16_t on_entry_flags, FILE *in, FILE *out, FILE *err);
H A DScriptInterpreterPython.cpp211 if (!DoInitSession(on_entry, in, out, err)) { in Locker()
234 bool ScriptInterpreterPython::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession() function in ScriptInterpreterPython::Locker