Home
last modified time | relevance | path

Searched refs:source_filename (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlocation.c167 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()
Dlinespec.h186 const char *source_filename);
195 const char *source_filename,
Dlinespec.c1785 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 …]
Dlocation.h210 gdb::unique_xmalloc_ptr<char> source_filename; member
Dcompleter.c745 = 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()
DChangeLog-20124693 source_filename, function_name, and label_name.
DChangeLog-20156042 (struct linespec) <expression, expr_pc, source_filename>
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dsimple-object-coff.c617 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()
Dsimple-object-xcoff.c877 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/
Dsimple-object-coff.c617 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()
Dsimple-object-xcoff.c877 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/
Dsimple-object-coff.c617 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()
Dsimple-object-xcoff.c877 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/
Dmi-cmd-break.c269 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/
Dpy-breakpoint.c1007 explicit_loc->source_filename = make_unique_xstrdup (source); in bppy_init()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git79204 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.