blob: beade4b4b291ae6b26e50b0be457adf64f536b1c (
plain)
1
2
3
4
5
6
7
|
trace-line-end
--------------
* Add the field ``line_end`` to the json-v1 trace format. This
field tells you the line in file ``file`` at which the function
call ends. Tools can use this new field, together with ``line``
and ``file``, to map traces to lines of CMake source code.
|