================ @@ -299,6 +301,35 @@ SBPlatform::SBPlatform(const char *platform_name) { m_opaque_sp = Platform::Create(platform_name); } +SBPlatform::SBPlatform(const char *platform_name, const SBDebugger &debugger, + const char *script_name, const SBStructuredData &dict) + : SBPlatform(platform_name) { + LLDB_INSTRUMENT_VA(this, platform_name, debugger, script_name, dict); + + if (!m_opaque_sp) ---------------- bulbazord wrote:
Does this mean it isn't going to be possible to define a completely different/standalone platform that lldb doesn't know about a priori with scripted platforms? https://github.com/llvm/llvm-project/pull/99814 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits