This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit]


Hi.

fyi, I committed this.
Otherwise in six months time I'm going to be looking at this again,
having long since forgotten about insight, and waste time again.
Gotta love comments that explain why things are the way they are.

2013-01-17  Doug Evans  <dje@google.com>

	* symtab.h (struct symbol_search): Add comment.

Index: symtab.h
===================================================================
RCS file: /cvs/src/src/gdb/symtab.h,v
retrieving revision 1.224
diff -u -p -r1.224 symtab.h
--- symtab.h	3 Jan 2013 07:13:28 -0000	1.224
+++ symtab.h	17 Jan 2013 23:15:46 -0000
@@ -1216,6 +1216,8 @@ extern struct symbol *fixup_symbol_secti
 					    struct objfile *);
 
 /* Symbol searching */
+/* Note: struct symbol_search, search_symbols, et.al. are declared here,
+   instead of making them local to symtab.c, for gdbtk's sake.  */
 
 /* When using search_symbols, a list of the following structs is returned.
    Callers must free the search list using free_search_symbols!  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]