• Christopher Ferris's avatar
    Rewrite libbacktrace to be all C++. · 46756821
    Christopher Ferris authored
    This includes removing the map_info.c source and replacing it with the
    BacktraceMap class to handle all map related code.
    
    Change all callers of libbacktrace map functionality.
    
    Also modify the corkscrew thread code so that it doesn't need to build
    the map twice (once in the corkscrew format and once in the libbacktrace
    format).
    
    Change-Id: I32865a39f83a3dd6f958fc03c2759ba47d12382e
    46756821
BacktraceThread.cpp 6.11 KB