This revision was automatically updated to reflect the committed changes.
Closed by commit rGca849352936d: Fix lldb-vscode frame id integer overflow
(authored by yinghuitan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156375/new/
https://reviews.
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
We ran into this with a process that had many threads. No easy way to test this
without creating a process with 8K threads.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTIO
yinghuitan created this revision.
yinghuitan added reviewers: clayborg, labath, jingham, jdoerfert, JDevlieghere,
kusmour, GeorgeHuyubo.
Herald added a project: All.
yinghuitan requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This patch fix