[lldb] Replace the LEB128 decoding logic in LLDB's DataExtractor with calls to LLVM...
authorRaphael Isemann <teemperor@gmail.com>
Wed, 10 Jun 2020 14:34:54 +0000 (16:34 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 10 Jun 2020 14:35:09 +0000 (16:35 +0200)
commitbb9d93f4d5934259fa2a55aabfda89e631e02037
tree2e08982a8f4abb7c226a217dca92927605e9eb38
parent28947bc23c78bd43606201dc42b2b624f47a97b6
[lldb] Replace the LEB128 decoding logic in LLDB's DataExtractor with calls to LLVM's LEB128 implementation

Reviewers: labath, JDevlieghere

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D81453
lldb/source/Utility/DataExtractor.cpp