[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:51 PDT 2025


================
@@ -112,6 +112,8 @@ class LLDB_API SBPlatform {
 
   bool IsValid() const;
 
+  bool IsHost() const;
----------------
ashgti wrote:

Done.

https://github.com/llvm/llvm-project/pull/163833


More information about the lldb-commits mailing list