<branch_recorder>.print-branch-arcs ["direction"] [start] [stop]
Print a subset of the branch arcs in a branch recorder. With no arguments, print all arcs. Given start and stop addresses, print only arcs with 'to' or 'from' address in that interval, depending on whether direction is 'to' or 'from' (its default value is 'from'). The printed arcs are sorted by their 'to' or 'from' address, as specified by direction.
Simics Core