You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
232 B

b GLOBAL_FUNCTION
# There are 8 worker threads and each worker will stop twice
# (breakpoint at GlobalFunction() and tool breakpoint). We
# need one more "continue" to cause the process to exit.
#
# 17 = 8*2 + 1
#
c 17 verbose
q