Home
last modified time | relevance | path

Searched refs:interps_notify_param_changed (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-setshow.c516 interps_notify_param_changed in do_set_command()
520 interps_notify_param_changed in do_set_command()
527 interps_notify_param_changed (name, opt); in do_set_command()
535 interps_notify_param_changed (name, s); in do_set_command()
543 interps_notify_param_changed (name, s); in do_set_command()
552 interps_notify_param_changed (name, s); in do_set_command()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinterps.h366 extern void interps_notify_param_changed (const char *param, const char *value);
Dinterps.c563 interps_notify_param_changed (const char *param, const char *value) in interps_notify_param_changed() function
Dsource.c458 interps_notify_param_changed ("directories", source_path.c_str ()); in directory_command()