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() {
1952
1952
listener_sp->StartListeningForEvents (
1953
1953
&m_broadcaster, lldb::eBroadcastBitProgress | lldb::eBroadcastBitWarning |
1954
1954
lldb::eBroadcastBitError |
1955
- lldb::eBroadcastSymbolChange);
1955
+ lldb::eBroadcastSymbolChange |
1956
+ lldb::eBroadcastBitExternalProgress);
1956
1957
1957
1958
// Let the thread that spawned us know that we have started up and that we
1958
1959
// are now listening to all required events so no events get missed
Original file line number Diff line number Diff line change 5
5
6
6
7
7
class SBProgressTestCase (TestBase ):
8
-
9
8
def test_with_external_bit_set (self ):
10
9
"""Test SBProgress events are listened to when the external bit is set."""
11
10
You can’t perform that action at this time.
0 commit comments