You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jules Villard
0aeb33947a
[debug] add --procedures-cfg
Summary:
New option for `infer debug` to dump individual procedures' CFG after
the fact:
```
$ infer -o infer-out -- clang -c examples/hello.c
$ infer debug --procedures --procedures-cfg
test
source_file: examples/hello.c
attribute_kind: <defined>
control-flow graph: '/home/jul/infer/infer-out/captured/hello.c.f19e4797ddf4b23fd1ce68a7e60f3b03/test.098f6bcd4621d373cade4e832627b4f6.dot'
```
Reviewed By: da319
Differential Revision: D22790593
fbshipit-source-id: 2fa2a6371
|
4 years ago |
.. |
man1
|
[debug] add --procedures-cfg
|
4 years ago |