From cd55e50ffc710853ec41a43237edec69e25cbc08 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 27 Jan 2010 00:15:59 +0000 Subject: gdb/ * symtab.h (struct symbol ): New comment on NULL values. --- gdb/ChangeLog | 4 ++++ gdb/symtab.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 41236ea..46d5423 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-01-27 Jan Kratochvil + + * symtab.h (struct symbol ): New comment on NULL values. + 2010-01-27 Doug Evans * breakpoint.c (bpstat_stop_status): Delete useless code. diff --git a/gdb/symtab.h b/gdb/symtab.h index 8759732..167dfe8 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -554,7 +554,8 @@ struct symbol struct type *type; /* The symbol table containing this symbol. This is the file - associated with LINE. */ + associated with LINE. It can be NULL during symbols read-in but it is + never NULL during normal operation. */ struct symtab *symtab; /* Domain code. */ -- cgit v1.1