[Lldb-commits] [lldb] [lldb-dap] Send a 'process' event on restart. (PR #163833)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 20 11:41:45 PDT 2025
================
@@ -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
+}
----------------
ashgti wrote:
Done.
https://github.com/llvm/llvm-project/pull/163833
More information about the lldb-commits
mailing list