Home
last modified time | relevance | path

Searched refs:ambiguous_line_spec (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-cmds.c71 static void ambiguous_line_spec (gdb::array_view<const symtab_and_line> sals,
1021 ambiguous_line_spec (sals, in edit_command()
1380 ambiguous_line_spec (sals, in list_command()
1414 ambiguous_line_spec (sals_end, in list_command()
2156 ambiguous_line_spec (gdb::array_view<const symtab_and_line> sals, in ambiguous_line_spec() function
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20177555 (ambiguous_line_spec): Use print_sal_location.
9226 (ambiguous_line_spec): Adjust to use gdb::array_view and
9275 ambiguous_line_spec.
9276 (list_command): Pass message to ambiguous_line_spec. Say
9279 (ambiguous_line_spec): Add 'format' and vararg parameters. Use
DChangeLog-200413665 * source.c (ambiguous_line_spec): Delete undefined declaration.
14025 * source.c (ambiguous_line_spec): Delete never-defined function.
14213 * source.c (ambiguous_line_spec): Ditto.
DChangeLog-20023633 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
3659 (ambiguous_line_spec): Moved here from source.c.
DChangeLog-201312365 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):