llvm-capstone/lldb/examples
Greg Clayton ef115de629 Update cmdtemplate.py to use best pratices.
Fixes include:
- fix all lint errors
- add code that will automatically register and LLDB command classes by detecting the classes and any classes that have a "register_lldb_command" function
  - automatically fill in the correct module name when registering commands
  - automatically fill in the class name when registering command

llvm-svn: 335401
2018-06-22 23:34:24 +00:00
..
customization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
darwin/heap_find Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
functions *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
interposing/darwin/fd_interposing *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lookup *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
plugins/commands *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
python Update cmdtemplate.py to use best pratices. 2018-06-22 23:34:24 +00:00
scripting *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
summaries *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
synthetic Update tuple/list/deque data formatters to work with newest libc++ 2017-11-07 22:17:29 +00:00
test