hanchenye-llvm-project/lldb/test/functionalities/conditional_break/.lldb

8 lines
233 B
Plaintext

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"