Add a test case to validate that AddressOf() and GetLoadAddress() work on a ValueObje...
authorEnrico Granata <egranata@apple.com>
Fri, 12 Dec 2014 21:23:55 +0000 (21:23 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 12 Dec 2014 21:23:55 +0000 (21:23 +0000)
commit15ee703045bcdad9d1d95d33af7959dcd1f29fff
treed239f73f3eb4b6331cabbb7762bc7ba916ed5ac3
parent984ef17d66fb9170ffcb6430d4f83f5854de5cd0
Add a test case to validate that AddressOf() and GetLoadAddress() work on a ValueObjectConstResult. This test passing is the baseline of functionality we want to ensure for our const results

llvm-svn: 224151
lldb/test/python_api/sbvalue_const_addrof/TestSBValueConstAddrOf.py [new file with mode: 0644]
lldb/test/python_api/sbvalue_const_addrof/main.cpp [new file with mode: 0644]