Searched refs:command_function (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/test/Shell/Commands/CommandScriptImmediateOutput/Inputs/ |
D | custom_command.py | 10 def command_function(debugger, command, exe_ctx, result, internal_dict): function
|
/external/llvm-project/lldb/test/Shell/Commands/CommandScriptImmediateOutput/ |
D | CommandScriptImmediateOutputConsole.test | 6 # RUN: -o 'command script add -f custom_command.command_function mycommand' \
|
/external/python/parse_type/bin/ |
D | toxcmd.py | 244 command_function = options.func 245 return command_function(options)
|
/external/llvm-project/lldb/docs/use/ |
D | python-reference.rst | 486 def command_function(debugger, command, result, internal_dict): 493 def command_function(debugger, command, result, internal_dict): 507 def command_function(debugger, command, exe_ctx, result, internal_dict):
|