| /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 | 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.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 | 573 void (*create_sals_from_location_spec) (location_spec *locspec, 833 location_spec_up locspec; 924 location_spec_up &&locspec, 957 (location_spec *locspec, 967 (location_spec *locspec, 1579 /* Returns the breakpoint ops appropriate for use with with LOCSPEC 1582 location specs. If LOCSPEC is NULL, returns 1586 (const location_spec *locspec, bool is_tracepoint); 1599 functions for setting a breakpoint at LOCSPEC. 1606 If PARSE_EXTRA is zero, LOCSPEC is just the breakpoint's locatio 832 location_spec_up locspec; member in struct:breakpoint [all...] |
| breakpoint.c | 94 create_sals_from_location_spec_default (location_spec *locspec, 162 location_spec *locspec, 284 (location_spec *locspec, 287 (location_spec *locspec, 428 locspec = std::move (start_locspec); 450 (struct location_spec *locspec, 3592 b->locspec = new_explicit_location_spec_function (func_name); 3649 b->locspec = new_probe_location_spec ("-probe-stap libc:longjmp"); 3696 b->locspec = new_explicit_location_spec_function (func_name); 3776 b->locspec = new_explicit_location_spec_function (func_name) 8797 location_spec_up locspec local 9432 location_spec_up locspec = string_to_location_spec (&arg, current_language); local 9536 location_spec_up locspec = string_to_location_spec (&arg, current_language); local 10911 location_spec_up locspec = string_to_location_spec (&arg, current_language); local 12519 location_spec_up locspec = canonical->locspec->clone (); local 14023 location_spec_up locspec = string_to_location_spec (&arg, local 14044 location_spec_up locspec = string_to_location_spec (&arg, local 14065 location_spec_up locspec; local 14151 location_spec_up locspec = string_to_location_spec (&addr_str, local [all...] |
| probe.h | 266 (const location_spec *locspec,
|
| linespec.c | 2001 state->canonical->locspec = ls->explicit_loc.clone (); 2003 = as_explicit_location_spec (state->canonical->locspec.get ()); 3066 turn LOCSPEC into std::vector<symtab_and_line>. */ 3070 const location_spec *locspec) 3074 switch (locspec->type ()) 3078 const linespec_location_spec *ls = as_linespec_location_spec (locspec); 3088 = as_address_location_spec (locspec); 3096 PARSER_STATE (parser)->canonical->locspec = locspec->clone (); 3109 = as_explicit_location_spec (locspec); 3225 location_spec_up locspec = string_to_location_spec (&string, local 3245 location_spec_up locspec = string_to_location_spec (&string, local [all...] |
| /src/external/gpl3/gdb/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.old/dist/gdb/mi/ |
| mi-cmd-break.c | 183 location_spec_up locspec; local 358 locspec = std::move (explicit_loc); 362 locspec = string_to_location_spec_basic (&address, current_language, 368 create_breakpoint (get_current_arch (), locspec.get (), condition,
|
| /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 | 539 const char *str = obj->bp->locspec->to_string (); 984 location_spec_up locspec; local 997 locspec = string_to_location_spec (©, 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.old/dist/gdb/python/ |
| py-finishbreakpoint.c | 307 location_spec_up locspec local 310 locspec.get (), NULL, thread, -1, NULL, false,
|
| py-breakpoint.c | 539 const char *str = obj->bp->locspec->to_string (); 985 location_spec_up locspec; local 997 locspec = string_to_location_spec (©, 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/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/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
|