commit | 12385e3ad085aa1ac06c26529b32b688503a9fcf | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Feb 06 13:22:01 2015 -0800 |
committer | Christopher Ferris <cferris@google.com> | Fri Feb 06 15:00:09 2015 -0800 |
tree | c73a344e4e481a95eae2e9a9fb2216ec09cf64a3 | |
parent | 6289412222bfe26ebeef2ea9c422e828c11ffc30 [diff] |
Move map data into backtrace data proper. The backtrace structure used to include a pointer to a backtrace_map_t that represented the map data for a particular pc. This introduced a race condition where the pointer could be discarded, but the backtrace structure still contained a pointer to garbage memory. Now all of the map information is right in the structure. Bug: 19028453 Change-Id: If7088a73f3c6bf1f3bc8cdd2bb4b62e7cab831c0