The refactor was motivated by some comments that Greg made
http://reviews.llvm.org/D6918
Details
Details
- Reviewers
clayborg
Diff Detail
Diff Detail
Paths
| Differential D6992
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ ClosedPublic Authored by vharron on Jan 14 2015, 7:06 PM.
Details
Summary The refactor was motivated by some comments that Greg made
Diff Detail Event Timelinevharron updated this object. This revision is now accepted and ready to land.Jan 14 2015, 7:20 PM
Revision Contents
Diff 18209 include/lldb/Host/StringConvert.h
include/lldb/Interpreter/Args.h
lldb.xcodeproj/project.pbxproj
source/Commands/CommandObjectBreakpoint.cpp
source/Commands/CommandObjectDisassemble.cpp
source/Commands/CommandObjectExpression.cpp
source/Commands/CommandObjectFrame.cpp
source/Commands/CommandObjectLog.cpp
source/Commands/CommandObjectMemory.cpp
source/Commands/CommandObjectPlatform.cpp
source/Commands/CommandObjectProcess.cpp
source/Commands/CommandObjectSource.cpp
source/Commands/CommandObjectTarget.cpp
source/Commands/CommandObjectThread.cpp
source/Commands/CommandObjectWatchpoint.cpp
source/Core/RegisterValue.cpp
source/Core/Scalar.cpp
source/Host/CMakeLists.txt
source/Host/common/Socket.cpp
source/Host/common/StringConvert.cpp
source/Host/posix/ConnectionFileDescriptorPosix.cpp
source/Interpreter/Args.cpp
source/Interpreter/CommandHistory.cpp
source/Interpreter/OptionGroupValueObjectDisplay.cpp
source/Interpreter/OptionValueArray.cpp
source/Interpreter/OptionValueFileSpecLIst.cpp
source/Interpreter/OptionValuePathMappings.cpp
source/Interpreter/OptionValueSInt64.cpp
source/Interpreter/OptionValueUInt64.cpp
source/Interpreter/Property.cpp
source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
source/Symbol/SymbolContext.cpp
source/Target/UnixSignals.cpp
tools/lldb-gdbserver/lldb-gdbserver.cpp
|