labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Thanks for doing this.

Interesting solution to the problem. I'm not sure how long will the diff files 
remain applicable, but I would've accepted this even without them so I think 
all is fine.



================
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)
----------------
If you want to be even more fancy :)


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

Reply via email to