================
@@ -64,6 +64,71 @@ enum LocationDescriptionKind {
/* Composite*/
};
+/// Keeps the location description kind associated with each eagerly
+/// materialized value on the DWARF expression stack.
+class EvaluationStack {
----------------
MrEven132 wrote:
I moved the stack class into `DWARFExpression.h` and added direct unit tests
for push/pop, kind updates, copying, swapping, rotation, and insufficient-depth
cases.
https://github.com/llvm/llvm-project/pull/219372
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits