summaryrefslogtreecommitdiff
path: root/test/ports/azrtos_test_tx_ghs_cortex_m7.rc
blob: 5d60bf14e5d1c33d5ea05900ea76da8275b6f94f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
prepare_target -wait
D // delete all breakpoints
b thread_0_entry#11 // set a breakpoint in the thread_0 loop
c // continue
wait -stop // wait until stopped
p /x thread_0_counter
p /x thread_1_counter
p /x thread_2_counter
p /x thread_3_counter
p /x thread_4_counter
p /x thread_5_counter
p /x thread_6_counter
p /x thread_7_counter
c
wait -stop
c
wait -stop
c
wait -stop
c
wait -stop
c
wait -stop
p /x thread_0_counter
p /x thread_1_counter
p /x thread_2_counter
p /x thread_3_counter
p /x thread_4_counter
p /x thread_5_counter
p /x thread_6_counter
p /x thread_7_counter
savedebugpane cmd test.log
quit force // exit unconditionally