diff options
Diffstat (limited to 'gdb/probe.h')
-rw-r--r-- | gdb/probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/probe.h b/gdb/probe.h index 7410c5a..4227bd4 100644 --- a/gdb/probe.h +++ b/gdb/probe.h @@ -274,7 +274,7 @@ extern std::vector<symtab_and_line> parse_probes extern struct bound_probe find_probe_by_pc (CORE_ADDR pc); /* Search OBJFILE for a probe with the given PROVIDER, NAME. Return a - VEC of all probes that were found. If no matching probe is found, + vector of all probes that were found. If no matching probe is found, return an empty vector. */ extern std::vector<probe *> find_probes_in_objfile (struct objfile *objfile, |