lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Modoff coverage highlight all instructions in basic block

Open wizche opened this issue 4 years ago • 0 comments

Hi, I'm generating a modoff coverage file having basic block entries . For example if my modoff coverage file contains the following two entries

module+31f6
module+3213

Now lighthouse will highlight only the instruction hit at that address and not the whole basic block: highlight

Would be nice to have a way to tell modoff coverage module that the entries are basic blocks which means lighthouse should consider all instructions belonging to an hitted basic block hit as well.

Does it make sense?

wizche avatar Nov 11 '21 08:11 wizche