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

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
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...]
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,
location.h 91 The result is cached in the locspec. */
254 LOCSPEC must be of type LINESPEC_LOCATION_SPEC. */
257 as_linespec_location_spec (const location_spec *locspec);
269 LOCSPEC must be of type ADDRESS_LOCATION_SPEC. */
272 as_address_location_spec (const location_spec *locspec);
278 /* Assuming LOCSPEC is of type PROBE_LOCATION_SPEC, return LOCSPEC
282 as_probe_location_spec (const location_spec *locspec);
294 /* Assuming LOCSPEC is of type EXPLICIT_LOCATION_SPEC, return LOCSPEC
    [all...]
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
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...]
probe.h 266 (const location_spec *locspec,
breakpoint.c 95 static void parse_breakpoint_sals (location_spec *locspec,
167 location_spec *locspec,
289 (location_spec *locspec,
432 locspec = std::move (start_locspec);
454 (struct location_spec *locspec,
3687 b->locspec = new_explicit_location_spec_function (func_name);
3744 b->locspec = new_probe_location_spec ("-probe-stap libc:longjmp");
3791 b->locspec = new_explicit_location_spec_function (func_name);
3870 b->locspec = new_explicit_location_spec_function (func_name);
3920 b->locspec = new_probe_location_spec ("-probe-stap libgcc:unwind")
8932 location_spec_up locspec local
9423 location_spec_up locspec = string_to_location_spec (&arg, current_language); local
9527 location_spec_up locspec = string_to_location_spec (&arg, current_language); local
10908 location_spec_up locspec = string_to_location_spec (&arg, current_language); local
12510 location_spec_up locspec = canonical->locspec->clone (); local
14039 location_spec_up locspec = string_to_location_spec (&arg, local
14060 location_spec_up locspec = string_to_location_spec (&arg, local
14081 location_spec_up locspec; local
14167 location_spec_up locspec = string_to_location_spec (&addr_str, local
    [all...]
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...]
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/dist/gdb/
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...]
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,
location.h 91 The result is cached in the locspec. */
254 LOCSPEC must be of type LINESPEC_LOCATION_SPEC. */
257 as_linespec_location_spec (const location_spec *locspec);
269 LOCSPEC must be of type ADDRESS_LOCATION_SPEC. */
272 as_address_location_spec (const location_spec *locspec);
278 /* Assuming LOCSPEC is of type PROBE_LOCATION_SPEC, return LOCSPEC
282 as_probe_location_spec (const location_spec *locspec);
294 /* Assuming LOCSPEC is of type EXPLICIT_LOCATION_SPEC, return LOCSPEC
    [all...]
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
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...]
probe.h 266 (const location_spec *locspec,
breakpoint.c 93 static void parse_breakpoint_sals (location_spec *locspec,
165 location_spec *locspec,
295 (location_spec *locspec,
438 locspec = std::move (start_locspec);
460 (struct location_spec *locspec,
3698 b->locspec = new_explicit_location_spec_function (func_name);
3755 b->locspec = new_probe_location_spec ("-probe-stap libc:longjmp");
3802 b->locspec = new_explicit_location_spec_function (func_name);
3881 b->locspec = new_explicit_location_spec_function (func_name);
3931 b->locspec = new_probe_location_spec ("-probe-stap libgcc:unwind")
8961 location_spec_up locspec local
9452 location_spec_up locspec = string_to_location_spec (&arg, current_language); local
9556 location_spec_up locspec = string_to_location_spec (&arg, current_language); local
10937 location_spec_up locspec = string_to_location_spec (&arg, current_language); local
12539 location_spec_up locspec = canonical->locspec->clone (); local
14067 location_spec_up locspec = string_to_location_spec (&arg, local
14088 location_spec_up locspec = string_to_location_spec (&arg, local
14109 location_spec_up locspec; local
14195 location_spec_up locspec = string_to_location_spec (&addr_str, local
    [all...]
linespec.c 1970 state->canonical->locspec = ls->explicit_loc.clone ();
1972 = as_explicit_location_spec (state->canonical->locspec.get ());
3035 turn LOCSPEC into std::vector<symtab_and_line>. */
3039 const location_spec *locspec)
3043 switch (locspec->type ())
3047 const linespec_location_spec *ls = as_linespec_location_spec (locspec);
3057 = as_address_location_spec (locspec);
3065 parser->state.canonical->locspec = locspec->clone ();
3078 = as_explicit_location_spec (locspec);
3186 location_spec_up locspec = string_to_location_spec (&string, local
3206 location_spec_up locspec = string_to_location_spec (&string, local
    [all...]
  /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/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,
  /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,
  /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

Completed in 88 milliseconds

1 2