[lldb-dev] Selectively disabling value formatter
Vadim Chugunov via lldb-dev
lldb-dev at lists.llvm.org
Mon Jan 25 00:23:02 PST 2016
Hi,
If I have an SBValue for an object whose type has a formatter enabled for
it, is there a way to detect this via the Python API, and if so, request an
"unmodified" view of the object?
I've experimented with value.IsSynthetic() and
value.GetNonSyntheticValue(), but the former seems to always return false,
and the latter gives me the same list of children as the original value.
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160125/541c4ac4/attachment.html>
More information about the lldb-dev
mailing list