diff options
Diffstat (limited to 'gdb/probe.c')
-rw-r--r-- | gdb/probe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/probe.c b/gdb/probe.c index ee94f9c..77f3b13 100644 --- a/gdb/probe.c +++ b/gdb/probe.c @@ -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++) |