You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2022. It is now read-only.
At some point, it looks like we broke call inspect events -- there's no reference to them anymore in the code that handles that. For now, you can work around this by using the exit event and checking if state.inspect.exit_jumpkind is Ijk_Call.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a simple program with one call to printf
I then analyze this using a pathgroup and a breakpoint on "call" events.
However the breakpoint is never triggered, which is unexpected.
The text was updated successfully, but these errors were encountered: