| Index: third_party/android_crazy_linker/src/src/crazy_linker_rdebug.h
|
| diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_rdebug.h b/third_party/android_crazy_linker/src/src/crazy_linker_rdebug.h
|
| index 731a2d2da3fb6111212ec64ae2ca10f899676b9f..aacc21a982d158bb327d5cc9f7846d6ed4841b5b 100644
|
| --- a/third_party/android_crazy_linker/src/src/crazy_linker_rdebug.h
|
| +++ b/third_party/android_crazy_linker/src/src/crazy_linker_rdebug.h
|
| @@ -208,6 +208,7 @@ class RDebug {
|
| // is enabled, otherwise it runs immediately on the current thread.
|
| // AddEntryImpl() and DelEntryImpl() are the member functions called
|
| // by the static ones to do the actual work.
|
| + void WriteLinkMapField(link_map_t** link_pointer, link_map_t* entry);
|
| void AddEntryImpl(link_map_t* entry);
|
| void DelEntryImpl(link_map_t* entry);
|
| static void AddEntryInternal(RDebug* rdebug, link_map_t* entry) {
|
|
|