[Lldb-commits] [PATCH] D11384: Improve check for ASAN callbacks

Tamas Berghammer tberghammer at google.com
Wed Jul 29 08:36:19 PDT 2015


tberghammer added a comment.

I tried it, but it isn't help. Module::FindFunctions always parses the dwraf info for some reason (I haven't investigated why). Also I think "__asan_get_alloc_stack" is the name of a symbol so FindSymbol is the right function to call here.


http://reviews.llvm.org/D11384







More information about the lldb-commits mailing list