[all-commits] [llvm/llvm-project] 5c39c3: [lldb] Handle jumping to the end in DW_OP_skip/DW_...
Andy Hippo via All-commits
all-commits at lists.llvm.org
Fri Jul 22 02:23:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c39c31a99525630dfe684fed48292a50fd0c3c9
https://github.com/llvm/llvm-project/commit/5c39c31a99525630dfe684fed48292a50fd0c3c9
Author: Andy Yankovsky <weratt at gmail.com>
Date: 2022-07-22 (Fri, 22 Jul 2022)
Changed paths:
M lldb/source/Expression/DWARFExpression.cpp
M lldb/unittests/Expression/DWARFExpressionTest.cpp
Log Message:
-----------
[lldb] Handle jumping to the end in DW_OP_skip/DW_OP_bra
DW_OP_skip/DW_OP_bra can move offset to the end of the data, which means that this was the last instruction to execute and the interpreter should terminate.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D130285
More information about the All-commits
mailing list