Home
last modified time | relevance | path

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; } in GetSystemInfo() function
/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) in GetSystemInfo() function in 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) in GetSystemInfo() function in 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.cpp290 if (fDebuggerInterface->GetSystemInfo(sysInfo) == B_OK) { in _GenerateReportHeader()
291 const system_info &info = sysInfo.GetSystemInfo(); in _GenerateReportHeader()