diff options
author | Greg Clayton <gclayton@apple.com> | 2016-07-06 23:16:24 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2016-07-06 23:16:24 +0000 |
commit | df62e731ea92515d6725a0cf3120454c0d1b4ace (patch) | |
tree | 3dd971f93a7de61e18227bfc6f8b8915fa2cdd90 /lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py | |
parent | 5e4bd2e7c403988123155e9f2321a2d8f233a0d6 (diff) | |
download | bcm5719-llvm-df62e731ea92515d6725a0cf3120454c0d1b4ace.tar.gz bcm5719-llvm-df62e731ea92515d6725a0cf3120454c0d1b4ace.zip |
"frame variable" and "target variable" shouldn't allow us to get the address of bitfields.
"frame variable" and "target variable" are trying to emulate the expression parser when doing things like:
(lldb) frame variable &my_struct.my_bitfield
And since the expression parser doesn't allow this, we shouldn't allow "frame variable" or "target variable" to succeed.
<rdar://problem/27208607>
llvm-svn: 274703
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py')
0 files changed, 0 insertions, 0 deletions