aboutsummaryrefslogtreecommitdiff
path: root/tools/output_gc_until_repl.txt
blob: 28fb2921982aa49550ca9787212efb3155a3919c (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
tar ext :2331
monitor reset
set width 0
set height 0
set verbose off
set logging file mylog.txt
set logging overwrite on
set logging redirect on
set logging on
set remote hardware-breakpoint-limit 4

# gc log
break gc.c:110
commands
backtrace
p/x start_block
p/x length
continue
end

break mp_hal_stdin_rx_chr

continue

delete

disconnect
quit