File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/API/python_api/sbprogress Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1952,7 +1952,8 @@ lldb::thread_result_t Debugger::DefaultEventHandler() {
19521952 listener_sp->StartListeningForEvents (
19531953 &m_broadcaster, lldb::eBroadcastBitProgress | lldb::eBroadcastBitWarning |
19541954 lldb::eBroadcastBitError |
1955- lldb::eBroadcastSymbolChange);
1955+ lldb::eBroadcastSymbolChange |
1956+ lldb::eBroadcastBitExternalProgress);
19561957
19571958 // Let the thread that spawned us know that we have started up and that we
19581959 // are now listening to all required events so no events get missed
Original file line number Diff line number Diff line change 55
66
77class SBProgressTestCase (TestBase ):
8-
98 def test_with_external_bit_set (self ):
109 """Test SBProgress events are listened to when the external bit is set."""
1110
You can’t perform that action at this time.
0 commit comments