Home
last modified time | relevance | path

Searched defs:setup_command_definition (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/test/API/commands/command/script/add/
H A Dtest_commands.py128 def setup_command_definition(self): member in OneArgCommandNoOptions
51 def setup_command_definition(self): global() member in NoArgsCommand
156 def setup_command_definition(self): global() member in TwoArgGroupsCommand
/llvm-project/lldb/examples/python/
H A Dcmdtemplate.py28 def setup_command_definition(self): global() member in FrameStatCommand
/llvm-project/lldb/examples/python/templates/
H A Dparsed_cmd.py339 def setup_command_definition(self): global() member in ParsedCommand