summaryrefslogtreecommitdiff
path: root/test/ports/azrtos_test_tx_ghs_cortex_a9.rc
blob: d8e0d4cf2aa69636b89ff1e13e02e088c36e6ba7 (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
prepare_target -wait
D // delete all breakpoints
b thread_1_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
cb @200
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