实现通过AST旅馆LLDB进行递归的功能

时间:2019-08-09 17:01:18

标签: c algorithm abstract-syntax-tree lldb

我正在尝试通过二进制AST递归。 AST由编译器构建。我可以通过LLDB查找AST中的信息。但是我希望能够使用函数在树中进行递归。如何在lldb命令行中执行此功能?

p *N->invariantList->constraints->irLeftChild->irRightChild->irLeftChild->irLeftChild->irLeftChild->irLeftChild->irLeftChild->type

以上是我目前在树上查找的方式。

0 个答案:

没有答案