5#include <clues/SystemCallItem.hxx>
16 return std::to_string(cosmos::to_integral(
m_val));
Base class for any kind of system call parameter or return value.
virtual std::string str() const
Returns a human readable string representation of the item.
virtual void processValue(const Tracee &)
Processes the value stored in m_val acc. to the actual item type.
std::string_view longName() const
Returns the friendly long name for this item, if available, else the short name.
Word m_val
The raw register value for the item.
void fill(const Tracee &proc, const Word word)
Fills the item from the given register data.
Base class for traced processes.
Word
An integer that is able to hold a word for the current architecture.