7#include <cosmos/string.hxx>
10#include <clues/types.hxx>
This type contains data that is shared between tracees of the same thread group.
FDInfoMap fd_info_map
Here we store our current knowledge about open file descriptors.
cosmos::StringVector cmdline
Command line used to create the process (/proc/<pid>/cmdline).
std::string executable
Path to the executable which is running (/proc/<pid>/exe).
std::map< cosmos::FileNum, FDInfo > FDInfoMap
A mapping of file descriptor numbers to their file system paths or other human readable description o...