mgorny marked an inline comment as done. mgorny added inline comments.
================ Comment at: lldb/test/API/functionalities/postmortem/FreeBSDKernel/TestFreeBSDKernelVMCore.py:60-61 + self.assertEqual( + [thread.GetFrameAtIndex(i).addr.GetLoadAddress(target) + for i in range(thread.GetNumFrames())], + bt_expected) ---------------- labath wrote: > If you want to be even more fancy :) Neat. I didn't know threads are iterable like this. Unfortunately, swig makes it kinda hard to inspect stuff in a really Pythonic way. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116255/new/ https://reviews.llvm.org/D116255 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits