| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring: replace a bunch of static array size computation or hardcoded ↵ | Johnny Chen | 2011-09-10 | 1 | -3/+3 |
| | | | | | | | | | constant with a template function 'arraysize(static_array)', defined in Utils.h. llvm-svn: 139444 | ||||
| * | Headers have been moved to /includes/lldb/Interpreter. This patch | Johnny Chen | 2011-05-13 | 1 | -1/+1 |
| | | | | | | | | | reflects this change. Marco Minutoli <mminutoli@gmail.com> llvm-svn: 131306 | ||||
| * | Added the ability to specify dumping options (show types, show location, | Greg Clayton | 2011-04-28 | 1 | -4/+10 |
| | | | | | | | | depth control, pointer depth, and more) when dumping memory and viewing as a type. llvm-svn: 130436 | ||||
| * | Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added | Greg Clayton | 2011-04-27 | 1 | -0/+75 |
| new OptionGroup subclasses for: - output file for use with options: long opts: --outfile <path> --append--output short opts: -o <path> -A - format for use with options: long opts: --format <format> - variable object display controls for depth, pointer depth, wether to show types, show summary, show location, flat output, use objc "po" style summary. Modified ValueObjectMemory to be able to be created either with a TypeSP or a ClangASTType. Switched "memory read" over to use OptionGroup subclasses: one for the outfile options, one for the command specific options, and one for the format. llvm-svn: 130334 | |||||

