summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/trace-global-frame.rst
blob: fdc4b5cb263fbd82095db34b4343eb83ea90cc5a (plain)
1
2
3
4
5
6
7
8
trace-global-frame
------------------

* Add the field ``global_frame`` to the json-v1 trace format. This
  frame tracks the depth of the call stack globally across all
  ``CMakeLists.txt`` files involved in the trace, and will let tools
  reconstruct stack traces that span from the top-level ``CMakeLists.txt``
  file of the project.