Searched refs:GetSystemInfo (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/debugger/model/
H A DSystemInfo.h29 const system_info& GetSystemInfo() const { return fSystemInfo; } function in class:SystemInfo
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h50 virtual status_t GetSystemInfo(SystemInfo& info);
H A DCoreFileDebuggerInterface.cpp166 CoreFileDebuggerInterface::GetSystemInfo(SystemInfo& info) function in class:CoreFileDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h41 virtual status_t GetSystemInfo(SystemInfo& info);
H A DLocalDebuggerInterface.cpp498 LocalDebuggerInterface::GetSystemInfo(SystemInfo& info) function in class:LocalDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h65 virtual status_t GetSystemInfo(SystemInfo& info) = 0;
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp291 if (fDebuggerInterface->GetSystemInfo(sysInfo) == B_OK) {
292 const system_info &info = sysInfo.GetSystemInfo();

Completed in 97 milliseconds