We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b2f64 commit 0ca0fbaCopy full SHA for 0ca0fba
lldb/docs/status/projects.rst
@@ -408,3 +408,12 @@ a sketch of this in the settings parsing code) was to be able to say:
408
(lldb) settings set target{arch=x86_64}.process.thread{name=foo}...
409
410
The exact details are still to be worked out, however.
411
+
412
+Resurrect Type Validators
413
+-------------------------
414
415
+This half-implemented feature was removed in
416
+https://reviews.llvm.org/D71310 but the general idea might still be
417
+useful: Type Validators look at a ValueObject, and make sure that
418
+there is nothing semantically wrong with the object's contents to
419
+easily catch corrupted data.
0 commit comments