|
static bool | GetProcessInfo (ProcessId pid, ProcessInfo &info) |
|
static bool | GetProcessMap (pid_t pid, std::vector< ds2::MemoryRegionInfo > &map) |
|
static bool | GetThreadState (pid_t pid, pid_t tid, int &state, int &cpu) |
|
static bool | EnumerateAuxiliaryVector (pid_t pid, std::function< void(ELFSupport::AuxiliaryVectorEntry const &)> const &cb) |
|
static void | EnumerateProcesses (bool allUsers, UserId const &uid, std::function< void(pid_t pid, uid_t uid)> const &cb) |
|
static void | EnumerateThreads (pid_t pid, std::function< void(pid_t tid)> const &cb) |
|
static std::string | GetThreadName (ProcessId pid, ThreadId tid) |
|
static std::string | GetExecutablePath (ProcessId pid) |
|
The documentation for this class was generated from the following files:
- Headers/DebugServer2/Host/FreeBSD/ProcStat.h
- Sources/Host/FreeBSD/ProcStat.cpp