llvm-project/lldb
Jason Molenda a2681c4330 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
2022-04-26 18:32:18 -07:00
..
bindings
cmake
docs Introduce new symbol on-demand for debug info 2022-04-26 10:42:06 -07:00
examples
include/lldb Introduce new symbol on-demand for debug info 2022-04-26 10:42:06 -07:00
packages/Python/lldbsuite [LLDB] Update inspect getargspec to getfullargspec 2022-04-21 01:33:26 +05:00
resources
scripts
source Don't push null ExecutionContext on CommandInterp exectx stack 2022-04-26 18:32:18 -07:00
test Fix missing import for test 2022-04-26 16:40:45 -07:00
third_party/Python/module
tools [debugserver ] Un-conditionalize use of libcompression 2022-04-13 14:36:25 -07:00
unittests [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
utils
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py