arcslibdump manpage

NAME

arcslibdump helper tool to dump component librarie contents.

SYNOPSIS

arcslibdump [LIBRARY]...

DESCRIPTION

arcslibdump dumps the contents of a list of component library names passed as a parameter. It can be abridged library names (for example, libsample.so can also be called sample ). For each library, arcslibdump will load the library, load families, data types and components. Each component will be instantiated, their signal and slot lists will be retrieved and they will be destroyed. The library will also be unloaded so you may also check behaviours at instantiation and destruction.

EXAMPLES

arcslibdump sample
dumps the contents of the libsample.so component library.
arcslibdump sample libcoin.so
dumps the contents of libsample.so first, then the contents of libcoin.so.

NOTE

The output of arcslibdump is quite verbose so it may be a good idea to pipe it with tools like more or less.

AUTHOR

Jean-Yves Didier