[all-commits] [llvm/llvm-project] a2681c: Don't push null ExecutionContext on CommandInterp ...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Tue Apr 26 18:32:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2681c43308c5d1748a7ade4df5188972a3dd8aa
https://github.com/llvm/llvm-project/commit/a2681c43308c5d1748a7ade4df5188972a3dd8aa
Author: Jason Molenda <jason at molenda.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M lldb/source/Interpreter/CommandInterpreter.cpp
Log Message:
-----------
Don't push null ExecutionContext on CommandInterp exectx stack
The driver can push a null ExecutionContext on to this stack,
and later calls to SBCommandInterpreter::HandleCommand which
don't specify an ExecutionContext can pull an entry from the
stack, resulting in settings that aren't applied.
Differential Revision: https://reviews.llvm.org/D111209
rdar://81489207
More information about the All-commits
mailing list