Commit e980a6d
authored
i#4915: label non-fetched instructions in drmemtrace view tool (#7810)
Instruction records with type TRACE_TYPE_INSTR_NO_FETCH were previously
displayed as normal ifetch entries in the drmemtrace view tool when
decoding was enabled, which was misleading for REP string expansion.
This change updates the view tool output to label such records as
non-fetched, without altering trace generation or expansion logic.
Xref #4915.1 parent 26c8fc1 commit e980a6d
2 files changed
+40
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
806 | 840 | | |
807 | 841 | | |
808 | 842 | | |
| |||
883 | 917 | | |
884 | 918 | | |
885 | 919 | | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
886 | 923 | | |
887 | 924 | | |
888 | 925 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
531 | 533 | | |
532 | 534 | | |
533 | 535 | | |
| |||
0 commit comments