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

Unified Diff: gdb/solib-svr4.h

Issue 10411068: Add hooks for mapping DSO library names. (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@nacl-stub
Patch Set: updated comments Created 8 years, 7 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
« no previous file with comments | « no previous file | gdb/solib-svr4.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/solib-svr4.h
diff --git a/gdb/solib-svr4.h b/gdb/solib-svr4.h
index f9a02c9b50ac8486470a6d32bed613e9547b3967..e90a24d1d39a87e550f8ff97e390581f02c0c6fa 100644
--- a/gdb/solib-svr4.h
+++ b/gdb/solib-svr4.h
@@ -71,6 +71,9 @@ struct link_map_offsets
extern void set_solib_svr4_fetch_link_map_offsets
(struct gdbarch *gdbarch, struct link_map_offsets *(*func) (void));
+extern void set_solib_svr4_map_so_name
+ (struct gdbarch *gdbarch, const char *(*map_so_name) (char*));
+
/* This function is called by thread_db.c. Return the address of the
link map for the given objfile. */
extern CORE_ADDR svr4_fetch_objfile_link_map (struct objfile *objfile);
« no previous file with comments | « no previous file | gdb/solib-svr4.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698