This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 063323cc2 Enable breakpoints and read/write GPRs for ppc64le new 6c90e959c Implement interactive command interruption
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/API/SBCommandInterpreter.h | 2 + include/lldb/Core/IOHandler.h | 3 +- include/lldb/Interpreter/CommandInterpreter.h | 21 +++++ .../test/functionalities/command_source/.lldb | 3 +- .../command_source/{.lldb => commands.txt} | 1 + scripts/interface/SBCommandInterpreter.i | 14 ++-- source/API/SBCommandInterpreter.cpp | 4 + source/Commands/CommandObjectTarget.cpp | 14 ++++ source/Core/Debugger.cpp | 2 +- source/Interpreter/CommandInterpreter.cpp | 98 ++++++++++++++++++---- 10 files changed, 138 insertions(+), 24 deletions(-) copy packages/Python/lldbsuite/test/functionalities/command_source/{.lldb => comma [...]