diff options
author | Med Ismail Bennani <ismail@bennani.ma> | 2024-08-05 10:43:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-05 10:43:42 -0700 |
commit | 039cfe812c15c8f9e52ddb8cfc183fd8c927dba5 (patch) | |
tree | 7a177e46953b7f6398da6c7b56cd3560175b584f /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | dac9042cc6a4dcb23e85b13232e2b233d55eda57 (diff) | |
download | llvm-039cfe812c15c8f9e52ddb8cfc183fd8c927dba5.zip llvm-039cfe812c15c8f9e52ddb8cfc183fd8c927dba5.tar.gz llvm-039cfe812c15c8f9e52ddb8cfc183fd8c927dba5.tar.bz2 |
[lldb/Target] Rename ThreadPlanPython into ScriptedThreadPlan (#101931)
Following 9a9ec228cdcf, since the ThreadPlanPython class started making
use of the Scripted Interface instead of calling directly into the
python methods, this class can work with other scripting languages (as
long as someone add the interfact for that language ;p).
So it doesn't make sense anymore for it to keep this name and also we
should avoid having language specific related classes outside the plugin
directory.
This patch renames the internal class from `ThreadPlanPython` to
`ScriptedThreadPlan` as its advertised externally, and also updates the
various log messages.
This should hopefully make the codebase more coherent.
Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions