mirror of https://github.com/Kitware/CMake.git
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.
8 lines
336 B
8 lines
336 B
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.
|