1prepare_target -wait 2D // delete all breakpoints 3b thread_1_entry#11 // set a breakpoint in the thread_0 loop 4c // continue 5wait -stop // wait until stopped 6p /x thread_0_counter 7p /x thread_1_counter 8p /x thread_2_counter 9p /x thread_3_counter 10p /x thread_4_counter 11p /x thread_5_counter 12p /x thread_6_counter 13p /x thread_7_counter 14cb @200 15p /x thread_0_counter 16p /x thread_1_counter 17p /x thread_2_counter 18p /x thread_3_counter 19p /x thread_4_counter 20p /x thread_5_counter 21p /x thread_6_counter 22p /x thread_7_counter 23savedebugpane cmd test.log 24quit force // exit unconditionally 25