diff options
Diffstat (limited to 'gdb/solib.c')
-rw-r--r-- | gdb/solib.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/solib.c b/gdb/solib.c index fc45133..595828a 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -107,6 +107,14 @@ show_solib_search_path (struct ui_file *file, int from_tty, value); } +/* see solib.h. */ + +const char * +get_solib_search_path () +{ + return solib_search_path ? solib_search_path : ""; +} + /* Same as HAVE_DOS_BASED_FILE_SYSTEM, but useable as an rvalue. */ #if (HAVE_DOS_BASED_FILE_SYSTEM) # define DOS_BASED_FILE_SYSTEM 1 |