|
From: Florian K. <br...@ac...> - 2009-02-11 12:47:05
|
On Wednesday 11 February 2009 01:06:12 sv...@va... wrote:
> + /* Do the below-main hack */
> + // To reduce the endless nuisance of multiple different names
> + // for "the frame below main()" screwing up the testsuite, change all
> + // known incarnations of said into a single name, "(below main)", if
> + // --show-below-main=yes.
I think you meant: --show-below-main=no
> + if ( do_below_main_renaming && ! VG_(clo_show_below_main) &&
> + Vg_FnNameBelowMain == VG_(get_fnname_kind)(buf) )
> + {
Florian
|