summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2015-07-17 06:29:57 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2015-07-17 06:29:57 +0000
commit37a5ffaca0ddf95a56da0deead8e01aa943a0aaf (patch)
treee025b092bf3750d4cf8d4746b90ee4530978ea05 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
parent810329490aac73dccabab9aecdb50fade5e10a4f (diff)
downloadbcm5719-llvm-37a5ffaca0ddf95a56da0deead8e01aa943a0aaf.tar.gz
bcm5719-llvm-37a5ffaca0ddf95a56da0deead8e01aa943a0aaf.zip
[asan] Fix invalid debug info for promotable allocas
Since r230724 ("Skip promotable allocas to improve performance at -O0"), there is a regression in the generated debug info for those non-instrumented variables. When inspecting such a variable's value in LLDB, you often get garbage instead of the actual value. ASan instrumentation is inserted before the creation of the non-instrumented alloca. The only allocas that are considered standard stack variables are the ones declared in the first basic-block, but the initial instrumentation setup in the function breaks that invariant. This patch makes sure uninstrumented allocas stay in the first BB. Differential Revision: http://reviews.llvm.org/D11179 llvm-svn: 242510
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud