[all-commits] [llvm/llvm-project] 432241: [lldb][NFC] Use a StringRef for AddRegexCommand::A...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Jul 27 05:37:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 432241955e032fba3d8b584ee6388212909bee9b
      https://github.com/llvm/llvm-project/commit/432241955e032fba3d8b584ee6388212909bee9b
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObjectRegexCommand.cpp

  Log Message:
  -----------
  [lldb][NFC] Use a StringRef for AddRegexCommand::AddRegexCommand parameters

Summary: This way we can get rid of this 1024 char buffer workaround.

Reviewers: #lldb, labath

Reviewed By: labath

Subscribers: JDevlieghere

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




More information about the All-commits mailing list