labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.


================
Comment at: 
lldb/test/API/functionalities/gdb_remote_client/TestThreadInfoTrailingComma.py:24-25
+        process = self.connect(target)
+        print(process.GetThreadAtIndex(0).GetFrameAtIndex(0))
+        
print(process.GetThreadAtIndex(0).GetFrameAtIndex(0).FindRegister("pc"))
+        self.assertEqual(process.GetThreadAtIndex(0).GetThreadID(), 1)
----------------
s/print/self.trace/


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109937/new/

https://reviews.llvm.org/D109937

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to