mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 09:26:15 +00:00
16 lines
695 B
Plaintext
16 lines
695 B
Plaintext
# test inferior calls when all threads are in Runnable or Yielding mode
|
|
prog: sleepers
|
|
# We would like to use B-B-B-B- instead of ------B- but this gives
|
|
# too much dependencies to the scheduler fairness.
|
|
args: 1 0 2000000000 ------B-
|
|
vgopts: --tool=memcheck --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcinfcallRU
|
|
# filter_gdb to replace pid and Thread numbers in the output of the program:
|
|
stderr_filter: filter_gdb
|
|
# Disable on Darwin: inferior call rejected as it cannot find malloc.
|
|
prereq: test -e gdb && ! ../tests/os_test darwin
|
|
progB: gdb
|
|
argsB: --quiet -l 60 --nx ./sleepers
|
|
stdinB: mcinfcallRU.stdinB.gdb
|
|
stdoutB_filter: filter_make_empty
|
|
stderrB_filter: filter_make_empty
|