Searched defs:setup_command_definition (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/test/API/commands/command/script/add/ | ||
H A D | test_commands.py | 128 def setup_command_definition(self): member in OneArgCommandNoOptions |
/llvm-project/lldb/examples/python/ | ||
H A D | cmdtemplate.py | 28 def setup_command_definition(self): global() member in FrameStatCommand |
/llvm-project/lldb/examples/python/templates/ | ||
H A D | parsed_cmd.py | 339 def setup_command_definition(self): global() member in ParsedCommand |