Sibyl.Dynamic.Guards (Sibyl v0.1.11)

View Source

Utils module contianing various custom guards in the scope of Sibyl.Dynamic

Summary

Functions

Returns true if given term is a message sent by the Erlang :dbg module for function and function-return traces.

Returns true if given term is a message sent by the Erlang :dbg module and if the message type corresponds to the given type.

Functions

is_trace(message)

(macro)

Returns true if given term is a message sent by the Erlang :dbg module for function and function-return traces.

is_type(message, type)

(macro)

Returns true if given term is a message sent by the Erlang :dbg module and if the message type corresponds to the given type.