* symtab.c (find_pc_sect_symtab): Add comment.
authorDoug Evans <dje@google.com>
Mon, 10 Dec 2012 20:30:05 +0000 (20:30 +0000)
committerDoug Evans <dje@google.com>
Mon, 10 Dec 2012 20:30:05 +0000 (20:30 +0000)
gdb/ChangeLog
gdb/symtab.c

index 05d093a5719916607b698d12b6ed5f0a738ee862..cbc3e7cbfdd09ab57540b34a2aaca65cac8076cd 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-10  Doug Evans  <dje@google.com>
+
+       * symtab.c (find_pc_sect_symtab): Add comment.
+
 2012-12-10  Tom Tromey  <tromey@redhat.com>
 
        * defs.h: Don't check for definition of LONGEST.
index cf32a8c50dcd4931db354c7e27d684350813f806..1b0b35bcd7c765d8038e2b39cfb931d7ea830e78 100644 (file)
@@ -2150,6 +2150,8 @@ find_pc_sect_symtab (CORE_ADDR pc, struct obj_section *section)
   if (best_s != NULL)
     return (best_s);
 
+  /* Not found in symtabs, search the "quick" symtabs (e.g. psymtabs).  */
+
   ALL_OBJFILES (objfile)
   {
     struct symtab *result;
This page took 0.055048 seconds and 4 git commands to generate.