Ugh, fix some copy and pasted code that somehow never got compiled or something
:(


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10706 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-db/Commands.cpp b/tools/llvm-db/Commands.cpp
index cd1797c..577e6b9 100644
--- a/tools/llvm-db/Commands.cpp
+++ b/tools/llvm-db/Commands.cpp
@@ -483,7 +483,7 @@
     Options = Option + Options;  // reconstruct string
 
     // Parse the line specifier.
-    parseLineSpec(FirstLineSpec, File, LineNo);
+    parseLineSpec(Options, File, LineNo);
   } else {
     // Build a line specifier for the current stack frame.
     throw "FIXME: breaking at the current location is not implemented yet!";