summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/bktptcmd.py
blob: ac0f753ccd8d561ffeb31ad6811c5fe71a119ab9 (plain)
1
2
3
4
5
from __future__ import print_function
import side_effect

def function(frame, bp_loc, dict):
    side_effect.bktptcmd = "function was here"
OpenPOWER on IntegriCloud