[llvm-commits] CVS: llvm/tools/llvm-db/Commands.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 6 17:47:01 PST 2004


Changes in directory llvm/tools/llvm-db:

Commands.cpp updated: 1.2 -> 1.3

---
Log message:

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


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/llvm-db/Commands.cpp
diff -u llvm/tools/llvm-db/Commands.cpp:1.2 llvm/tools/llvm-db/Commands.cpp:1.3
--- llvm/tools/llvm-db/Commands.cpp:1.2	Mon Jan  5 23:37:16 2004
+++ llvm/tools/llvm-db/Commands.cpp	Tue Jan  6 17:46:17 2004
@@ -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!";





More information about the llvm-commits mailing list