Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/services/dwarfcache.h')
-rw-r--r--agent/tcf/services/dwarfcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/tcf/services/dwarfcache.h b/agent/tcf/services/dwarfcache.h
index ec5665dd..41d7c6c1 100644
--- a/agent/tcf/services/dwarfcache.h
+++ b/agent/tcf/services/dwarfcache.h
@@ -196,6 +196,8 @@ struct CompUnit {
ELF_File * mFile;
ELF_Section * mTextSection;
+ const char * mProducer;
+
U2_T mLanguage;
DIO_UnitDescriptor mDesc;

Back to the top