7 lines
233 B
Text
7 lines
233 B
Text
file a.out
|
|
breakpoint set -n c
|
|
#script import sys, os
|
|
#script sys.path.append(os.path.join(os.getcwd(), os.pardir))
|
|
command script import -r conditional_break.py
|
|
breakpoint command add 1 -F "conditional_break.stop_if_called_from_a"
|
|
|