summaryrefslogtreecommitdiffstats
path: root/src/cv2pdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cv2pdb.h')
-rw-r--r--src/cv2pdb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cv2pdb.h b/src/cv2pdb.h
index a0af159..46f9459 100644
--- a/src/cv2pdb.h
+++ b/src/cv2pdb.h
@@ -268,6 +268,10 @@ public:
int codeSegOff;
std::unordered_map<byte*, int> mapOffsetToType;
+ // Default lower bound for the current compilation unit. This depends on
+ // the language of the current unit.
+ unsigned currentDefaultLowerBound;
+
// Value of the DW_AT_low_pc attribute for the current compilation unit.
// Specify the default base address for use in location lists and range
// lists.