This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from bf8d31f Fix the last commit; compression was being enabled on mac nat [...] new 0945e65 Add format_provider for lldb::StateType
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: include/lldb/Core/State.h | 14 ++++++++++---- source/Core/State.cpp | 5 +---- source/Plugins/Process/Linux/NativeProcessLinux.cpp | 10 +++++----- unittests/Core/CMakeLists.txt | 1 + unittests/Core/StateTest.cpp | 21 +++++++++++++++++++++ 5 files changed, 38 insertions(+), 13 deletions(-) create mode 100644 unittests/Core/StateTest.cpp