Skip to content

Commit

Permalink
Add dataflowAPI/dev/debug_dataflow.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent eb792fc commit d2104cd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/dataflowAPI/developer/debug_dataflow.h.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
debug_dataflow.h
################

.. cpp:namespace:: Dyninst::dev::dataflowAPI

.. c:macro:: slicing_printf
Debug tracing for slicing. Enabled by ``DATAFLOW_DEBUG_SLICING``.

.. c:macro:: stackanalysis_printf
Debug tracing for stack analysis. Enabled by ``DATAFLOW_DEBUG_STACKANALYSIS``.

.. c:macro:: convert_printf
Debug tracing for DataflowAPI->ROSE conversions. Enabled by ``DATAFLOW_DEBUG_CONVERT``.

.. c:macro:: expand_printf
Debug tracing for symbolic expansion. Enabled by ``DATAFLOW_DEBUG_EXPAND``.

.. c:macro:: liveness_printf
Debug tracing for liveness analysis. Enabled by ``DATAFLOW_DEBUG_LIVENESS``.

0 comments on commit d2104cd

Please sign in to comment.