Part of http://reviews.llvm.org/D7827. Makes SymbolizerProcess operate on strings and not on modules and offsets. Removes the formatting of input commands from SymbolizerProcess and moves it to individual symbolizers.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks like a step in right direction.
lib/sanitizer_common/sanitizer_symbolizer.h | ||
---|---|---|
143–144 | This should also return const char * | |
156 | This function should probably return const char * instead. | |
lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc | ||
374 | Add CHECK(module_name); here | |
420–421 | add override here | |
439 | ARRAY_SIZE(buffer_), or use named constant. |
This should also return const char *