-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Query syntax for database to print custom graphs #250
Comments
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:
|
+1 by mail |
1 similar comment
+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". |
reported by mail
The text was updated successfully, but these errors were encountered: