Running at the Target
To run a program instrumented with one of the BITCOV variants on the target, perform the following steps.
- Download the program to the target.
- Start it under debugger.
- Set a breakpoint at some proper point near program end.
- Let the program run.
- When the program comes to the breakpoint, dump the
CTC_array[]
vector to host to a file by debugger means, with default name MON.dmp.
With these steps, one test cycle at the target machine is completed.