HomeSort by: relevance | last modified time | path
    Searched defs:locspec (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
linespec.h 75 location_spec_up locspec; member in struct:linespec_result
84 decode_line_1 (const location_spec *locspec, int flags,
88 /* Parse LOCSPEC and return results. This is the "full"
127 extern void decode_line_full (struct location_spec *locspec, int flags,
break-catch-throw.c 210 location_spec_up locspec
212 sals = parse_probes (locspec.get (), filter_pspace, NULL);
220 location_spec_up locspec
223 sals = this->decode_location_spec (locspec.get (), filter_pspace);
208 location_spec_up locspec local
218 location_spec_up locspec local
location.c 209 as_linespec_location_spec (const location_spec *locspec)
211 gdb_assert (locspec->type () == LINESPEC_LOCATION_SPEC);
212 return gdb::checked_static_cast<const linespec_location_spec *> (locspec);
228 as_address_location_spec (const location_spec *locspec)
230 gdb_assert (locspec->type () == ADDRESS_LOCATION_SPEC);
231 return gdb::checked_static_cast<const address_location_spec *> (locspec);
245 as_probe_location_spec (const location_spec *locspec)
247 gdb_assert (locspec->type () == PROBE_LOCATION_SPEC);
248 return gdb::checked_static_cast<const probe_location_spec *> (locspec);
254 as_explicit_location_spec (const location_spec *locspec)
777 location_spec_up locspec; local
821 location_spec_up locspec local
    [all...]
ax-gdb.c 2538 location_spec_up locspec
2540 decode_line_full (locspec.get (), DECODE_LINE_FUNFIRSTLINE, NULL,
2527 location_spec_up locspec local
breakpoint.h 569 /* Create SALs from LOCSPEC, storing the result in linespec_result
575 void (*create_sals_from_location_spec) (location_spec *locspec,
856 location_spec_up locspec;
947 location_spec_up &&locspec,
980 (location_spec *locspec,
990 (location_spec *locspec,
1606 /* Returns the breakpoint ops appropriate for use with with LOCSPEC
1609 location specs. If LOCSPEC is NULL, returns
1613 (const location_spec *locspec, bool is_tracepoint);
1626 functions for setting a breakpoint at LOCSPEC
855 location_spec_up locspec; member in struct:breakpoint
    [all...]
completer.c 1125 location_spec *locspec,
1131 = as_explicit_location_spec (locspec);
1274 location_spec *locspec,
1336 collect_explicit_location_matches (tracker, locspec, what, text,
1363 location_spec_up locspec
1407 complete_explicit_location_spec (tracker, locspec.get (), text,
1415 else if (locspec != nullptr)
1428 = as_explicit_location_spec (locspec.get ())->func_name_match_type;
1362 location_spec_up locspec local
linespec.c 1984 state->canonical->locspec = ls->explicit_loc.clone ();
1986 = as_explicit_location_spec (state->canonical->locspec.get ());
3090 turn LOCSPEC into std::vector<symtab_and_line>. */
3094 const location_spec *locspec)
3098 switch (locspec->type ())
3102 const linespec_location_spec *ls = as_linespec_location_spec (locspec);
3112 = as_address_location_spec (locspec);
3120 parser->state.canonical->locspec = locspec->clone ();
3133 = as_explicit_location_spec (locspec);
3249 location_spec_up locspec = string_to_location_spec (&string, local
3269 location_spec_up locspec = string_to_location_spec (&string, local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
linespec.h 75 location_spec_up locspec; member in struct:linespec_result
84 decode_line_1 (const location_spec *locspec, int flags,
88 /* Parse LOCSPEC and return results. This is the "full"
127 extern void decode_line_full (struct location_spec *locspec, int flags,
break-catch-throw.c 206 location_spec_up locspec
208 sals = parse_probes (locspec.get (), filter_pspace, NULL);
216 location_spec_up locspec
219 sals = this->decode_location_spec (locspec.get (), filter_pspace);
204 location_spec_up locspec local
214 location_spec_up locspec local
location.c 209 as_linespec_location_spec (const location_spec *locspec)
211 gdb_assert (locspec->type () == LINESPEC_LOCATION_SPEC);
212 return gdb::checked_static_cast<const linespec_location_spec *> (locspec);
228 as_address_location_spec (const location_spec *locspec)
230 gdb_assert (locspec->type () == ADDRESS_LOCATION_SPEC);
231 return gdb::checked_static_cast<const address_location_spec *> (locspec);
245 as_probe_location_spec (const location_spec *locspec)
247 gdb_assert (locspec->type () == PROBE_LOCATION_SPEC);
248 return gdb::checked_static_cast<const probe_location_spec *> (locspec);
254 as_explicit_location_spec (const location_spec *locspec)
777 location_spec_up locspec; local
821 location_spec_up locspec local
    [all...]
ax-gdb.c 2537 location_spec_up locspec
2539 decode_line_full (locspec.get (), DECODE_LINE_FUNFIRSTLINE, NULL,
2526 location_spec_up locspec local
breakpoint.h 571 /* Create SALs from LOCSPEC, storing the result in linespec_result
577 void (*create_sals_from_location_spec) (location_spec *locspec,
858 location_spec_up locspec;
949 location_spec_up &&locspec,
982 (location_spec *locspec,
992 (location_spec *locspec,
1608 /* Returns the breakpoint ops appropriate for use with with LOCSPEC
1611 location specs. If LOCSPEC is NULL, returns
1615 (const location_spec *locspec, bool is_tracepoint);
1628 functions for setting a breakpoint at LOCSPEC
857 location_spec_up locspec; member in struct:breakpoint
    [all...]
completer.c 1125 location_spec *locspec,
1131 = as_explicit_location_spec (locspec);
1274 location_spec *locspec,
1336 collect_explicit_location_matches (tracker, locspec, what, text,
1363 location_spec_up locspec
1407 complete_explicit_location_spec (tracker, locspec.get (), text,
1415 else if (locspec != nullptr)
1428 = as_explicit_location_spec (locspec.get ())->func_name_match_type;
1362 location_spec_up locspec local
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-finishbreakpoint.c 306 location_spec_up locspec local
309 locspec.get (), NULL, thread, -1, NULL, false,
py-breakpoint.c 539 const char *str = obj->bp->locspec->to_string ();
984 location_spec_up locspec; local
997 locspec = string_to_location_spec (&copy,
1019 locspec.reset (explicit_loc.release ());
1023 = breakpoint_ops_for_location_spec (locspec.get (), false);
1026 locspec.get (), NULL, -1, -1, NULL, false,
python.c 944 location_spec_up locspec;
959 locspec = string_to_location_spec_basic (&arg, current_language,
967 if (locspec != NULL)
969 decoded_sals = decode_line_1 (locspec.get (), 0, NULL, NULL, 0);
942 location_spec_up locspec; local
  /src/external/gpl3/gdb/dist/gdb/python/
py-finishbreakpoint.c 306 location_spec_up locspec local
309 locspec.get (), NULL, thread, -1, NULL, false,
py-breakpoint.c 540 const char *str = obj->bp->locspec->to_string ();
985 location_spec_up locspec; local
998 locspec = string_to_location_spec (&copy,
1020 locspec.reset (explicit_loc.release ());
1024 = breakpoint_ops_for_location_spec (locspec.get (), false);
1027 locspec.get (), NULL, -1, -1, NULL, false,
python.c 980 location_spec_up locspec;
995 locspec = string_to_location_spec_basic (&arg, current_language,
1003 if (locspec != NULL)
1005 decoded_sals = decode_line_1 (locspec.get (), 0, NULL, NULL, 0);
978 location_spec_up locspec; local
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-break.c 184 location_spec_up locspec; local
359 locspec = std::move (explicit_loc);
363 locspec = string_to_location_spec_basic (&address, current_language,
369 create_breakpoint (get_current_arch (), locspec.get (), condition,
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-break.c 181 location_spec_up locspec; local
356 locspec = std::move (explicit_loc);
360 locspec = string_to_location_spec_basic (&address, current_language,
366 create_breakpoint (get_current_arch (), locspec.get (), condition,
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-breakpoint.c 190 if (b->locspec != nullptr)
192 const char *str = b->locspec->to_string ();
452 location_spec_up locspec
467 breakpoint_ops_for_location_spec (locspec.get (), false);
469 locspec.get (), NULL, -1, -1, NULL, false,
878 const char *str = bp_smob->bp->locspec->to_string ();
450 location_spec_up locspec local
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-breakpoint.c 190 if (b->locspec != nullptr)
192 const char *str = b->locspec->to_string ();
452 location_spec_up locspec
467 breakpoint_ops_for_location_spec (locspec.get (), false);
469 locspec.get (), NULL, -1, -1, NULL, false,
878 const char *str = bp_smob->bp->locspec->to_string ();
450 location_spec_up locspec local
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 990 location_spec_up locspec = string_to_location_spec (&arg1,
996 std::vector<symtab_and_line> sals = decode_line_1 (locspec.get (),
1334 location_spec_up locspec
1345 sals = decode_line_1 (locspec.get (), DECODE_LINE_LIST_MODE,
1390 location_spec_up locspec
1398 ? decode_line_1 (locspec.get (), DECODE_LINE_LIST_MODE,
1400 : decode_line_1 (locspec.get (), DECODE_LINE_LIST_MODE,
985 location_spec_up locspec = string_to_location_spec (&arg1, local
1329 location_spec_up locspec local
1385 location_spec_up locspec local
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 1009 location_spec_up locspec = string_to_location_spec (&arg1,
1015 std::vector<symtab_and_line> sals = decode_line_1 (locspec.get (),
1377 location_spec_up locspec
1388 sals = decode_line_1 (locspec.get (), DECODE_LINE_LIST_MODE,
1433 location_spec_up locspec
1441 ? decode_line_1 (locspec.get (), DECODE_LINE_LIST_MODE,
1443 : decode_line_1 (locspec.get (), DECODE_LINE_LIST_MODE,
1004 location_spec_up locspec = string_to_location_spec (&arg1, local
1372 location_spec_up locspec local
1428 location_spec_up locspec local

Completed in 46 milliseconds

1 2