mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 23:41:02 +08:00
win: Add a note about /Z7 obsolescence regarding CodeView debug info
BUG=crashpad:47 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/1414323003 .
This commit is contained in:
parent
3ea5172982
commit
04d97ca86e
@ -564,7 +564,9 @@ struct __attribute__((packed, aligned(4))) MINIDUMP_MODULE {
|
||||
//! CodeView 4.1 format. Signatures seen in the wild include “NB09”
|
||||
//! (0x3930424e) for CodeView 4.1 and “NB11” (0x3131424e) for CodeView 5.0.
|
||||
//! This form of debugging information within the module, as opposed to a link
|
||||
//! to an external `.pdb` file, is chosen by building with `/Z7`.
|
||||
//! to an external `.pdb` file, is chosen by building with `/Z7` in Visual
|
||||
//! Studio 6.0 (1998) and earlier. This embedded form of debugging information
|
||||
//! is now considered obsolete.
|
||||
//!
|
||||
//! On Windows, the CodeView record is taken from a module’s
|
||||
//! IMAGE_DEBUG_DIRECTORY entry whose Type field has the value
|
||||
|
Loading…
x
Reference in New Issue
Block a user