[Lldb-commits] [PATCH] D81119: [lldb] Fix SLEB128 decoding

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 3 14:20:46 PDT 2020


jankratochvil created this revision.
jankratochvil added reviewers: dblaikie, davide.
jankratochvil added a project: LLDB.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
jankratochvil retitled this revision from "Fix SLEB128 decoding" to "[lldb] Fix SLEB128 decoding".
davide added reviewers: clayborg, labath.
davide added a comment.

Greg & Pavel might have opinions on this patch. I'm not qualified to review it.


Bug 46181 <https://bugs.llvm.org/show_bug.cgi?id=46181> shows SLEB128 `0xED9A924C00011151` decoded as `0xffffffff80011151`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81119

Files:
  lldb/source/Utility/DataExtractor.cpp
  lldb/test/Shell/SymbolFile/DWARF/dwarf-sleb128.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81119.268298.patch
Type: text/x-patch
Size: 8682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200603/179081cb/attachment.bin>


More information about the lldb-commits mailing list