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

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 3 16:03:45 PDT 2020


clayborg added a comment.

Seems like it would be easier to add a unit test to lldb/unittests/Utility/DataExtractorTest.cpp. Then you can verify any edge case without having to make DWARF in a .s file?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81119/new/

https://reviews.llvm.org/D81119





More information about the lldb-commits mailing list