New JIT Interface for GDB
I worked on GDB as a part of my internship at Igalia. The work I did is finally merged, and this blog post describes the problem that I tried to solve and the solution I implemented. The Problem Let’s say A is a runtime function that sometimes gets called by JIT compiled code. When the [...]