2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
[binutils-gdb.git] / gdb / probe.c
index ee94f9c22bb58b84e6f916c905f95ed46471af85..77f3b13478ad040eab036dbdf8da6e2426f87e4c 100644 (file)
@@ -120,9 +120,6 @@ parse_probes (char **argptr, struct linespec_result *canonical)
            && FILENAME_CMP (lbasename (objfile->name), objfile_name) != 0)
          continue;
 
-       if (objfile->separate_debug_objfile_backlink != NULL)
-         continue;
-
        probes = objfile->sf->sym_probe_fns->sym_get_probes (objfile);
 
        for (ix = 0; VEC_iterate (probe_p, probes, ix, probe); ix++)