summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Progress.cpp
AgeCommit message (Expand)Author
2025-01-06[LLDB] Add external progress bit category (#120171)Jacob Lalonde
2024-12-16[lldb] Add ability to rate-limit progress reports (#119377)Pavel Labath
2024-10-15[lldb] Avoid repeated hash lookups (NFC) (#112471)Kazu Hirata
2024-09-13[lldb] Emit signpost intervals for progress events (NFC) (#108498)Jonas Devlieghere
2024-08-07[lldb] Make sure that a `Progress` "completed" update is always reported at d...royitaqi
2024-05-09[lldb][enums] Remove broadcast bits from debugger (#91618)Chelsea Cassanova
2024-03-26[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere
2024-03-25Revert "[lldb] Implement coalescing of disjoint progress events (#84854)"Jonas Devlieghere
2024-03-25[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere
2024-03-07[lldb] Don't report all progress event as completed. (#84281)Jonas Devlieghere
2024-03-01[lldb][progress] Hook up new broadcast bit and progress manager (#83069)Chelsea Cassanova
2024-02-15[lldb][progress] Add progress manager class (#81319)Chelsea Cassanova
2024-01-30[lldb][progress] Correctly check total for deterministic progress (#79912)Chelsea Cassanova
2024-01-16[lldb][Progress] Separate title and details (#77547)Chelsea Cassanova
2023-11-28[lldb][progress] Always report progress upon Progress object destruction (#73...Chelsea Cassanova
2023-06-16Revert "[lldb] Rate limit progress reports -- different approach [WIP-ish]"Pavel Labath
2023-06-16[lldb] Rate limit progress reports -- different approach [WIP-ish]Pavel Labath
2023-02-12[lldb] Add the ability to provide a message to a progress event updateJonas Devlieghere
2021-03-24Add a progress class that can track long running operations in LLDB.Greg Clayton