+pathtrace=none

This option disables generation of both the global and local path tables.

The values can be combined by joining them with a colon. For example: +pathtrace=global:local. The global_fixed_size and global values are mutually exclusive. If more than one of them is specified on the command line, the last one takes precedence. The same is true for the none value.

+pathtrace with no values is equivalent to +pathtrace=global_fixed_size:local

The use of this option and the -mtoption must be consistent for all compilation and link steps. That means if -mtis used with +pathtrace at compile time, it should also be used at link time; if –mtis not used with +pathtrace at compile time, it should not used at link time.

For information on how to view the execution paths in the debugger refer to the “Printing the Execution Path Entries for the Current Frame or Thread” feature in HP WDB documentation.

Further information

For more information refer http://www.hp.com/go/cadvise.

15