llvm-project/lldb/source
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
..
API [lldb] Remove the global platform list 2022-04-13 14:41:13 +02:00
Breakpoint [lldb] Silence GCC warnings about missing returns after fully covered switches. NFC. 2022-04-06 22:50:07 +03:00
Commands [trace][intel pt] Support events 2022-04-25 19:01:23 -07:00
Core Introduce new symbol on-demand for debug info 2022-04-26 10:42:06 -07:00
DataFormatters [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
Expression [lldb] Don't report progress in the REPL 2022-04-11 13:06:40 -07:00
Host [lldb] Update reinterpret_cast in linux/Host.cpp 2022-04-05 13:52:07 -07:00
Initialization [lldb] Remove FileSystem::Initialize from FileCollector 2022-03-03 13:22:38 -08:00
Interpreter Don't push null ExecutionContext on CommandInterp exectx stack 2022-04-26 18:32:18 -07:00
Plugins Introduce new symbol on-demand for debug info 2022-04-26 10:42:06 -07:00
Symbol Introduce new symbol on-demand for debug info 2022-04-26 10:42:06 -07:00
Target Introduce new symbol on-demand for debug info 2022-04-26 10:42:06 -07:00
Utility Introduce new symbol on-demand for debug info 2022-04-26 10:42:06 -07:00
Version [lldb] Fix LLDB_FULL_VERSION_STRING 2022-01-19 14:20:22 -08:00
CMakeLists.txt [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00