This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4ee899f87 [CMake] Remove EmulateInstructionMIPS dependency on Interpreter new 638799918 [CommandObjectCommands] Honor stop-command-source-on-error new cb0aaab99 [test] Convert TestWatchpointSetErrorCases.py to lit
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: lit/Commands/command-source.test | 12 ++++ lit/Watchpoint/Inputs/main.cpp | 13 ++++ lit/Watchpoint/SetErrorCases.test | 28 ++++++++ .../TestWatchpointSetErrorCases.py | 74 ---------------------- source/Commands/CommandObjectCommands.cpp | 9 ++- 5 files changed, 60 insertions(+), 76 deletions(-) create mode 100644 lit/Commands/command-source.test create mode 100644 lit/Watchpoint/Inputs/main.cpp create mode 100644 lit/Watchpoint/SetErrorCases.test delete mode 100644 packages/Python/lldbsuite/test/functionalities/watchpoint/watch [...]