Searched refs:solib_add (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.h38 solib_add (filename, from_tty, targ, readsyms)
40 extern void solib_add (char *, int, struct target_ops *, int);
H A Dsolib.c543 solib_add -- read in symbol info for newly added shared libraries
547 void solib_add (char *pattern, int from_tty, struct target_ops
562 solib_add (char *pattern, int from_tty, struct target_ops *target, int readsyms) function
845 solib_add (args, from_tty, (struct target_ops *) 0, 1);
871 solib_add (NULL, from_tty, NULL, auto_solib_add);
H A Dsolib-irix.c452 /* solib_add will call reinit_frame_cache.
458 solib_add ((char *) 0, 0, (struct target_ops *) 0, auto_solib_add);
H A Dsolib-osf.c333 /* solib_add will call reinit_frame_cache.
339 solib_add ((char *) 0, 0, (struct target_ops *) 0, auto_solib_add);
H A Dsolib-sunos.c793 solib_add ((char *) 0, 0, (struct target_ops *) 0, auto_solib_add);
H A Dsolib-svr4.c920 solib_add (NULL, 0, NULL, auto_solib_add);

Completed in 61 milliseconds