Build disassembly information for all mappings that has been found by the code coverage system.
If -whole-section flag is used each section will be disassembled from start to end. Otherwise, if functions data is added and available, disassembling will start from the start address of each function. Disassembling from the start of each function has the advantage that if there is data in the executable section then such data in the end of a function will not affect the function after.
The -remove-old flag will remove any disassembly previously added. This will also remove any source info that was previously added as that depends on addresses added when disassembling.