facebookexperimental / object-introspection

Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.
Apache License 2.0
160 stars 13 forks source link

stub types in OIL via config #484

Closed tyroguru closed 7 months ago

tyroguru commented 7 months ago

Summary

This diff provides the ability to stub types via config in ClangTypeParser. Each type should be listed individually in extra config.

Test plan

Tested internally. CI.