[Lldb-commits] [PATCH] Fix [vdso] handling on Android (x86 and aarch64)

Tamas Berghammer tberghammer at google.com
Mon Jun 29 09:18:37 PDT 2015


In http://reviews.llvm.org/D10800#196243, @labath wrote:

> The change looks reasonable to me, but i'll leave the decision to greg.
>
> Would it be possible to add a test for this somehow? Check the output of `image list`? Look up a symbol in the vdso? Try to hit a breakpoint inside it?


It is quite complicated to test anything inside the [vdso] because as far as I know there is no specification about the list of functions what should be present in it. Checking the output of "image list" is possible but it won't give us too much coverage because it will be displayed there in several cases when it isn't loaded correctly.


http://reviews.llvm.org/D10800

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list