Author: Keith Seitz <keiths@redhat.com>
Date: Thu Jun 2 18:43:59 2011 +0000
gdb/
* objc-lang.c (find_methods): Increment objfile_csym earlier.
+2011-07-02 Keith Seitz <keiths@redhat.com>
+
+ * objc-lang.c (find_methods): Increment objfile_csym earlier.
+
2011-07-02 Keith Seitz <keiths@redhat.com>
PR c++/12750
pc = gdbarch_convert_from_func_ptr_addr (gdbarch, pc,
¤t_target);
+ objfile_csym++;
+
if (symtab)
if (pc < BLOCK_START (block) || pc >= BLOCK_END (block))
/* Not in the specified symtab. */
if (parse_method (tmp, &ntype, &nclass,
&ncategory, &nselector) == NULL)
continue;
-
- objfile_csym++;
if ((type != '\0') && (ntype != type))
continue;