[Lldb-commits] [PATCH] D146590: [lldb] Update some uses of Python2 API in typemaps.

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 21 18:10:37 PDT 2023


bulbazord added a comment.

> `lldb -o "script data=lldb.SBData(); data.SetDataFromUInt64Array([2**63])"`

Just tried this, didn't crash LLDB but it does give me the OverflowError you mentioned.

Either way, this is probably okay? What do you think @mib?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146590



More information about the lldb-commits mailing list