How do you perform code instrumentation? Given a software project, how would you approach code instrumentation? Specifically, how do you extract control flow?
Could you please provide detailed instructions and explain how to achieve this using the code artifacts you have shared?
Thank you for your interest in LDB!
In this project, code instrumentation is conducted by inserting log statements into programs: code.
Control flow is described in units of basic block, which is decomposed from the program: code
How do you perform code instrumentation? Given a software project, how would you approach code instrumentation? Specifically, how do you extract control flow?
Could you please provide detailed instructions and explain how to achieve this using the code artifacts you have shared?