HomeSort by: relevance | last modified time | path
    Searched refs:sals (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
expand-sals.exp 18 set srcfile expand-sals.cc
19 if { [prepare_for_testing "failed to prepare" expand-sals $srcfile {debug c++}] } {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
expand-sals.exp 18 set srcfile expand-sals.cc
19 if { [prepare_for_testing "failed to prepare" expand-sals $srcfile {debug c++}] } {
  /src/external/gpl3/gdb/dist/gdb/
linespec.h 28 /* Set this flag if you want the resulting SALs to describe the
42 /* This is the location corresponding to the sals contained in this
48 /* Sals. */
49 std::vector<symtab_and_line> sals; member in struct:linespec_sals
77 /* The sals. The vector will be freed by the destructor. */
119 CANONICAL->SALS will have one entry for each name the user chose.
121 . With multiple_symbols_all, CANONICAL->SALS will have a single
break-catch-throw.c 204 std::vector<symtab_and_line> sals;
212 sals = parse_probes (locspec.get (), filter_pspace, NULL);
223 sals = this->decode_location_spec (locspec.get (), filter_pspace);
234 update_breakpoint_locations (this, filter_pspace, sals, {});
202 std::vector<symtab_and_line> sals; local
macrocmd.c 252 std::vector<symtab_and_line> sals
255 if (!sals.empty ())
256 ms = sal_macro_scope (sals[0]);
250 std::vector<symtab_and_line> sals local
linespec.c 91 then converted into SALs by convert_linespec_to_sals. */
95 /* An explicit location spec describing the SaLs. */
481 only be parsed after SaLs have been found. */
1038 /* Add SAL to SALS, and also update SELF->CANONICAL_NAMES to reflect
1047 std::vector<symtab_and_line> *sals,
1051 sals->push_back (*sal);
1059 sals->size ());
1060 canonical = &self->canonical_names[sals->size () - 1];
1328 /* Given FILTERS, a list of canonical names, filter the sals in RESULT
1348 lsal.sals.push_back ((*result)[j])
2192 std::vector<symtab_and_line> sals; local
2203 std::vector<symtab_and_line> sals; local
3251 std::vector<symtab_and_line> sals local
3271 std::vector<symtab_and_line> sals local
4039 std::vector<symtab_and_line> sals; local
    [all...]
breakpoint.c 8750 gdb::array_view<const symtab_and_line> sals,
8779 gdb_assert (!sals.empty ());
8818 else if (target_static_tracepoint_marker_at (sals[0].pc, &marker))
8829 for (const auto &sal : sals)
8879 gdb::array_view<const symtab_and_line> sals,
8893 sals,
8907 /* Add SALS.nelts breakpoints to the breakpoint table. For each
8908 SALS.sal[i] breakpoint, include the corresponding ADDR_STRING[i]
8911 SALS.nelts is not 1 is when we set a breakpoint on an overloaded
8917 the arrays ADDR_STRING, COND_STRING, and SALS (but not th
9096 std::vector<symtab_and_line> sals; local
10910 std::vector<symtab_and_line> sals local
11020 gdb::array_view<symtab_and_line> sals; local
12330 std::vector<symtab_and_line> sals local
12543 std::vector<symtab_and_line> sals = decode_static_tracepoint_spec (&s); local
13090 std::vector<symtab_and_line> sals; local
13175 std::vector<symtab_and_line> sals local
    [all...]
infcmd.c 1079 std::vector<symtab_and_line> sals
1081 if (sals.size () != 1)
1087 sals.erase (std::remove_if (sals.begin (), sals.end (),
1091 }), sals.end ());
1092 if (sals.size () != 1)
1097 symtab_and_line &sal = sals[0];
1076 std::vector<symtab_and_line> sals local
source.c 1529 gdb::array_view<symtab_and_line> sals;
1542 sals = curr_sal;
1548 sals = decoded_sals;
1555 for (const auto &sal : sals)
1620 if (annotation_level > 0 && sals.size () == 1)
1523 gdb::array_view<symtab_and_line> sals; local
breakpoint.h 569 /* Create SALs from LOCSPEC, storing the result in linespec_result
579 /* This method will be responsible for creating a breakpoint given its SALs.
936 kind of breakpoint whose locations are created from SALs. */
941 /* Create a breakpoint with SALS as locations. Use LOCATION as a
946 gdb::array_view<const symtab_and_line> sals,
1520 gdb::array_view<const symtab_and_line> sals,
stack.c 2844 std::vector<symtab_and_line> sals
2847 gdb::def_vector<function_bounds> func_bounds (sals.size ());
2848 for (size_t i = 0; i < sals.size (); i++)
2850 if (sals[i].pspace != current_program_space)
2852 else if (sals[i].pc == 0
2853 || find_pc_partial_function (sals[i].pc, NULL,
2861 for (size_t i = 0; (i < sals.size () && !found); i++)
2841 std::vector<symtab_and_line> sals local
tracepoint.c 2341 std::vector<symtab_and_line> sals local
2343 sal = sals[0];
2474 std::vector<symtab_and_line> sals local
2477 if (sals.empty ())
2484 resolve_sal_pc (&sals[0]);
2485 block = block_for_pc (sals[0].pc);
  /src/external/gpl3/gdb.old/dist/gdb/
linespec.h 28 /* Set this flag if you want the resulting SALs to describe the
42 /* This is the location corresponding to the sals contained in this
48 /* Sals. */
49 std::vector<symtab_and_line> sals; member in struct:linespec_sals
77 /* The sals. The vector will be freed by the destructor. */
119 CANONICAL->SALS will have one entry for each name the user chose.
121 . With multiple_symbols_all, CANONICAL->SALS will have a single
break-catch-throw.c 204 std::vector<symtab_and_line> sals;
212 sals = parse_probes (locspec.get (), filter_pspace, NULL);
223 sals = this->decode_location_spec (locspec.get (), filter_pspace);
234 update_breakpoint_locations (this, filter_pspace, sals, {});
202 std::vector<symtab_and_line> sals; local
macrocmd.c 251 std::vector<symtab_and_line> sals
254 if (!sals.empty ())
255 ms = sal_macro_scope (sals[0]);
249 std::vector<symtab_and_line> sals local
linespec.c 92 then converted into SALs by convert_linespec_to_sals. */
96 /* An explicit location spec describing the SaLs. */
492 only be parsed after SaLs have been found. */
1049 /* Add SAL to SALS, and also update SELF->CANONICAL_NAMES to reflect
1058 std::vector<symtab_and_line> *sals,
1062 sals->push_back (*sal);
1070 sals->size ());
1071 canonical = &self->canonical_names[sals->size () - 1];
1339 /* Given FILTERS, a list of canonical names, filter the sals in RESULT
1359 lsal.sals.push_back ((*result)[j])
2166 std::vector<symtab_and_line> sals; local
2177 std::vector<symtab_and_line> sals; local
3227 std::vector<symtab_and_line> sals local
3247 std::vector<symtab_and_line> sals local
4037 std::vector<symtab_and_line> sals; local
    [all...]
breakpoint.c 8615 gdb::array_view<const symtab_and_line> sals,
8644 gdb_assert (!sals.empty ());
8683 else if (target_static_tracepoint_marker_at (sals[0].pc, &marker))
8694 for (const auto &sal : sals)
8744 gdb::array_view<const symtab_and_line> sals,
8758 sals,
8772 /* Add SALS.nelts breakpoints to the breakpoint table. For each
8773 SALS.sal[i] breakpoint, include the corresponding ADDR_STRING[i]
8776 SALS.nelts is not 1 is when we set a breakpoint on an overloaded
8782 the arrays ADDR_STRING, COND_STRING, and SALS (but not th
9152 std::vector<symtab_and_line> sals; local
10913 std::vector<symtab_and_line> sals local
11023 gdb::array_view<symtab_and_line> sals; local
12330 std::vector<symtab_and_line> sals local
12552 std::vector<symtab_and_line> sals = decode_static_tracepoint_spec (&s); local
13099 std::vector<symtab_and_line> sals; local
13190 std::vector<symtab_and_line> sals = location_spec_to_sals (locspec.get (), local
    [all...]
infcmd.c 1078 std::vector<symtab_and_line> sals
1080 if (sals.size () != 1)
1085 sals.erase (std::remove_if (sals.begin (), sals.end (),
1089 }), sals.end ());
1090 if (sals.size () != 1)
1095 symtab_and_line &sal = sals[0];
1075 std::vector<symtab_and_line> sals local
source.c 1505 gdb::array_view<symtab_and_line> sals;
1518 sals = curr_sal;
1524 sals = decoded_sals;
1531 for (const auto &sal : sals)
1592 if (annotation_level > 0 && sals.size () == 1)
1499 gdb::array_view<symtab_and_line> sals; local
breakpoint.h 566 /* Create SALs from location spec, storing the result in
576 /* This method will be responsible for creating a breakpoint given its SALs.
913 kind of breakpoint whose locations are created from SALs. */
918 /* Create a breakpoint with SALS as locations. Use LOCATION as a
923 gdb::array_view<const symtab_and_line> sals,
1493 gdb::array_view<const symtab_and_line> sals,
stack.c 2847 std::vector<symtab_and_line> sals
2850 gdb::def_vector<function_bounds> func_bounds (sals.size ());
2851 for (size_t i = 0; i < sals.size (); i++)
2853 if (sals[i].pspace != current_program_space)
2855 else if (sals[i].pc == 0
2856 || find_pc_partial_function (sals[i].pc, NULL,
2864 for (size_t i = 0; (i < sals.size () && !found); i++)
2844 std::vector<symtab_and_line> sals local
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 72 static void ambiguous_line_spec (gdb::array_view<const symtab_and_line> sals,
996 std::vector<symtab_and_line> sals = decode_line_1 (locspec.get (),
1000 filter_sals (sals);
1001 if (sals.empty ())
1006 if (sals.size () > 1)
1008 ambiguous_line_spec (sals,
1013 sal = sals[0];
1326 std::vector<symtab_and_line> sals;
1345 sals = decode_line_1 (locspec.get (), DECODE_LINE_LIST_MODE,
1347 filter_sals (sals);
991 std::vector<symtab_and_line> sals = decode_line_1 (locspec.get (), local
1321 std::vector<symtab_and_line> sals; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 71 static void ambiguous_line_spec (gdb::array_view<const symtab_and_line> sals,
1014 std::vector<symtab_and_line> sals = decode_line_1 (locspec.get (),
1018 filter_sals (sals);
1019 if (sals.empty ())
1024 if (sals.size () > 1)
1026 ambiguous_line_spec (sals,
1031 sal = sals[0];
1337 std::vector<symtab_and_line> sals;
1356 sals = decode_line_1 (locspec.get (), DECODE_LINE_LIST_MODE,
1358 filter_sals (sals);
1009 std::vector<symtab_and_line> sals = decode_line_1 (locspec.get (), local
1332 std::vector<symtab_and_line> sals; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
python.c 964 gdb::array_view<symtab_and_line> sals;
970 sals = decoded_sals;
976 sals = def_sal;
985 if (!sals.empty ())
987 result.reset (PyTuple_New (sals.size ()));
990 for (size_t i = 0; i < sals.size (); ++i)
992 PyObject *obj = symtab_and_line_to_sal_object (sals[i]);
962 gdb::array_view<symtab_and_line> sals; local
  /src/external/gpl3/gdb.old/dist/gdb/python/
python.c 964 gdb::array_view<symtab_and_line> sals;
970 sals = decoded_sals;
976 sals = def_sal;
986 if (!sals.empty ())
988 result.reset (PyTuple_New (sals.size ()));
991 for (size_t i = 0; i < sals.size (); ++i)
993 PyObject *obj = symtab_and_line_to_sal_object (sals[i]);
962 gdb::array_view<symtab_and_line> sals; local

Completed in 74 milliseconds

1 2