Issue |
120111
|
Summary |
Python LLDB API does not expose a way to get type CV-information
|
Labels |
new issue
|
Assignees |
|
Reporter |
droptopx
|
The python API for LLDB does not seem to provide a way to get const-volatile information for `SBType`'s. This might also be an issue for the C++ API, I didn't check. Something like `SBType.is_const` and `SBType.is_volatile` could be added, or even `SBType.GetQualifiers()` and then the qualifiers would be flags in an enum so any subset of them could be checked through one API call.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs