llvm-capstone/lldb
Med Ismail Bennani b1256f2345 [lldb/Interpreter] Introduce ScriptedPlatform{,Python}Interface
This patch introduces both the ScriptedPlatformInterface and the
ScriptedPlatformPythonInterface. As the name suggests, these calls will
be used to call into the Scripted Platform python implementation from
the C++ Scripted Platform plugin instance.

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

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
2023-01-12 12:49:05 -08:00
..
bindings [lldb] Add ScriptedPlatform python implementation 2023-01-12 12:49:05 -08:00
cmake [lldb] Remove tools copied into LLDB.framework before install 2023-01-10 11:22:47 -08:00
docs [lldb] Add lldb-server targets to build docs 2023-01-12 12:34:58 +00:00
examples [lldb] Add ScriptedPlatform python implementation 2023-01-12 12:49:05 -08:00
include/lldb [lldb/Interpreter] Introduce ScriptedPlatform{,Python}Interface 2023-01-12 12:49:05 -08:00
packages/Python/lldbsuite Report which modules have forcefully completed types in statistics. 2022-11-30 21:22:27 -08:00
resources
scripts
source [lldb/Interpreter] Introduce ScriptedPlatform{,Python}Interface 2023-01-12 12:49:05 -08:00
test [lldb] Add ScriptedPlatform python implementation 2023-01-12 12:49:05 -08:00
third_party/Python/module [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
tools [OptTable] Precompute OptTable prefixes union table through tablegen 2023-01-12 12:08:06 +01:00
unittests [lldb] Add ScriptedPlatform python implementation 2023-01-12 12:49:05 -08:00
utils [lldb] [utils] Fix linking lit-cpuid to LLVM dylib 2022-12-26 19:03:25 +01:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt [CMake] Warn when the version is older than 3.20.0. 2022-12-11 20:19:46 +01:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py