Added the ability to specify dumping options (show types, show location,
depth control, pointer depth, and more) when dumping memory and viewing as a type. llvm-svn: 130436
Showing
- lldb/include/lldb/Core/ValueObject.h 4 additions, 2 deletionslldb/include/lldb/Core/ValueObject.h
- lldb/include/lldb/Interpreter/Args.h 3 additions, 1 deletionlldb/include/lldb/Interpreter/Args.h
- lldb/include/lldb/Interpreter/NamedOptionValue.h 48 additions, 16 deletionslldb/include/lldb/Interpreter/NamedOptionValue.h
- lldb/include/lldb/Interpreter/OptionGroupFormat.h 9 additions, 2 deletionslldb/include/lldb/Interpreter/OptionGroupFormat.h
- lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h 0 additions, 1 deletion.../include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
- lldb/source/Commands/CommandObjectExpression.cpp 1 addition, 1 deletionlldb/source/Commands/CommandObjectExpression.cpp
- lldb/source/Commands/CommandObjectFrame.cpp 1 addition, 1 deletionlldb/source/Commands/CommandObjectFrame.cpp
- lldb/source/Commands/CommandObjectMemory.cpp 135 additions, 240 deletionslldb/source/Commands/CommandObjectMemory.cpp
- lldb/source/Commands/CommandObjectRegister.cpp 1 addition, 1 deletionlldb/source/Commands/CommandObjectRegister.cpp
- lldb/source/Core/DataExtractor.cpp 11 additions, 15 deletionslldb/source/Core/DataExtractor.cpp
- lldb/source/Core/ValueObject.cpp 4 additions, 3 deletionslldb/source/Core/ValueObject.cpp
- lldb/source/Interpreter/Args.cpp 50 additions, 26 deletionslldb/source/Interpreter/Args.cpp
- lldb/source/Interpreter/NamedOptionValue.cpp 4 additions, 1 deletionlldb/source/Interpreter/NamedOptionValue.cpp
- lldb/source/Interpreter/OptionGroupFormat.cpp 10 additions, 4 deletionslldb/source/Interpreter/OptionGroupFormat.cpp
- lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp 11 additions, 14 deletionslldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
Loading
Please register or sign in to comment