Fix comments identifying the source of module TimeDateStamp information
Change-Id: I164f0208db103410c3133a67a994a4f603ce1b27 Reviewed-on: https://chromium-review.googlesource.com/494827 Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Родитель
7d56fd2386
Коммит
f53f2c84cc
|
@ -533,11 +533,11 @@ struct __attribute__((packed, aligned(4))) MINIDUMP_MODULE {
|
|||
uint32_t CheckSum;
|
||||
|
||||
//! \brief The module’s timestamp, in `time_t` units, seconds since the POSIX
|
||||
//! epoch.
|
||||
//! epoch, or `0` if unknown.
|
||||
//!
|
||||
//! On Windows, this field comes from the `TimeDateStamp` field of the
|
||||
//! module’s `IMAGE_HEADER` structure. It reflects the timestamp at the time
|
||||
//! the module was linked.
|
||||
//! module’s `IMAGE_FILE_HEADER` structure. It reflects the timestamp at the
|
||||
//! time the module was linked.
|
||||
uint32_t TimeDateStamp;
|
||||
|
||||
//! \brief ::RVA of a MINIDUMP_STRING containing the module’s path or file
|
||||
|
@ -723,11 +723,11 @@ struct __attribute__((packed, aligned(4))) MINIDUMP_UNLOADED_MODULE {
|
|||
uint32_t CheckSum;
|
||||
|
||||
//! \brief The module’s timestamp, in `time_t` units, seconds since the POSIX
|
||||
//! epoch.
|
||||
//! epoch, or `0` if unknown.
|
||||
//!
|
||||
//! On Windows, this field comes from the `TimeDateStamp` field of the
|
||||
//! module’s `IMAGE_HEADER` structure. It reflects the timestamp at the time
|
||||
//! the module was linked.
|
||||
//! module’s `IMAGE_FILE_HEADER` structure. It reflects the timestamp at the
|
||||
//! time the module was linked.
|
||||
uint32_t TimeDateStamp;
|
||||
|
||||
//! \brief ::RVA of a MINIDUMP_STRING containing the module’s path or file
|
||||
|
|
Загрузка…
Ссылка в новой задаче