+2011-06-02 Keith Seitz <keiths@redhat.com>
+
+ * objc-lang.c (find_methods): Increment objfile_csym earlier.
+
2011-06-02 Pedro Alves <pedro@codesourcery.com>
* top.h (simplified_command_loop): Delete declaration.
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;