DavidSpickett added a comment.

If you want to understand the motivation beyond "this should work why doesn't 
it", here it is.

If your ABI mandated signing all function pointers you might store a callback 
in a struct somewhere. Not knowing what that callback points to you would like 
to be able to do `breakpoint set -a mystruct.callback` and not have to first 
print it, then break on the function name or manually fix the address.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136938/new/

https://reviews.llvm.org/D136938

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to