[Lldb-commits] [PATCH] D126789: Stop regex commands from double entry into the history
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 3 11:26:19 PDT 2022
jingham 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.
----------------
clayborg wrote:
> Is this comment out of date now? It mentions passing in "true"?
No, that comment has to do with the Interpreter's ExecutionContext, not the history state.
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