diff options
author | James Henderson <james.henderson@sony.com> | 2020-02-25 16:07:16 +0000 |
---|---|---|
committer | James Henderson <james.henderson@sony.com> | 2020-03-09 12:59:44 +0000 |
commit | 684d6fdee208a1fa12e9cbe0a45f3c5b4b575ad7 (patch) | |
tree | 81d53ed1eee585c031d4d498e72daf4e177b3a4b /lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | |
parent | 6e0c9e46967e1dc701a8be66c5fd250c78d9a73e (diff) | |
download | llvm-684d6fdee208a1fa12e9cbe0a45f3c5b4b575ad7.zip llvm-684d6fdee208a1fa12e9cbe0a45f3c5b4b575ad7.tar.gz llvm-684d6fdee208a1fa12e9cbe0a45f3c5b4b575ad7.tar.bz2 |
[DebugInfo] Add check for .debug_line minimum_instruction_length of 0
If the minimum_instruction_length of a debug line program is 0, no
address advancing via special opcodes, DW_LNS_const_add_pc, and
DW_LNS_advance_pc can occur, since the minimum_instruction_length is
used in a multiplication. This patch adds a warning reporting when this
issue occurs.
Reviewed by: probinson
Differential Revision: https://reviews.llvm.org/D75189
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions