[Lldb-commits] [lldb] [lldb][Expression] Add --cpp-ignore-context-qualifiers expression evaluation option (PR #177926)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 4 09:32:07 PST 2026


================
@@ -778,6 +778,13 @@ let Command = "expression" in {
         Desc<"Persist expression result in a variable for subsequent use. "
              "Expression results will be labeled with $-prefixed variables, "
              "e.g. $0, $1, etc.">;
+  def ignore_context_qualifiers
+      : Option<"cpp-ignore-context-qualifiers", "Q">,
----------------
adrian-prantl wrote:

`expr -l`  calls it `c++`, should we use the same name for consistency as the prefix?

https://github.com/llvm/llvm-project/pull/177926


More information about the lldb-commits mailing list