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()
89 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetThreadsInfo() { in GetThreadsInfo()
91 StructuredData::DictionarySP dict = in GetThreadsInfo()
92 Dispatch<StructuredData::DictionarySP>("get_threads_info", error); in GetThreadsInfo()
104 StructuredData::ObjectSP obj = in CreateBreakpoint()
134 StructuredData::ObjectSP obj = in WriteMemoryAtAddress()
148 StructuredData::ArraySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
150 StructuredData::ArraySP array = in GetLoadedImages()
151 Dispatch<StructuredData::ArraySP>("get_loaded_images", error); in GetLoadedImages()
162 StructuredData::ObjectSP obj = Dispatch("get_process_id", error); in GetProcessID()
173 StructuredData::ObjectSP obj = Dispatch("is_alive", error); in IsAlive()
185 StructuredData::ObjectSP obj = Dispatch("get_scripted_thread_plugin", error); in GetScriptedThreadPluginName()
199 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { in GetMetadata()
201 StructuredData::DictionarySP dict = in GetMetadata()
202 Dispatch<StructuredData::DictionarySP>("get_process_metadata", error); in GetMetadata()