[GSOC22 Weekly Update #3] Instruction-level dynamic tracing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Jul 2022 10:28:05 UTC
This week I worked on getting the trampoline mechanism to handle instructions that take %rip as an implicit operand (e.g %rip-relative MOVs and certain types of JMPs). There are a few more cases to be handled, but currently all instructions in amd64_syscall() -- one of the main functions I'm testing with -- can be traced without problems. Christos