mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-18 13:10:17 -06:00
Help: Clarify backtrace order in cmake-configure-log(7)
This commit is contained in:
@@ -115,8 +115,9 @@ The keys common to all events are:
|
||||
|
||||
``backtrace``
|
||||
A YAML block sequence reporting the call stack of CMake source
|
||||
locations at which the event occurred. Each node is a string
|
||||
specifying one location formatted as ``<file>:<line> (<function>)``.
|
||||
locations at which the event occurred, from most-recent to
|
||||
least-recent. Each node is a string specifying one location
|
||||
formatted as ``<file>:<line> (<function>)``.
|
||||
|
||||
Additional mapping keys are specific to each (versioned) event kind,
|
||||
described below.
|
||||
|
||||
Reference in New Issue
Block a user