diff options
| author | Jason Molenda <jason@molenda.com> | 2022-04-26 18:30:18 -0700 |
|---|---|---|
| committer | Jason Molenda <jason@molenda.com> | 2022-04-26 18:32:18 -0700 |
| commit | a2681c43308c5d1748a7ade4df5188972a3dd8aa (patch) | |
| tree | 344a05feada9929880cc4e010cc9943a76259629 /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | 8dc8e59eba4930980fa42232dbcafa969f79477a (diff) | |
| download | llvm-a2681c43308c5d1748a7ade4df5188972a3dd8aa.zip llvm-a2681c43308c5d1748a7ade4df5188972a3dd8aa.tar.gz llvm-a2681c43308c5d1748a7ade4df5188972a3dd8aa.tar.bz2 | |
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
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
