Searched refs:SyscallInfo (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/model/
H A DSyscallInfo.cpp6 #include "SyscallInfo.h"
11 SyscallInfo::SyscallInfo() function in class:SyscallInfo
22 SyscallInfo::SyscallInfo(const SyscallInfo& other) function in class:SyscallInfo
33 SyscallInfo::SyscallInfo(bigtime_t startTime, bigtime_t endTime, function in class:SyscallInfo
46 SyscallInfo::SetTo(bigtime_t startTime, bigtime_t endTime, uint64 returnValue,
/haiku/headers/private/debugger/model/
H A DSyscallInfo.h11 class SyscallInfo { class
13 SyscallInfo();
14 SyscallInfo(const SyscallInfo& other);
15 SyscallInfo(bigtime_t startTime,
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.h13 #include "SyscallInfo.h"
206 const SyscallInfo& info);
208 const SyscallInfo& GetSyscallInfo() const { return fInfo; }
211 SyscallInfo fInfo;
H A DDebugEvent.cpp222 const SyscallInfo& info)
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp899 SyscallInfo(message.post_syscall.start_time,
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1857 const SyscallInfo& info = event->GetSyscallInfo();

Completed in 52 milliseconds