================
@@ -0,0 +1,7 @@
+%extend lldb::SBPlatform {
+#ifdef SWIGPYTHON
+ %pythoncode %{
+ is_host = property(IsHost, None, doc='''A read only property that
returns a boolean value that indiciates if this platform is the host
platform.''')
+ %}
+#endif
+}
----------------
walter-erquinigo wrote:
add the missing new line
https://github.com/llvm/llvm-project/pull/163833
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits