Add the ability to pass an EvaluateExpressionOptions when you make a UserExpression.  This
isn't used in this commit but will be in a future commit.

llvm-svn: 251887
diff --git a/lldb/source/Breakpoint/BreakpointLocation.cpp b/lldb/source/Breakpoint/BreakpointLocation.cpp
index f64577b..5ff9110 100644
--- a/lldb/source/Breakpoint/BreakpointLocation.cpp
+++ b/lldb/source/Breakpoint/BreakpointLocation.cpp
@@ -293,6 +293,7 @@
                                                                             nullptr,
                                                                             language,
                                                                             Expression::eResultTypeAny,
+                                                                            EvaluateExpressionOptions(),
                                                                             error));
         if (error.Fail())
         {