aboutsummaryrefslogtreecommitdiff
path: root/gdb/probe.c
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2012-05-08 01:35:35 +0000
committerSergio Durigan Junior <sergiodj@redhat.com>2012-05-08 01:35:35 +0000
commitd7333987804db4beca078f9b0afa61c8062630e0 (patch)
tree8375d820a22ac89367062b02ba1d9860cd4b35da /gdb/probe.c
parentc8599c937738a8b6798abef38e9270e222cc3b56 (diff)
2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
* probe.c (parse_probes): Move conditional to check for debuginfo files from here... * stap-probe.c (stap_get_probes): ... to here.
Diffstat (limited to 'gdb/probe.c')
-rw-r--r--gdb/probe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/probe.c b/gdb/probe.c
index ee94f9c22b..77f3b13478 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++)