Lines Matching defs:GetInterface
111 auto obj_or_err = GetInterface().CreatePluginObject(
173 Status error = GetInterface().Launch();
178 void ScriptedProcess::DidLaunch() { m_pid = GetInterface().GetProcessID(); }
182 m_pid = GetInterface().GetProcessID();
188 return GetInterface().Resume();
192 Status error = GetInterface().Attach(attach_info);
221 bool ScriptedProcess::IsAlive() { return GetInterface().IsAlive(); }
226 GetInterface().ReadMemoryAtAddress(addr, size, error);
253 GetInterface().WriteMemoryAtAddress(vm_addr, data_extractor_sp, error);
278 GetInterface().CreateBreakpoint(bp_site->GetLoadAddress(), error);
291 GetInterface().GetMemoryRegionContainingAddress(load_addr, error))
302 GetInterface().GetMemoryRegionContainingAddress(address, error)) {
326 StructuredData::DictionarySP thread_info_sp = GetInterface().GetThreadsInfo();
430 StructuredData::ArraySP loaded_images_sp = GetInterface().GetLoadedImages();
508 StructuredData::DictionarySP metadata_sp = GetInterface().GetMetadata();
529 ScriptedProcessInterface &ScriptedProcess::GetInterface() const {
536 GetInterface().GetScriptObjectInstance();