commit | b74ceb25aae555570df64fa4d4076272733a9a20 | [log] [tgz] |
---|---|---|
author | Vladimir Chtchetkine <vchtchetkine@google.com> | Tue Nov 17 14:13:38 2009 -0800 |
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | Wed Nov 18 10:36:25 2009 -0800 |
tree | 3bf49e716722b67f4b0f0bcb391156bf29fa6ad0 | |
parent | e8870ffc965d553a885f63b26e724da279728b72 [diff] |
Split libc_debug.so into two .so modules loaded on demand from libc.so This change is intended to eliminate need to replace libc.so with libc_debug.so in order to enablememory allocation debugging. This is also the first step towards implementing extended memoryallocation debugging using emulator's capabilities in monitoring memory access.