Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: third_party/android_crazy_linker/src/src/crazy_linker_rdebug.h

Issue 937813002: Close a window for a race with the system linker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update for more review comments Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698