aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/dwarf/functioninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/dwarf/functioninfo.h')
-rw-r--r--src/common/mac/dwarf/functioninfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/mac/dwarf/functioninfo.h b/src/common/mac/dwarf/functioninfo.h
index f529f092..aa8bf705 100644
--- a/src/common/mac/dwarf/functioninfo.h
+++ b/src/common/mac/dwarf/functioninfo.h
@@ -47,6 +47,8 @@ namespace dwarf2reader {
struct FunctionInfo {
// Name of the function
string name;
+ // Mangled name of the function
+ string mangled_name;
// File containing this function
string file;
// Line number for start of function.