forked from Imagelibrary/binutils-gdb
gdb: add program_space parameters to some auto-load functions
Make the current_program_space references bubble up a bit. Change-Id: Id047a48cc8d8a45504cdbb5960bafe3e7735d652 Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@@ -54,7 +54,8 @@ gdbscm_auto_load_enabled (const struct extension_language_defn *extlang)
|
||||
static void
|
||||
info_auto_load_guile_scripts (const char *pattern, int from_tty)
|
||||
{
|
||||
auto_load_info_scripts (pattern, from_tty, &extension_language_guile);
|
||||
auto_load_info_scripts (current_program_space, pattern, from_tty,
|
||||
&extension_language_guile);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user