[Lldb-commits] [PATCH] D77444: [commands] Support autorepeat in SBCommands

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 3 17:21:55 PDT 2020


wallace created this revision.
wallace added reviewers: labath, clayborg.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77444

Files:
  lldb/include/lldb/API/SBCommandInterpreter.h
  lldb/source/API/SBCommandInterpreter.cpp
  lldb/test/API/api/auto-repeat-command/Makefile
  lldb/test/API/api/auto-repeat-command/TestSBCommandAutoRepeat.py
  lldb/test/API/api/auto-repeat-command/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77444.254965.patch
Type: text/x-patch
Size: 17396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200404/a7cf7820/attachment-0001.bin>


More information about the lldb-commits mailing list