Home | History | Annotate | Download | only in gdb

Lines Matching defs:solib_lists

407   std::map<CORE_ADDR, std::vector<svr4_so>> solib_lists;
1003 See comment on struct svr4_info.solib_lists. */
1004 std::map<CORE_ADDR, std::vector<svr4_so>> solib_lists;
1083 solist = &list->solib_lists[lmid];
1112 solib_lists[0];
1162 { list->solib_lists.clear (); });
1166 list->solib_lists.clear ();
1321 info->solib_lists.clear ();
1341 auto it_0 = library_list.solib_lists.find (0);
1342 if (it_0 != library_list.solib_lists.end ()
1344 library_list.solib_lists.erase (it_0);
1346 /* Replace the (empty) solib_lists in INFO with the one generated
1350 std::swap (info->solib_lists, library_list.solib_lists);
1370 { info->solib_lists.clear (); });
1380 svr4_read_so_list (info, lm, 0, info->solib_lists[debug_base],
1397 if (info->solib_lists.find (debug_base) == info->solib_lists.end ())
1398 svr4_read_so_list (info, debug_base, 0, info->solib_lists[debug_base],
1412 for (const auto &tuple : info->solib_lists)
1799 if (info->solib_lists.find (0) != info->solib_lists.end ())
1802 std::vector<svr4_so> &solist = info->solib_lists[debug_base];
1840 auto it_debug_base = library_list.solib_lists.find (debug_base);
1841 if (it_debug_base != library_list.solib_lists.end ())
1846 auto it_0 = library_list.solib_lists.find (0);
1847 if (it_0 != library_list.solib_lists.end ())
1852 for (const auto &tuple : library_list.solib_lists)
1881 info->solib_lists.clear ();
3078 info->solib_lists.clear ();
3313 for (const auto &tuple : info->solib_lists)