Introduce display_mi_prompt
[deliverable/binutils-gdb.git] / gdb / probe.h
index 317aaab4de854a695aed1e6b3153f10c159a6cc7..1e15328ffb062e255ff8de82fa0e22fc2d0c69ed 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic SDT probe support for GDB.
 
-   Copyright (C) 2012-2015 Free Software Foundation, Inc.
+   Copyright (C) 2012-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -228,6 +228,7 @@ struct bound_probe
    symtabs_and_lines object and updates LOC or throws an error.  */
 
 extern struct symtabs_and_lines parse_probes (const struct event_location *loc,
+                                             struct program_space *pspace,
                                              struct linespec_result *canon);
 
 /* Helper function to register the proper probe_ops to a newly created probe.
This page took 0.033055 seconds and 4 git commands to generate.