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