Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDPythonDataObjects.cpp310 PythonDictionary::PythonDictionary (bool create_empty) : in PythonDictionary() function in PythonDictionary
315 PythonDictionary::PythonDictionary (PyObject *py_obj) : in PythonDictionary() function in PythonDictionary
322 PythonDictionary::PythonDictionary (const PythonObject &object) : in PythonDictionary() function in PythonDictionary
328 PythonDictionary::PythonDictionary (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonDictionary() function in PythonDictionary
335 PythonDictionary::~PythonDictionary () in ~PythonDictionary()
340 PythonDictionary::Reset (PyObject *py_obj) in Reset()
350 PythonDictionary::GetSize() in GetSize()
358 PythonDictionary::GetItemForKey (const char *key) const in GetItemForKey()
370 PythonDictionary::GetItemForKey (const PythonString &key) const in GetItemForKey()
379 PythonDictionary::GetItemForKeyAsString (const PythonString &key, const char *fail_value) const in GetItemForKeyAsString()
[all …]
HDScriptInterpreterPython.cpp355 PythonDictionary &sys_module_dict = GetSysModuleDictionary (); in LeaveSession()
424 PythonDictionary &sys_module_dict = GetSysModuleDictionary (); in EnterSession()
487 PythonDictionary &
495 PythonDictionary main_dict(PyModule_GetDict (main_module.get())); in GetSessionDictionary()
505 PythonDictionary &
543 PythonDictionary module_dict (PyModule_GetDict (module)); in GetEmbeddedInterpreterModuleObjects()
640 PythonDictionary &session_dict = GetSessionDictionary (); in ExecuteOneLine()
842 PythonDictionary globals (PyModule_GetDict(main_module.get())); in ExecuteOneLineWithReturn()
847 PythonDictionary locals = GetSessionDictionary (); in ExecuteOneLineWithReturn()
1007 PythonDictionary globals (PyModule_GetDict(main_module.get())); in ExecuteMultipleLines()
[all …]
/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDPythonDataObjects.h180 class PythonDictionary: public PythonObject
184 explicit PythonDictionary (bool create_empty);
185 PythonDictionary (PyObject* object);
186 PythonDictionary (const PythonObject &object);
187 PythonDictionary (const lldb::ScriptInterpreterObjectSP &script_object_sp);
188 virtual ~PythonDictionary ();
207 typedef bool (*DictionaryIteratorCallback)(PythonString* key, PythonDictionary* dict);
HDScriptInterpreterPython.h405 PythonDictionary &
408 PythonDictionary &
419 PythonDictionary m_session_dict;
420 PythonDictionary m_sys_module_dict;
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDDynamicRegisterInfo.h28 DynamicRegisterInfo (const lldb_private::PythonDictionary &dict,
35 SetRegisterInfo (const lldb_private::PythonDictionary &dict,
HDDynamicRegisterInfo.cpp42 DynamicRegisterInfo::DynamicRegisterInfo (const lldb_private::PythonDictionary &dict, ByteOrder byt… in DynamicRegisterInfo()
61 DynamicRegisterInfo::SetRegisterInfo (const lldb_private::PythonDictionary &dict, in SetRegisterInfo()
111 PythonDictionary reg_info_dict(regs.GetItemAtIndex(i)); in SetRegisterInfo()
/trueos/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp143 PythonDictionary dictionary(m_interpreter->OSPlugin_RegisterInfo(m_python_object_sp)); in GetDynamicRegisterInfo()
214 PythonDictionary thread_dict(threads_list.GetItemAtIndex(i)); in UpdateThreadList()
242 OperatingSystemPython::CreateThreadFromThreadInfo (PythonDictionary &thread_dict, in CreateThreadFromThreadInfo()
420PythonDictionary thread_info_dict (m_interpreter->OSPlugin_CreateThread(m_python_object_sp, tid, c… in CreateThread()
HDOperatingSystemPython.h93 CreateThreadFromThreadInfo (lldb_private::PythonDictionary &thread_dict,
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h163 class PythonDictionary; variable
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp342 PythonDictionary target_dict(target_definition_sp); in ParsePythonTargetDefinition()
346 PythonDictionary host_info_dict (target_dict.GetItemForKey("host-info")); in ParsePythonTargetDefinition()