[Lldb-commits] [lldb] [lldb/Plugins] Introduce Scripted Platform Plugin (PR #99814)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 23 07:30:44 PDT 2024
================
@@ -61,7 +61,11 @@ class ScriptedThread : public lldb_private::Thread {
StructuredData::ObjectSP FetchThreadExtendedInfo() override;
private:
- void CheckInterpreterAndScriptObject() const;
+ inline void CheckInterpreterAndScriptObject() const {
----------------
labath wrote:
`inline` is the default in this context.
https://github.com/llvm/llvm-project/pull/99814
More information about the lldb-commits
mailing list