summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-10-10 13:23:09 +0000
committerPavel Labath <pavel@labath.sk>2019-10-10 13:23:09 +0000
commit5070322332441beb04951e22c1972f3e0113d47e (patch)
tree254f985abdafc6743ce82293415bae343d2d3bb1 /lldb/packages/Python/lldbsuite/test/python_api
parentc8c71e6f7620bf2d4919011f0f1779f1f23040c4 (diff)
downloadbcm5719-llvm-5070322332441beb04951e22c1972f3e0113d47e.tar.gz
bcm5719-llvm-5070322332441beb04951e22c1972f3e0113d47e.zip
Fix the unwinding plan augmentation from x86 assembly
Unwind plan augmentation should compute the plan row at offset x from the instruction before offset x, but currently we compute it from the instruction at offset x. Note that this behavior is a regression introduced when moving the x86 assembly inspection engine to its own file (https://github.com/llvm/llvm-project/commit/1c9858b298d79ce82c45a2954096718b39550109#diff-375a2be066db6f34bb9a71442c9b71fcL913); the original version handled this properly by copying the previous instruction out before advancing the instruction pointer. The relevant bug with more info is here: https://bugs.llvm.org/show_bug.cgi?id=43561 Differential Revision: https://reviews.llvm.org/D68454 Patch by Jaroslav Sevcik <jarin@google.com>. llvm-svn: 374342
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud