diff options
Diffstat (limited to 'gdb/solib.h')
-rw-r--r-- | gdb/solib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/solib.h b/gdb/solib.h index dd07636..99b5cda 100644 --- a/gdb/solib.h +++ b/gdb/solib.h @@ -28,6 +28,11 @@ struct program_space; #include "symfile-add-flags.h" +/* Returns the solib_search_path. The returned string is malloc'ed and must be + freed by the caller. */ + +extern const char *get_solib_search_path (); + /* Called when we free all symtabs, to free the shared library information as well. */ |