Hi Danny, Danny Backx escreveu: > The change to trace.c modifies (lowers) the default verbosity of newlib > in debugging sessions. >
> ------------------------------------------------------------------------ > > Index: trace.c > =================================================================== > --- trace.c (revision 858) > +++ trace.c (working copy) > @@ -14,7 +14,7 @@ > > static HANDLE __wcetracehnd = NULL; > static int __wcetrace = 0; > -static int __wcetrace_debugger = WCE_IO | WCE_NETWORK; /* Used to be > WCE_ALL */ > +static int __wcetrace_debugger = WCE_ALL; > > How does this lower the default verbosity? In fact it makes it more verbose by default. Wrong patch? I'm ok with lowering the default, even ok with making it 0 by default, since we have a registry key to make it more verbose, or you can call WCETRACE_DEBUGGER_SET(int) in the debugger directly. A patch to make it less verbose is pre-approved. > The changes to malloc.c and glob.c change calls to printf into calls to > WCETRACE. > This part is ok. Cheers, Pedro Alves ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel