Open egraether opened 7 years ago
For me JSON would be a nice way to make the queries.
I didn't take a look at what information you are storing into the database, so I cannot really tell you about the query syntax as I do not know which kind of parameters can be queried. But I can give you some examples of queries which I would be doing.
The caller, calee relationship queries:
Search for definitions of variable type X
Whenever a variable is being set, it would cool to be able to filter how it was set, for example if it was set by a malloc. That way I would be able to enumerate which functions dynamically allocate the type X
Being able to stack the queries would be also cool. For example:
sys_*
+1 by mail
+1 by mail
Most of the above suggestions will be possible with the new custom graph dialog arriving with 2019.3 (see #249). Rephrasing this request to "query syntax".
I really like the way #249 was solved. However, only existing relations can be shown. What about explicit non-existing relations as asked in #830 . Can we help here somehow?
reported by mail