[all-commits] [llvm/llvm-project] be3f8a: [commands] Support autorepeat in SBCommands
walter erquinigo via All-commits
all-commits at lists.llvm.org
Wed Apr 8 10:59:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: be3f8a8e1b95db1a8bdcc7a66ba27f8a6ea65469
https://github.com/llvm/llvm-project/commit/be3f8a8e1b95db1a8bdcc7a66ba27f8a6ea65469
Author: Walter Erquinigo <wallace at fb.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M lldb/include/lldb/API/SBCommandInterpreter.h
M lldb/source/API/SBCommandInterpreter.cpp
A lldb/unittests/API/CMakeLists.txt
A lldb/unittests/API/TestSBCommandInterpreterTest.cpp
M lldb/unittests/CMakeLists.txt
Log Message:
-----------
[commands] Support autorepeat in SBCommands
Summary:
This adds support for commands created through the API to support autorepeat.
This covers the case of single word and multiword commands.
Comprehensive tests are included as well.
Reviewers: labath, clayborg
Subscribers: lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D77444
More information about the All-commits
mailing list