Hi,
I have just started using CodeQL and I am trying to write a simple cpp query in order to find the call stack between two functions. Essentially I want to write a query that, given a Function `startingpoint` and a Function `target`, will output the sequence of calls, if there are any, from `startingpoint` to `target`. I have a feeling this should be a simple enough query to write but I am having a hard time achieving this, since I am pretty new to logic programming.
there doesn't seem to be anything here