[all-commits] [llvm/llvm-project] 476f52: [lldb] Fix SLEB128 decoding
Jan Kratochvil via All-commits
all-commits at lists.llvm.org
Thu Jun 4 10:42:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 476f520a0bd29d74f559ea1151ac8d0b428d9150
https://github.com/llvm/llvm-project/commit/476f520a0bd29d74f559ea1151ac8d0b428d9150
Author: Jan Kratochvil <jan.kratochvil at redhat.com>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M lldb/source/Utility/DataExtractor.cpp
A lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s
M lldb/unittests/Utility/DataExtractorTest.cpp
Log Message:
-----------
[lldb] Fix SLEB128 decoding
Bug 46181 shows SLEB128 0xED9A924C00011151 decoded as 0xffffffff80011151.
LLDB show a wrong value for function argument
https://bugs.llvm.org/show_bug.cgi?id=46181
Differential Revision: https://reviews.llvm.org/D81119
More information about the All-commits
mailing list