Merge gdb and gdbserver implementations for siginfo
[deliverable/binutils-gdb.git] / gdb / tracepoint.c
index 55b2e8ed089607f0082a315c6f29c57b4a8daa8c..bc45470153e504f631e8a87340a2f008fe1ce6e9 100644 (file)
@@ -2720,7 +2720,7 @@ scope_info (char *args, int from_tty)
 
   location = string_to_event_location (&args, current_language);
   back_to = make_cleanup_delete_event_location (location);
-  sals = decode_line_1 (location, DECODE_LINE_FUNFIRSTLINE, NULL, 0);
+  sals = decode_line_1 (location, DECODE_LINE_FUNFIRSTLINE, NULL, NULL, 0);
   if (sals.nelts == 0)
     {
       /* Presumably decode_line_1 has already warned.  */
This page took 0.02403 seconds and 4 git commands to generate.