aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/command/language/commands.py
blob: e4215317f3c3e03e1fa68aee176c4975d3ca65e0 (plain)
1
2
3
4
5
6
import lldb


@lldb.command("tagged-pointer-collision")
def noop(dbg, cmdstr, ctx, result, _):
    print("ran tagged-pointer-collision", file=result)