Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: syzygy/pdb/pdb_data.h

Issue 2856933003: Add support for the VS2017 built binaries. (Closed)
Patch Set: . Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | syzygy/pdb/pdb_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/pdb/pdb_data.h
diff --git a/syzygy/pdb/pdb_data.h b/syzygy/pdb/pdb_data.h
index c490591ed1f7354deca3609df4474e8885eb1a25..406009d6b95775423db2a5c6ccdc46d3cfacb725 100644
--- a/syzygy/pdb/pdb_data.h
+++ b/syzygy/pdb/pdb_data.h
@@ -289,6 +289,9 @@ struct PdbFixup {
};
enum Flags {
+ // Flag value that we observe for the TYPE_OFFSET_32BIT fixups produced by
+ // VS2017.
+ FLAG_OFFSET_32BIT_VS2017 = 0x2000,
FLAG_IS_DATA = 0x4000,
FLAG_REFERS_TO_CODE = 0x8000,
FLAG_UNKNOWN = 0x3fff,
« no previous file with comments | « no previous file | syzygy/pdb/pdb_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698