[Lldb-commits] [PATCH] D120101: [lldb] Fix (unintentional) recursion in CommandObjectRegexCommand

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 21 09:28:32 PST 2022


JDevlieghere updated this revision to Diff 410326.
JDevlieghere marked 2 inline comments as done.
JDevlieghere added a comment.

- Allow using `%0`
- Return an error when using an out of range index


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120101/new/

https://reviews.llvm.org/D120101

Files:
  lldb/include/lldb/Interpreter/CommandReturnObject.h
  lldb/source/Commands/CommandObjectRegexCommand.cpp
  lldb/source/Commands/CommandObjectRegexCommand.h
  lldb/source/Interpreter/CommandReturnObject.cpp
  lldb/unittests/Interpreter/CMakeLists.txt
  lldb/unittests/Interpreter/TestRegexCommand.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120101.410326.patch
Type: text/x-patch
Size: 9425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220221/7ba0b22c/attachment-0001.bin>


More information about the lldb-commits mailing list