This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 61cbe6def Finish revert of r354706 new 2678767f9 [lldb-mi] Check raw pointers before passing them to std::stri [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: tools/lldb-mi/MICmdCmdMiscellanous.cpp | 4 +++- tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp | 8 +++---- tools/lldb-mi/MICmnLLDBDebugger.cpp | 5 +++-- tools/lldb-mi/MICmnMIOutOfBandRecord.cpp | 6 ++++-- tools/lldb-mi/MICmnMIResultRecord.cpp | 3 ++- tools/lldb-mi/MIDriverMgr.cpp | 3 ++- tools/lldb-mi/MIUtilString.cpp | 22 +++++++++---------- tools/lldb-mi/MIUtilString.h | 3 +++ unittests/tools/CMakeLists.txt | 1 + unittests/tools/lldb-mi/CMakeLists.txt | 2 ++ unittests/tools/lldb-mi/utils/CMakeLists.txt | 12 +++++++++++ unittests/tools/lldb-mi/utils/StringTest.cpp | 32 ++++++++++++++++++++++++++++ 12 files changed, 78 insertions(+), 23 deletions(-) create mode 100644 unittests/tools/lldb-mi/CMakeLists.txt create mode 100644 unittests/tools/lldb-mi/utils/CMakeLists.txt create mode 100644 unittests/tools/lldb-mi/utils/StringTest.cpp