[Lldb-commits] [lldb] [lldb] Expose SBProcess::IsLiveDebugSession() (PR #203111)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 10 14:48:04 PDT 2026


================
@@ -29,6 +29,17 @@ def test_scripted_implementation(self):
         self.assertTrue(process, PROCESS_IS_VALID)
         self.assertEqual(process.GetScriptedImplementation(), None)
 
+    def test_is_live_debug_session(self):
----------------
Jlalond wrote:

Just nit, we might want to add the case for an invalid sbprocess to ensure the comment described in the comment doesn't drift over time.

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


More information about the lldb-commits mailing list