Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

A call breakpoint does not seem to trigger #138

Open
JoranHonig opened this issue Jun 7, 2017 · 1 comment
Open

A call breakpoint does not seem to trigger #138

JoranHonig opened this issue Jun 7, 2017 · 1 comment

Comments

@JoranHonig
Copy link

I have a simple program with one call to printf

int main(int argc, char *argv[])
{
  printf("Input: ");
  return 0;
}

I then analyze this using a pathgroup and a breakpoint on "call" events.
However the breakpoint is never triggered, which is unexpected.

@zardus
Copy link
Member

zardus commented Jun 9, 2017

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants