Skip to content
Commit 1e3be5ba authored by Greg Clayton's avatar Greg Clayton
Browse files

Don't copy entire value into m_data unless we need to. If we did this and the...

Don't copy entire value into m_data unless we need to. If we did this and the entire variable failed to be read, we wouldn't be able to display any actual values that were in good memory.  This will also make things more efficient by not have every struct/union/class/array copy its entire value into a ValueObject.m_data even though no one was using it.

llvm-svn: 199953
parent bc891180
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment