| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | location.c | 167 source_filename (maybe_xstrdup (other.source_filename.get ())), in explicit_location_spec() 184 return (source_filename == nullptr in empty_p() 283 if (explicit_loc->source_filename != NULL) in explicit_to_string_internal() 287 buf.puts (explicit_loc->source_filename.get ()); in explicit_to_string_internal() 701 locspec->source_filename = std::move (oarg); in string_to_explicit_location_spec() 757 if (locspec->source_filename != NULL in string_to_explicit_location_spec()
|
| D | linespec.h | 186 const char *source_filename); 195 const char *source_filename,
|
| D | linespec.c | 1785 const char *source_filename in linespec_parse_basic() local 1786 = PARSER_EXPLICIT (parser)->source_filename.get (); in linespec_parse_basic() 1793 source_filename); in linespec_parse_basic() 2143 if (ls->explicit_loc.source_filename) in create_sals_line_offset() 2145 val.line, ls->explicit_loc.source_filename.get ()); in create_sals_line_offset() 2283 if (ls->explicit_loc.source_filename == NULL) in convert_linespec_to_sals() 2291 ls->explicit_loc.source_filename = make_unique_xstrdup (filename); in convert_linespec_to_sals() 2315 const char *source_filename, in convert_explicit_location_spec_to_linespec() argument 2325 if (source_filename != NULL) in convert_explicit_location_spec_to_linespec() 2330 = symtabs_from_filename (source_filename, self->search_pspace); in convert_explicit_location_spec_to_linespec() [all …]
|
| D | location.h | 210 gdb::unique_xmalloc_ptr<char> source_filename; member
|
| D | completer.c | 745 = string_or_empty (explicit_loc->source_filename.get ()); in collect_explicit_location_matches() 758 explicit_loc->source_filename.get ()); in collect_explicit_location_matches() 773 explicit_loc->source_filename.get (), in collect_explicit_location_matches()
|
| D | ChangeLog-2012 | 4693 source_filename, function_name, and label_name.
|
| D | ChangeLog-2015 | 6042 (struct linespec) <expression, expr_pc, source_filename>
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | simple-object-coff.c | 617 const char *source_filename = "fake"; in simple_object_coff_write_to_file() local 705 sflen = strlen (source_filename); in simple_object_coff_write_to_file() 707 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen); in simple_object_coff_write_to_file() 713 source_filename), in simple_object_coff_write_to_file() 716 name_offset += strlen (source_filename) + 1; in simple_object_coff_write_to_file()
|
| D | simple-object-xcoff.c | 877 const char *source_filename = "fake"; in simple_object_xcoff_write_to_file() local 962 sflen = strlen (source_filename); in simple_object_xcoff_write_to_file() 964 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen); in simple_object_xcoff_write_to_file() 970 source_filename), in simple_object_xcoff_write_to_file() 973 name_offset += strlen (source_filename) + 1; in simple_object_xcoff_write_to_file()
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | simple-object-coff.c | 617 const char *source_filename = "fake"; in simple_object_coff_write_to_file() local 705 sflen = strlen (source_filename); in simple_object_coff_write_to_file() 707 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen); in simple_object_coff_write_to_file() 713 source_filename), in simple_object_coff_write_to_file() 716 name_offset += strlen (source_filename) + 1; in simple_object_coff_write_to_file()
|
| D | simple-object-xcoff.c | 877 const char *source_filename = "fake"; in simple_object_xcoff_write_to_file() local 962 sflen = strlen (source_filename); in simple_object_xcoff_write_to_file() 964 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen); in simple_object_xcoff_write_to_file() 970 source_filename), in simple_object_xcoff_write_to_file() 973 name_offset += strlen (source_filename) + 1; in simple_object_xcoff_write_to_file()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | simple-object-coff.c | 617 const char *source_filename = "fake"; in simple_object_coff_write_to_file() local 705 sflen = strlen (source_filename); in simple_object_coff_write_to_file() 707 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen); in simple_object_coff_write_to_file() 713 source_filename), in simple_object_coff_write_to_file() 716 name_offset += strlen (source_filename) + 1; in simple_object_coff_write_to_file()
|
| D | simple-object-xcoff.c | 877 const char *source_filename = "fake"; in simple_object_xcoff_write_to_file() local 962 sflen = strlen (source_filename); in simple_object_xcoff_write_to_file() 964 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen); in simple_object_xcoff_write_to_file() 970 source_filename), in simple_object_xcoff_write_to_file() 973 name_offset += strlen (source_filename) + 1; in simple_object_xcoff_write_to_file()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-cmd-break.c | 269 explicit_loc->source_filename = make_unique_xstrdup (oarg); in mi_cmd_break_insert_1() 349 if (explicit_loc->source_filename != NULL in mi_cmd_break_insert_1()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-breakpoint.c | 1007 explicit_loc->source_filename = make_unique_xstrdup (source); in bppy_init()
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 79204 During breakpoint re-setting, the source_filename of an 79206 the breakpoint being re-set. This source_filename is compared with each 79209 However the source_filename may have been originally copied from a 79217 source_filename instead of the symtab's fullname.
|