Home | History | Annotate | Download | only in gdb

Lines Matching defs:inferior

32 #include "inferior.h"
105 * Look in inferior's $PATH.
107 * Look in inferior's $LD_LIBRARY_PATH.
305 /* If not found, next search the inferior's $PATH environment variable. */
312 inferior's $LD_LIBRARY_PATH environment variable. */
770 sysroot, before having any inferior. */
773 struct inferior *inf = current_inferior ();
794 /* GDB and the inferior's dynamic linker each maintain their own
800 knows about it already, and it's still loaded in the inferior.
804 the inferior has unloaded it. We should remove the shared
807 - A shared object appears only on the inferior's list. This
812 in the inferior's list too. If it does, no action is needed, and
813 we remove it from the inferior's list. If it doesn't, the
814 inferior has unloaded it, and we remove it from GDB's list. By
815 the time we're done walking GDB's list, the inferior's list
818 intrusive_list<solib> inferior = ops->current_sos ();
823 intrusive_list<solib>::iterator inferior_iter = inferior.begin ();
826 the inferior's current list. */
827 for (; inferior_iter != inferior.end (); ++inferior_iter)
842 /* If the shared object appears on the inferior's list too, then
844 it from the inferior's list, and leave it on GDB's list. */
845 if (inferior_iter != inferior.end ())
847 inferior.erase (inferior_iter);
852 /* If it's not on the inferior's list, remove it from GDB's tables. */
879 /* Now the inferior's list contains only shared objects that don't
882 if (!inferior.empty ())
888 for (solib &new_so : inferior)
916 current_program_space->so_list.splice (std::move (inferior));
1224 /* Shared library startup support. When GDB starts up the inferior,
1301 target_terminal::inferior ();
1377 /* Creating inferior hooks here has two purposes. First, if we reload
1395 we're not really starting up the inferior here. */
1404 made all the inferior hook methods consistent, this call could be
1735 [] (inferior *exec_inf, inferior *follow_inf) {
1757 automatically when the inferior begins execution, when the dynamic linker\n\
1759 inferior. Otherwise, symbols must be loaded manually, using \