Lines Matching refs:sals

8737 		     gdb::array_view<const symtab_and_line> sals,
8764 gdb_assert (!sals.empty ());
8766 for (const auto &sal : sals)
8780 if (&sal == &sals[0])
8873 gdb::array_view<const symtab_and_line> sals,
8887 sals, std::move (location),
8938 create_breakpoint_sal (gdbarch, lsal.sals,
8987 trying to expand the list of sals to include all other
8993 lsal.sals = {sal};
9041 breakpoint_sals_to_pc (std::vector<symtab_and_line> &sals)
9043 for (auto &sal : sals)
9056 gdb::array_view<const symtab_and_line> sals)
9058 for (const auto &sal : sals)
9171 std::vector<symtab_and_line> sals;
9172 sals.reserve (markers.size ());
9178 sals.push_back (sal);
9182 return sals;
9289 breakpoint_sals_to_pc (lsal.sals);
9296 check_fast_tracepoint_sals (gdbarch, lsal.sals);
9319 find_condition_and_thread (extra_string, lsal.sals[0].pc,
9825 || lsal_start.sals.size () != 1)
9828 const symtab_and_line &sal_start = lsal_start.sals[0];
9854 || lsal_end.sals.size () != 1)
9857 const symtab_and_line &sal_end = lsal_end.sals[0];
11022 std::vector<symtab_and_line> sals
11030 if (sals.empty ())
11083 for (symtab_and_line &sal : sals)
11292 gdb::array_view<symtab_and_line> sals;
11300 sals = decoded_sals;
11312 sals = last_sal;
11338 for (const auto &sal : sals)
12738 lsal.sals = parse_probes (location, NULL, canonical);
12749 std::vector<symtab_and_line> sals = parse_probes (location, search_pspace, NULL);
12750 if (sals.empty ())
12752 return sals;
12982 lsal.sals = decode_static_tracepoint_spec (&arg);
13010 (strace -m MARKER_ID), then store the sals index, so that
13014 already should contain all sals for MARKER_ID. */
13016 for (size_t i = 0; i < lsal.sals.size (); i++)
13022 init_breakpoint_sal (tp.get (), gdbarch, lsal.sals[i],
13033 store the sals index, so that breakpoint_re_set can
13050 std::vector<symtab_and_line> sals = decode_static_tracepoint_spec (&s);
13051 if (sals.size () > tp->static_trace_marker_id_idx)
13053 sals[0] = sals[tp->static_trace_marker_id_idx];
13054 sals.resize (1);
13055 return sals;
13489 gdb::array_view<const symtab_and_line> sals,
13494 if (!sals_end.empty () && (sals.size () != 1 || sals_end.size () != 1))
13511 if (all_locations_are_pending (b, filter_pspace) && sals.empty ())
13516 for (const auto &sal : sals)
13550 new_loc->length = end - sals[0].pc + 1;
13617 std::vector<symtab_and_line> sals;
13621 sals = b->ops->decode_location (b, location, search_pspace);
13661 for (auto &sal : sals)
13668 find_condition_and_thread (b->extra_string, sals[0].pc,
13685 sals[0] = update_static_tracepoint (b, sals[0]);
13692 return sals;
13706 std::vector<symtab_and_line> sals = location_to_sals (b, b->location.get (),
13709 expanded = std::move (sals);
13779 return std::move (lsal.sals);