Module: Ragweed::Wraptux::Ptrace::EventCodes

Defined in:
lib/ragweed/wraptux/constants.rb

Constant Summary collapse

FORK =
1
VFORK =
2
CLONE =
3
EXEC =
4
VFORK_DONE =
5
EXIT =
6