[Lldb-commits] [lldb] [lldb/docs] Add scripting extensions documentation to the website (PR #97262)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 2 10:15:00 PDT 2024
================
@@ -10,9 +10,6 @@ class ScriptedPlatform(metaclass=ABCMeta):
Most of the base class methods are `@abstractmethod` that need to be
overwritten by the inheriting class.
-
- DISCLAIMER: THIS INTERFACE IS STILL UNDER DEVELOPMENT AND NOT STABLE.
- THE METHODS EXPOSED MIGHT CHANGE IN THE FUTURE.
----------------
bulbazord wrote:
Why remove the disclaimer? Is this no longer true?
https://github.com/llvm/llvm-project/pull/97262
More information about the lldb-commits
mailing list