Searched refs:GetSystemInfo (Results 1 – 7 of 7) sorted by relevance
29 const system_info& GetSystemInfo() const { return fSystemInfo; } in GetSystemInfo() function
50 virtual status_t GetSystemInfo(SystemInfo& info);
166 CoreFileDebuggerInterface::GetSystemInfo(SystemInfo& info) in GetSystemInfo() function in CoreFileDebuggerInterface
41 virtual status_t GetSystemInfo(SystemInfo& info);
498 LocalDebuggerInterface::GetSystemInfo(SystemInfo& info) in GetSystemInfo() function in LocalDebuggerInterface
65 virtual status_t GetSystemInfo(SystemInfo& info) = 0;
290 if (fDebuggerInterface->GetSystemInfo(sysInfo) == B_OK) { in _GenerateReportHeader()291 const system_info &info = sysInfo.GetSystemInfo(); in _GenerateReportHeader()