llvm-project/lldb/source
Med Ismail Bennani 676576b6f0 [lldb/Plugins] Refactor ScriptedThread register context creation
This patch changes the ScriptedThread class to create the register
context when Process::RefreshStateAfterStop is called rather than
doing it in the thread constructor.

This is required to update the thread state for execution control.

Differential Revision: https://reviews.llvm.org/D112167

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
2021-11-11 00:13:58 +01:00
..
API [lldb] make it easier to find LLDB's python 2021-11-10 10:33:34 -08:00
Breakpoint Add breakpoint resolving stats to each target. 2021-10-27 16:50:11 -07:00
Commands [lldb][NFC] avoid unnecessary roundtrips between different string types 2021-11-01 22:15:01 -07:00
Core [lldb] Remove ConstString from plugin names in PluginManager innards 2021-11-03 13:14:21 +01:00
DataFormatters [lldb/Formatters] Remove space from vector type string summaries (NFCI) 2021-10-22 21:18:54 +02:00
Expression [lldb, mlir] Migrate from getNumArgOperands and arg_operands (NFC) 2021-10-07 08:29:42 -07:00
Host [lldb] [Host/Terminal] Fix warnings with termios disabled 2021-10-29 09:58:09 +02:00
Initialization [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Interpreter [lldb] make it easier to find LLDB's python 2021-11-10 10:33:34 -08:00
Plugins [lldb/Plugins] Refactor ScriptedThread register context creation 2021-11-11 00:13:58 +01:00
Symbol [LLDB][Breakpad] Make lldb understand INLINE and INLINE_ORIGIN records in breakpad. 2021-11-10 11:20:32 -08:00
Target [lldb] Fix cross-platform kills 2021-11-09 15:31:07 +01:00
Utility [lldb] Use is_style_posix() for path style checks 2021-11-05 21:50:45 +02:00
CMakeLists.txt [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR throughout the project 2021-09-16 18:29:57 +02:00
lldb.cpp [lldb] Reinstate support for LLDB_VERSION_STRING 2021-02-22 16:56:00 -08:00