[all-commits] [llvm/llvm-project] 774c22: [LLDB] Add external progress bit category (#120171)

Jacob Lalonde via All-commits all-commits at lists.llvm.org
Mon Jan 6 12:49:37 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 774c22686330f3ca43e48a1b8076eb30ae03dbd8
      https://github.com/llvm/llvm-project/commit/774c22686330f3ca43e48a1b8076eb30ae03dbd8
  Author: Jacob Lalonde <jalalonde at fb.com>
  Date:   2025-01-06 (Mon, 06 Jan 2025)

  Changed paths:
    M lldb/include/lldb/Core/Progress.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/source/Core/Progress.cpp
    M lldb/unittests/Core/ProgressReportTest.cpp

  Log Message:
  -----------
  [LLDB] Add external progress bit category (#120171)

As feedback on #119052, it was recommended I add a new bit to delineate
internal and external progress events. This patch adds this new
category, and sets up Progress.h to support external events via
SBProgress.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list