OSDN Git Service

Support map data in the backtrace data structure.
authorChristopher Ferris <cferris@google.com>
Fri, 6 Feb 2015 21:18:58 +0000 (13:18 -0800)
committerChristopher Ferris <cferris@google.com>
Fri, 6 Feb 2015 22:29:43 +0000 (14:29 -0800)
commita1c9665c4659f4a8a3469bdb667a63a438725a17
treeb93e59b0705aeebbbe9f402597687f24bbef0e30
parent076018addcb0f27d1a4ed9d1967a28bd5fb21230
Support map data in the backtrace data structure.

The backtrace data structure used to keep a pointer to the map data. Now
the code has the map data embedded in the structure and no pointers.

Bug: 19028453
Change-Id: If7088a73f3c6bf1f3bc8cdd2bb4b62e7cab831c0
runtime/utils.cc