Home
last modified time | relevance | path

Searched refs:init_session (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.h37 bool LoadScriptingModule(const char *filename, bool init_session,
DScriptInterpreterLua.cpp129 const char *filename, bool init_session, lldb_private::Status &error, in LoadScriptingModule() argument
/external/scapy/scapy/
Dmain.py290 def init_session(session_name, mydict=None): function
417 init_session(session_name, mydict)
494 init_session(session_name, mydict)
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp94 const bool init_session = false; in OperatingSystemPython() local
100 init_session, error)) { in OperatingSystemPython()
/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp51 bool init_session, in LoadScriptingModule() argument
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h508 LoadScriptingModule(const char *filename, bool init_session,
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h234 bool LoadScriptingModule(const char *filename, bool init_session,
DScriptInterpreterPython.cpp2738 const char *pathname, bool init_session, lldb_private::Status &error, in LoadScriptingModule() argument
2753 (init_session ? Locker::InitSession : 0) | Locker::NoSTDIN, in LoadScriptingModule()
2755 (init_session ? Locker::TearDownSession : 0)); in LoadScriptingModule()
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp1316 const bool init_session = true; in DoExecute() local
1327 entry.c_str(), init_session, error, nullptr, source_dir)) { in DoExecute()
/external/scapy/test/
Dregression.uts162 init_session(None, {"init_value": 123})
173 init_session("scapySession2")