This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3b70b3478 [lldb][NFC] Test that enabling all log options doesn't crash [...] new 4fc5d43b4 [lldb][NFC] Test 'command delete' new f20cbd79f [lldb] Test 'frame select -r' and fix that INT32_MIN breaks t [...]
The 2 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: .../commands/command/delete/TestCommandDelete.py | 17 ++++++++++ .../select}/Makefile | 0 .../test/commands/frame/select/TestFrameSelect.py | 37 ++++++++++++++++++++++ .../lldbsuite/test/commands/frame/select/main.cpp | 16 ++++++++++ source/Commands/CommandObjectFrame.cpp | 32 +++++++++---------- 5 files changed, 86 insertions(+), 16 deletions(-) create mode 100644 packages/Python/lldbsuite/test/commands/command/delete/TestComm [...] copy packages/Python/lldbsuite/test/commands/{expression/completion-crash-incomple [...] create mode 100644 packages/Python/lldbsuite/test/commands/frame/select/TestFrameS [...] create mode 100644 packages/Python/lldbsuite/test/commands/frame/select/main.cpp