We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247e233 commit 01e652eCopy full SHA for 01e652e
debug/gdbserver.py
@@ -1913,8 +1913,8 @@ def test(self):
1913
bp = self.gdb.b("vTaskStartScheduler")
1914
self.gdb.c()
1915
self.gdb.command(f"delete {bp}")
1916
- # 'Current Execution' is still there before the scheduler has been started.
1917
- # Now there are 3 threads: Current Execution, Rx, Tx.
+ # 'Current Execution' is still there before the scheduler has been
+ # started. Now there are 3 threads: Current Execution, Rx, Tx.
1918
threads = self.gdb.threads()
1919
assertEqual(len(threads), 3)
1920
0 commit comments