summaryrefslogtreecommitdiffstats
path: root/lldb/docs
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-12-11 13:30:05 -0800
committerAdrian Prantl <aprantl@apple.com>2019-12-11 13:30:05 -0800
commit0ca0fba94d48959a8c5d1e074c8242e46b263d59 (patch)
tree1f8212f48aff2c5297e1cc4831be61205960b066 /lldb/docs
parent29b2f64ddb8b7ab7ca7215e8701386b9c4da1865 (diff)
downloadbcm5719-llvm-0ca0fba94d48959a8c5d1e074c8242e46b263d59.tar.gz
bcm5719-llvm-0ca0fba94d48959a8c5d1e074c8242e46b263d59.zip
Add resurrecting Type Validators to projects.rst
Diffstat (limited to 'lldb/docs')
-rw-r--r--lldb/docs/status/projects.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/lldb/docs/status/projects.rst b/lldb/docs/status/projects.rst
index 703a3c67d68..48081da5957 100644
--- a/lldb/docs/status/projects.rst
+++ b/lldb/docs/status/projects.rst
@@ -408,3 +408,12 @@ a sketch of this in the settings parsing code) was to be able to say:
(lldb) settings set target{arch=x86_64}.process.thread{name=foo}...
The exact details are still to be worked out, however.
+
+Resurrect Type Validators
+-------------------------
+
+This half-implemented feature was removed in
+https://reviews.llvm.org/D71310 but the general idea might still be
+useful: Type Validators look at a ValueObject, and make sure that
+there is nothing semantically wrong with the object's contents to
+easily catch corrupted data.
OpenPOWER on IntegriCloud