aboutsummaryrefslogtreecommitdiffstats
path: root/debuggerd/symbol_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'debuggerd/symbol_table.h')
-rw-r--r--debuggerd/symbol_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debuggerd/symbol_table.h b/debuggerd/symbol_table.h
index d9d25202..7f41f915 100644
--- a/debuggerd/symbol_table.h
+++ b/debuggerd/symbol_table.h
@@ -10,6 +10,7 @@ struct symbol {
struct symbol_table {
struct symbol *symbols;
int num_symbols;
+ char *name;
};
struct symbol_table *symbol_table_create(const char *filename);