diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 3b8c16f..6229e06 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -99,6 +99,13 @@ EXTERN unsigned char processing_hp_compilation; EXTERN unsigned char processing_has_namespace_info; +/* If processing_has_namespace_info is nonzero, this string should + contain the name of the current namespace. Other people shouldn't + have to copy it when referring to it, so don't free its previous + contents when setting this to a new value. */ + +EXTERN const char *processing_current_namespace; + /* Count symbols as they are processed, for error messages. */ EXTERN unsigned int symnum; |