The recent refactoring of the drmemtrace view output failed to update the indent for second-line raw bytes from disassembly. We correct that here.
Before:
342: T2539054 ifetch 2 byte(s) @ 0x00007f5feed8cf42 74 0e jz $0x00007f5feed8cf52
343: T2539054 ifetch 8 byte(s) @ 0x00007f5feed8cf52 48 83 3d 16 fc 02 00 cmp <rel> 0x00007f5feedbcb70, $0x00
343: T2539054 00
344: T2539054 read 8 byte(s) @ 0x00007f5feedbcb70 by PC 0x00007f5feed8cf52
After:
342: T2538939 ifetch 2 byte(s) @ 0x00007fa9eaed7f42 74 0e jz $0x00007fa9eaed7f52
343: T2538939 ifetch 8 byte(s) @ 0x00007fa9eaed7f52 48 83 3d 16 fc 02 00 cmp <rel> 0x00007fa9eaf07b70, $0x00
343: T2538939 00
344: T2538939 read 8 byte(s) @ 0x00007fa9eaf07b70 by PC 0x00007fa9eaed7f52
Issue: #5486 (closed)