summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
diff options
context:
space:
mode:
authorstozer <stephen.tozer@sony.com>2019-12-10 14:33:17 +0000
committerstozer <stephen.tozer@sony.com>2019-12-12 12:28:39 +0000
commite39e2b4a79c6645a85f0aee5b1e9e6d5d917033a (patch)
treeefd75748705ce35df5dae40eaa214823347dbecc /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
parentf70f18014854a333ce27504515bb8aab7c73c6c2 (diff)
downloadbcm5719-llvm-e39e2b4a79c6645a85f0aee5b1e9e6d5d917033a.tar.gz
bcm5719-llvm-e39e2b4a79c6645a85f0aee5b1e9e6d5d917033a.zip
[DebugInfo] Prevent invalid fragments at ISel from dropping debug info
During SelectionDAG, if a value which is associated with a DBG_VALUE needs to be split across multiple registers, the DBG_VALUE will be split into a set of fragment expressions to recreate the original value. If one or more of these fragments cannot be created, they would previously be silently dropped, causing the old debug value to live past its expiry date. This patch fixes this issue by keeping invalid fragments while setting their value as Undef. Differential revision: https://reviews.llvm.org/D70248
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud