================
@@ -424,6 +425,14 @@ UserExpression::Execute(DiagnosticManager 
&diagnostic_manager,
                         const EvaluateExpressionOptions &options,
                         lldb::UserExpressionSP &shared_ptr_to_me,
                         lldb::ExpressionVariableSP &result_var) {
+  Debugger *debugger =
+      exe_ctx.GetTargetPtr() ? &exe_ctx.GetTargetPtr()->GetDebugger() : 
nullptr;
+  Progress progress("Running expression",
+                    m_options.IsForUtilityExpr()
+                        ? "(LLDB utility)"
----------------
medismailben wrote:

Also, for `UtilityFunction` specifically, it might be nice to show the name of 
the function being called as a progress detail. 

https://github.com/llvm/llvm-project/pull/119757
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to