* linespec.c: #include "stack.h".
[deliverable/binutils-gdb.git] / gdb / tracepoint.c
index e4fd2d3810d807d06af8d94f8599b7568005aeba..0fc4ea4bae25587149096916f6e0980a86139b77 100644 (file)
@@ -2494,7 +2494,7 @@ trace_find_line_command (char *args, int from_tty)
     }
   else
     {
-      sals = decode_line_spec (args, DECODE_LINE_FUNFIRSTLINE);
+      sals = decode_line_with_current_source (args, DECODE_LINE_FUNFIRSTLINE);
       sal = sals.sals[0];
     }
   
This page took 0.02706 seconds and 4 git commands to generate.