1 file a.out 2 breakpoint set -n c 3 #script import sys, os 4 #script sys.path.append(os.path.join(os.getcwd(), os.pardir)) 5 command script import -r conditional_break.py 6 breakpoint command add 1 -F "conditional_break.stop_if_called_from_a" 7 8