diff options
Diffstat (limited to 'debuggerd/symbol_table.h')
-rw-r--r-- | debuggerd/symbol_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debuggerd/symbol_table.h b/debuggerd/symbol_table.h index d9d2520..7f41f91 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); |