[LLDB] Clarifying the documentation for variable formatting wrt to qualifiers and...
authorShafik Yaghmour <syaghmour@apple.com>
Wed, 7 Apr 2021 21:29:12 +0000 (14:29 -0700)
committerShafik Yaghmour <syaghmour@apple.com>
Wed, 7 Apr 2021 21:29:12 +0000 (14:29 -0700)
commit79ac5bbb96c46e3c6c3568a441c13aa10c087b25
treed52a02ae46e72917ec0bd827ddc43351301f5b47
parent56ea2e2fdd691136d5e6631fa0e447173694b82c
[LLDB] Clarifying the documentation for variable formatting wrt to qualifiers and adding a test that demonstrates this

When looking up user specified formatters qualifiers are removed from types before matching,
I have added a clarifying example to the document and added an example to a relevant test to demonstrate this behavior.

Differential Revision: https://reviews.llvm.org/D99827
lldb/docs/use/variable.rst
lldb/test/API/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py
lldb/test/API/functionalities/data-formatter/data-formatter-advanced/main.cpp