On 27/04/2018 08:51, Joel Sherrill wrote:
> 
>        // Create the set of desired symbols.
>        SymbolsToAnalyze = new Coverage::DesiredSymbols();
>     -  SymbolsToAnalyze->load( symbolsFile );
> 
> 
> I am having trouble seeing what happened to the DesiredSymbols class. Is
> it no longer needed? Did we change the class from which SymbolsToAnalyze
> is derived but provide all the same needed interfaces?
> 
> I'm having trouble seeing how the new class fits in. Help me.

I am adding support to determine the build top from the executable path(s) and
to verify the build path, arch prefix and BSP match for all executables passed
in and then I will load the symbols from the libraries listed in the config file
directly into the desired symbols class. It looks me like these extra classes
are not needed.

Chris

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to