python: Add qualified parameter to gdb.Breakpoint
[deliverable/binutils-gdb.git] / gdb / location.c
index 69b7aa4c8534b673d3552a559072048f29208025..d822a9c31e5d403cb6e28e05328735031896d10a 100644 (file)
@@ -915,10 +915,10 @@ string_to_event_location_basic (const char **stringp,
 
 event_location_up
 string_to_event_location (const char **stringp,
-                         const struct language_defn *language)
+                         const struct language_defn *language,
+                         symbol_name_match_type match_type)
 {
   const char *arg, *orig;
-  symbol_name_match_type match_type = symbol_name_match_type::WILD;
 
   /* Try an explicit location.  */
   orig = arg = *stringp;
This page took 0.0351 seconds and 4 git commands to generate.