mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-14 07:38:41 +00:00
gdb/
* symtab.h (struct symbol <symtab>): New comment on NULL values.
This commit is contained in:
parent
aa0bf128e1
commit
cd55e50ffc
@ -1,3 +1,7 @@
|
||||
2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* symtab.h (struct symbol <symtab>): New comment on NULL values.
|
||||
|
||||
2010-01-27 Doug Evans <dje@google.com>
|
||||
|
||||
* breakpoint.c (bpstat_stop_status): Delete useless code.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user