diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-03-31 08:29:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-31 08:29:20 -0700 |
commit | 799e9053641a6478d3144866a97737b37b87c260 (patch) | |
tree | e22842274ffdd406fcca0d680d2897147eb02724 /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | bd862a459d75ef137235853c994dea97a0bc7794 (diff) | |
download | llvm-799e9053641a6478d3144866a97737b37b87c260.zip llvm-799e9053641a6478d3144866a97737b37b87c260.tar.gz llvm-799e9053641a6478d3144866a97737b37b87c260.tar.bz2 |
[lldb] Create a default rate limit constant in Progress (NFC) (#133506)
In #133211, Greg suggested making the rate limit configurable through a
setting. Although adding the setting is easy, the two places where we
currently use rate limiting aren't tied to a particular debugger.
Although it'd be possible to hook up, given how few progress events
currently implement rate limiting, I don't think it's worth threading
this through, if that's even possible.
I still think it's a good idea to be consistent and make it easy to pick
the same rate limiting value, so I've moved it into a constant in the
Progress class.
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions