man rmdbgtool (Commandes) - A memory debug tool for Roy.
NAME
rmdbgtool - A memory debug tool for Roy.
SYNOPSIS
Usage: rmdbgtool [-n] [-h] <executable> <rmdbg output file>
DESCRIPTION
rmdbgtool(1) is used to generate reports from rmdbg output files. These rmdbg files are created by Roy applications when they are compiled with RMDBG_ENABLED defined - see rmdbg(3) for more information.
-n Do not show backtraces
-h Print help and exit
executable is the binary executable image that generated this rmdbg output file. This is used by gdb to give full backtraces with function call names. Note that the application must have been compiled with '-g' for the symbols to be there.
rmdbg output file is the name of rmdbg output file.