diff options
author | James Henderson <james.henderson@sony.com> | 2020-02-19 15:03:01 +0000 |
---|---|---|
committer | James Henderson <james.henderson@sony.com> | 2020-03-09 12:59:43 +0000 |
commit | 8732192bbaf4457ae347912cb0af6dde46ef706a (patch) | |
tree | b0a716454733863d828af25b43ef791e1ee12114 /lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | |
parent | 0cd7a32522ffb93b936e51a95fac4f8f536cfe09 (diff) | |
download | llvm-8732192bbaf4457ae347912cb0af6dde46ef706a.zip llvm-8732192bbaf4457ae347912cb0af6dde46ef706a.tar.gz llvm-8732192bbaf4457ae347912cb0af6dde46ef706a.tar.bz2 |
[DebugInfo] Report unsupported maximum_operations_per_instruction values
This patch adds a check which reports an unsupported value of the
maximum_operations_per_instruction field in a debug line table header.
This is reported once per line table, at most, and only if the tablet
would otherwise need to use it (i.e. never for tables with version 3 or
less, or for tables which don't use DW_LNS_const_add_pc or special
opcodes). Unsupported values are currently any apart from 1.
Reviewed by: probinson, MaskRay
Differential Revision: https://reviews.llvm.org/D74819
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions