[all-commits] [llvm/llvm-project] 5e0ee1: [lldb] Make repeat commands work for regex commands

Dave Lee via All-commits all-commits at lists.llvm.org
Wed Mar 8 16:22:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e0ee1b395fa6fca9f23f278885c5949277de666
      https://github.com/llvm/llvm-project/commit/5e0ee1b395fa6fca9f23f278885c5949277de666
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/source/Commands/CommandObjectRegexCommand.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    A lldb/test/API/functionalities/alias/TestBtAliasRepeat.py

  Log Message:
  -----------
  [lldb] Make repeat commands work for regex commands

Fix logic for repeat commands, so that regex commands (specificially `bt`) are
given the opportunity to provide a repeat command.

rdar://104562616

Differential Revision: https://reviews.llvm.org/D143695




More information about the All-commits mailing list