Fix regression: expression completer and scope operator (PR gdb/22584)
[deliverable/binutils-gdb.git] / gdb / symtab.c
index bb98619a7cb891c438148bdcd2253da8ec0df719..220ae0969bc61410591c8bffbef5242d7dd81c46 100644 (file)
@@ -4735,7 +4735,7 @@ completion_list_add_name (completion_tracker &tracker,
        in this case we want the completion lowest common denominator
        to be "push_back" instead of "std::".  */
     tracker.add_completion (std::move (completion),
-                           &match_res.match_for_lcd);
+                           &match_res.match_for_lcd, text, word);
   }
 }
 
This page took 0.029665 seconds and 4 git commands to generate.