[Lldb-commits] [PATCH] D21751: Implement GetMemoryRegions() for Linux and Mac OSX core files.

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 29 04:51:52 PDT 2016


labath added a subscriber: labath.
labath added a comment.

Please also add a test for this in `TestLinuxCore.py`.

There shouldn't be a need to add a new core file, you can just add an additional check to the `do_test` method that verifies the right memory regions (which you can pass in the same way as the pid). You can pass in bogus (empty) values for the i386 and s390x test cases, as they are not working now anyway.


http://reviews.llvm.org/D21751





More information about the lldb-commits mailing list