lighthouse
lighthouse copied to clipboard
Modoff coverage highlight all instructions in basic block
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:

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?