[lldb] Always listen for progress events in the default event handler
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 10 Mar 2022 20:48:46 +0000 (12:48 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 10 Mar 2022 20:51:27 +0000 (12:51 -0800)
commitc24199e8e885800147aa98ce2b48b5d830bd51ed
treee3c83a2f647231038291b1cfbfe6d2a70b9a4e8d
parent5e9c9b324a1f7f904b733852d0a05a43e9783cbb
[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
lldb/source/Core/Debugger.cpp