[PATCH] covoar: Fix DWARF reading

Chris Johns chrisj at rtems.org
Fri Mar 12 23:47:25 UTC 2021


These are design question and not review issues ....

On 12/3/21 5:33 am, Alex White wrote:
> +  // Create data based on target.
> +  TargetInfo = Target::TargetFactory( buildTarget );

Any pointers in this object given there is a copy operator at work here?

> +  // Create the set of desired symbols.
> +  SymbolsToAnalyze = new Coverage::DesiredSymbols();

How hard would it be to convert these types of allocations in covoar to
std::shared_ptr<> or std::unique_ptr<> (if that is suitable or possible)?

Chris


More information about the devel mailing list