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

8 lines
222 B
Plaintext

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 -p 1 -o "conditional_break.stop_if_called_from_a()"