[lldb] Fix 7b73de9ec2b19df040c919d3004dfbead9b6ac59
authorWalter Erquinigo <wallace@fb.com>
Tue, 10 May 2022 04:12:09 +0000 (21:12 -0700)
committerWalter Erquinigo <wallace@fb.com>
Tue, 10 May 2022 04:12:11 +0000 (21:12 -0700)
commitc4172c751a39313efd9c7588a103482c3648987e
treea85dc5f81a38b4bbd2eb78521b46c89abfe84be1
parent909a2e3c8822f0826234aa320794003c7066fada
[lldb] Fix 7b73de9ec2b19df040c919d3004dfbead9b6ac59

It turns out that the issue in
https://lab.llvm.org/buildbot/#/builders/17/builds/21754 is that a
size_t is attempted to be used interchangeably with uint64_t.
lldb/source/Plugins/Process/Linux/IntelPTSingleBufferTrace.cpp