Lines Matching refs:m_dictionary_name
334 …f ("run_one_line (%s, 'save_stderr = sys.stderr')", script_interpreter->m_dictionary_name.c_str()); in InputReaderCallback()
338 …tf ("run_one_line (%s, 'sys.stderr = sys.stdout')", script_interpreter->m_dictionary_name.c_str()); in InputReaderCallback()
342 …ntf ("run_one_line (%s, 'save_stdin = sys.stdin')", script_interpreter->m_dictionary_name.c_str()); in InputReaderCallback()
346 …un_one_line (%s, \"sys.stdin = open ('%s', 'r')\")", script_interpreter->m_dictionary_name.c_str(), in InputReaderCallback()
447 …ys.stdin = save_stdin; sys.stderr = save_stderr')", script_interpreter->m_dictionary_name.c_str()); in InputReaderCallback()
476 m_dictionary_name (interpreter.GetDebugger().GetInstanceName().AsCString()), in ScriptInterpreterPython()
491 m_dictionary_name.append("_dict"); in ScriptInterpreterPython()
493 run_string.Printf ("%s = dict()", m_dictionary_name.c_str()); in ScriptInterpreterPython()
512 …ng.Printf ("run_one_line (%s, 'import copy, os, re, sys, uuid, lldb')", m_dictionary_name.c_str()); in ScriptInterpreterPython()
518 …n_one_line (%s, 'import lldb.formatters, lldb.formatters.cpp, pydoc')", m_dictionary_name.c_str()); in ScriptInterpreterPython()
527 …ldb.debugger_unique_id = %" PRIu64 "; pydoc.pager = pydoc.plainpager')", m_dictionary_name.c_str(), in ScriptInterpreterPython()
662 …rintf ( "run_one_line (%s, 'lldb.debugger_unique_id = %" PRIu64, m_dictionary_name.c_str(), Get… in EnterSession()
673 …intf ( "run_one_line (%s, \"lldb.debugger_unique_id = %" PRIu64, m_dictionary_name.c_str(), Get… in EnterSession()
779 PyObject *script_interpreter_dict = FindSessionDictionary(m_dictionary_name.c_str()); in ExecuteOneLine()
1054 locals = FindSessionDictionary(m_dictionary_name.c_str()); in ExecuteOneLineWithReturn()
1058 locals = PyObject_GetAttrString (globals, m_dictionary_name.c_str()); in ExecuteOneLineWithReturn()
1220 locals = FindSessionDictionary(m_dictionary_name.c_str()); in ExecuteMultipleLines()
1224 locals = PyObject_GetAttrString (globals, m_dictionary_name.c_str()); in ExecuteMultipleLines()
1790 m_dictionary_name.c_str(), in OSPlugin_CreatePluginObject()
2094 python_interpreter->m_dictionary_name.c_str(), in CreateSyntheticScriptedProvider()
2187 FindSessionDictionary(m_dictionary_name.c_str()), in GetScriptedSummary()
2250 … python_interpreter->m_dictionary_name.c_str(), in BreakpointCallbackFunction()
2303 … python_interpreter->m_dictionary_name.c_str(), in WatchpointCallbackFunction()
2341 …f ("run_one_line (%s, 'save_stderr = sys.stderr')", script_interpreter->m_dictionary_name.c_str()); in RunEmbeddedPythonInterpreter()
2345 …tf ("run_one_line (%s, 'sys.stderr = sys.stdout')", script_interpreter->m_dictionary_name.c_str()); in RunEmbeddedPythonInterpreter()
2349 …ntf ("run_one_line (%s, 'save_stdin = sys.stdin')", script_interpreter->m_dictionary_name.c_str()); in RunEmbeddedPythonInterpreter()
2353 …un_one_line (%s, \"sys.stdin = open ('%s', 'r')\")", script_interpreter->m_dictionary_name.c_str(), in RunEmbeddedPythonInterpreter()
2368 … run_string.Printf ("run_python_interpreter (%s)", script_interpreter->m_dictionary_name.c_str()); in RunEmbeddedPythonInterpreter()
2372 …ntf ("run_one_line (%s, 'sys.stdin = save_stdin')", script_interpreter->m_dictionary_name.c_str()); in RunEmbeddedPythonInterpreter()
2376 …f ("run_one_line (%s, 'sys.stderr = save_stderr')", script_interpreter->m_dictionary_name.c_str()); in RunEmbeddedPythonInterpreter()
2632 …ret_val = g_swig_run_script_keyword_process (impl_function, m_dictionary_name.c_str(), process_sp,… in RunScriptFormatKeyword()
2664 …ret_val = g_swig_run_script_keyword_thread (impl_function, m_dictionary_name.c_str(), thread_sp, o… in RunScriptFormatKeyword()
2696 …ret_val = g_swig_run_script_keyword_target (impl_function, m_dictionary_name.c_str(), target_sp, o… in RunScriptFormatKeyword()
2728 …ret_val = g_swig_run_script_keyword_frame (impl_function, m_dictionary_name.c_str(), frame_sp, out… in RunScriptFormatKeyword()
2911 m_dictionary_name.c_str(), in LoadScriptingModule()
2994 m_dictionary_name.c_str(), in RunScriptBasedCommand()