[all-commits] [llvm/llvm-project] c24199: [lldb] Always listen for progress events in the de...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Mar 10 12:51:41 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c24199e8e885800147aa98ce2b48b5d830bd51ed
      https://github.com/llvm/llvm-project/commit/c24199e8e885800147aa98ce2b48b5d830bd51ed
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-03-10 (Thu, 10 Mar 2022)

  Changed paths:
    M lldb/source/Core/Debugger.cpp

  Log Message:
  -----------
  [lldb] Always listen for progress events in the default event handler

We came to the conclusion that this doesn't matter for VSCode/Xcode
because they don't use the default event loop and that other clients
who might care should use the setting.

Differential revision: https://reviews.llvm.org/D120972




More information about the All-commits mailing list