[Erlang Systems]

dbg

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

h() -> ok

h(Item) -> ok

p(Item) -> {ok, MatchDesc} | {error, term()}

p(Item, Flags) -> {ok, MatchDesc} | {error, term()}

c(Mod, Fun, Args)

c(Mod, Fun, Args, Flags)

i() -> ok

tp(Module,MatchSpec)

tp(Module,Function,MatchSpec)

tp(Module, Function, Arity, MatchSpec)

tp({Module, Function, Arity}, MatchSpec) -> {ok, MatchDesc} | {error, term()}

tpl(Module,MatchSpec)

tpl(Module,Function,MatchSpec)

tpl(Module, Function, Arity, MatchSpec)

tpl({Module, Function, Arity}, MatchSpec) -> {ok, MatchDesc} | {error, term()}

ctp(Module)

ctp(Module, Function)

ctp(Module, Function, Arity)

ctp({Module, Function, Arity}) -> {ok, MatchDesc} | {error, term()}

ctpl(Module)

ctpl(Module, Function)

ctpl(Module, Function, Arity)

ctpl({Module, Function, Arity}) -> {ok, MatchDesc} | {error, term()}

ctpg(Module)

ctpg(Module, Function)

ctpg(Module, Function, Arity)

ctpg({Module, Function, Arity}) -> {ok, MatchDesc} | {error, term()}

ltp() -> ok

dtp() -> ok

dtp(N) -> ok

wtp(Name) -> ok | {error, IOError}

rtp(Name) -> ok | {error, Error}

n(Nodename) -> {ok, Nodename} | {error, Reason}

cn(Nodename) -> ok

ln() -> ok

tracer() -> {ok, pid()} | {error, already_started}

tracer(Type, Data) -> {ok, pid()} | {error, Error}

trace_port(Type, Parameters) -> fun()

flush_trace_port() -> ok | {error, Reason}

trace_port_control(Operation) -> ok | {ok, Result}, {error, Reason}

trace_client(Type, Parameters) -> pid()

trace_client(Type, Parameters, HandlerSpec) -> pid()

stop_trace_client(Pid) -> ok

get_tracer() -> {ok, Tracer}

stop() -> stopped

Advanced topics - combining with seq_trace

AUTHORS


runtime_tools 1.1.4
Copyright © 1991-2001 Ericsson Utvecklings AB