aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2014-01-23 22:55:05 +0000
committerGreg Clayton <gclayton@apple.com>2014-01-23 22:55:05 +0000
commit1e3be5ba2c1768e535dee98bf4634e3e89b2caef (patch)
tree40e562702ae3bdba6b0e6281f18cebea01f0025a /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
parentbc8911807cfad2844fe43be13530fc7dd76f3d5c (diff)
downloadllvm-1e3be5ba2c1768e535dee98bf4634e3e89b2caef.zip
llvm-1e3be5ba2c1768e535dee98bf4634e3e89b2caef.tar.gz
llvm-1e3be5ba2c1768e535dee98bf4634e3e89b2caef.tar.bz2
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
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp')
0 files changed, 0 insertions, 0 deletions