Fixing an issue where the expression parser was not correctly freeze-drying bitfields...
authorEnrico Granata <egranata@apple.com>
Tue, 24 Apr 2012 22:15:37 +0000 (22:15 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 24 Apr 2012 22:15:37 +0000 (22:15 +0000)
commit9f1e20413092fe64a887da77276c2ba26085fdff
tree5800c6907ceec05d4f3325f48e4b37de92f21755
parente35cc3bff89fbe013f8966491c8ce6c2ecd00c93
Fixing an issue where the expression parser was not correctly freeze-drying bitfields - This patch ensures that (a) freeze-drying bitfields works correctly and (b) that we actually access bitfields through IR instead of the 'frame var en lieu of expr' shortcut, for added safety in corner cases that may arise

llvm-svn: 155494
lldb/include/lldb/Core/ValueObject.h
lldb/source/Core/ValueObject.cpp
lldb/source/Target/Target.cpp