[Lldb-commits] [PATCH] D126789: Stop regex commands from double entry into the history

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 1 21:52:10 PDT 2022


clayborg added inline comments.


================
Comment at: lldb/source/Commands/CommandObjectRegexCommand.cpp:74-76
       // Pass in true for "no context switching".  The command that called us
       // should have set up the context appropriately, we shouldn't have to
       // redo that.
----------------
Is this comment out of date now? It mentions passing in "true"?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126789



More information about the lldb-commits mailing list