Lines Matching refs:GetInterface
106 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()
154 Status error = GetInterface().Launch(); in DoLaunch()
172 m_pid = GetInterface().GetProcessID(); in DidLaunch()
194 error = GetInterface().Resume(); in DoResume()
205 if (GetInterface().ShouldStop()) { in DoStop()
212 return GetInterface().Stop(); in DoStop()
219 return GetInterface().IsAlive(); in IsAlive()
230 GetInterface().ReadMemoryAtAddress(addr, size, error); in DoReadMemory()
255 GetInterface().GetMemoryRegionContainingAddress(load_addr, error)) in DoGetMemoryRegionInfo()
268 GetInterface().GetMemoryRegionContainingAddress(address, error)) { in GetMemoryRegions()
305 StructuredData::DictionarySP thread_info_sp = GetInterface().GetThreadsInfo(); in DoUpdateThreadList()
411 StructuredData::ArraySP loaded_images_sp = GetInterface().GetLoadedImages(); in GetLoadedDynamicLibrariesInfos()
414 return GetInterface().ErrorWithMessage<StructuredData::ObjectSP>( in GetLoadedDynamicLibrariesInfos()
480 return GetInterface().ErrorWithMessage<StructuredData::ObjectSP>( in GetLoadedDynamicLibrariesInfos()
488 ScriptedProcessInterface &ScriptedProcess::GetInterface() const { in GetInterface() function in ScriptedProcess