blob: 6774cfc7e89f2eee7063598fc0eb73dad577a984 [file] [log] [blame]
file a.out
breakpoint set -n c
script import sys, os
script sys.path.append(os.path.join(os.getcwd(), os.pardir))
script import conditional_break
breakpoint command add -s python 1 -o "conditional_break.stop_if_called_from_a()"