1set pagination off
2target remote :3333
3
4mon reset halt
5flushregs
6
7b app_main
8commands
9mon esp sysview start file:///tmp/sysview_example.svdat
10# For dual-core mode uncomment the line below and comment the line above
11# mon esp sysview start file:///tmp/sysview_example0.svdat file:///tmp/sysview_example1.svdat
12c
13end
14
15c
16