[PATCH] [compiler-rt] Symbolizer refactoring: Implement GetListOfModules on Windows

Kuba Brecka kuba.brecka at gmail.com
Sat Mar 21 16:52:59 PDT 2015


One more step towards unifying the symbolizer classes.  This time, I'm implementing `GetListOfModules` on Windows, which then allows to use the current "POSIX" implementation of `FindModuleNameAndOffsetForAddress` and `FindModuleForAddress` on all platforms.

http://reviews.llvm.org/D8513

Files:
  lib/sanitizer_common/sanitizer_symbolizer.cc
  lib/sanitizer_common/sanitizer_symbolizer.h
  lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  lib/sanitizer_common/sanitizer_symbolizer_win.cc
  lib/sanitizer_common/sanitizer_win.cc

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8513.22415.patch
Type: text/x-patch
Size: 13741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150321/b6266fad/attachment.bin>


More information about the llvm-commits mailing list