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.
17 lines
444 B
17 lines
444 B
b thread start
|
|
b thread exit
|
|
b GLOBAL_FUNCTION
|
|
|
|
# There are 8 worker threads and each worker will stop 4 times
|
|
# (thread-start, breakpoint at GlobalFunction(), tool breakpoint,
|
|
# and thread-exit). We need one more "continue" to cause the
|
|
# process to exit. It's likely that multiple breakpoints will
|
|
# happen simultaneously, so we probably won't need to continue
|
|
# this many times, but it's an upper bound.
|
|
#
|
|
# 33 = 8*4 + 1
|
|
#
|
|
c 33 verbose
|
|
|
|
q
|