[all-commits] [llvm/llvm-project] 11b3b3: [lldb] Make ScriptedInterface::CreateObjectPlugin ...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri Oct 27 11:59:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11b3b3834cfdd9183eff903ef8ac34a733af2068
https://github.com/llvm/llvm-project/commit/11b3b3834cfdd9183eff903ef8ac34a733af2068
Author: Med Ismail Bennani <ismail at bennani.ma>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M lldb/include/lldb/Interpreter/Interfaces/ScriptedInterface.h
M lldb/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h
M lldb/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h
M lldb/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h
Log Message:
-----------
[lldb] Make ScriptedInterface::CreateObjectPlugin less strict
This patches changes the implementation of `CreateObjectPlugin` in the
various base ScriptedInterface classes, to return an `UnimplementedError`
instead of triggering an assertion.
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
More information about the All-commits
mailing list