[Lldb-commits] [PATCH] D109937: [lldb] Handle malformed qfThreadInfo reply

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 22 01:37:23 PDT 2021


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



More information about the lldb-commits mailing list