aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/completion/my_test_cmd.py
blob: f1e81493248b274ccbeaf3ab96f4511101cd6dab (plain)
1
2
def my_test_cmd(debugger, command, exe_ctx, result, dict):
    result.Print(command)