Lines Matching refs:StructuredData

36 llvm::Expected<StructuredData::GenericSP>
39 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
47 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetCapabilities() { in GetCapabilities()
49 StructuredData::DictionarySP dict = in GetCapabilities()
50 Dispatch<StructuredData::DictionarySP>("get_capabilities", error); in GetCapabilities()
88 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetThreadsInfo() { in GetThreadsInfo()
90 StructuredData::DictionarySP dict = in GetThreadsInfo()
91 Dispatch<StructuredData::DictionarySP>("get_threads_info", error); in GetThreadsInfo()
102 StructuredData::ObjectSP obj = in CreateBreakpoint()
131 StructuredData::ObjectSP obj = in WriteMemoryAtAddress()
144 StructuredData::ArraySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
146 StructuredData::ArraySP array = in GetLoadedImages()
147 Dispatch<StructuredData::ArraySP>("get_loaded_images", error); in GetLoadedImages()
157 StructuredData::ObjectSP obj = Dispatch("get_process_id", error); in GetProcessID()
167 StructuredData::ObjectSP obj = Dispatch("is_alive", error); in IsAlive()
178 StructuredData::ObjectSP obj = Dispatch("get_scripted_thread_plugin", error); in GetScriptedThreadPluginName()
191 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { in GetMetadata()
193 StructuredData::DictionarySP dict = in GetMetadata()
194 Dispatch<StructuredData::DictionarySP>("get_process_metadata", error); in GetMetadata()