Home
last modified time | relevance | path

Searched refs:build_command_line (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-script.c159 build_command_line (enum command_control_type type, const char *args) in build_command_line() function
184 counted_command_line cmd (build_command_line (type, arg).release (), in get_command_line()
1010 *command = build_command_line (while_stepping_control, p); in process_next_line()
1013 *command = build_command_line (while_control, line_first_arg (p)); in process_next_line()
1015 *command = build_command_line (if_control, line_first_arg (p)); in process_next_line()
1017 *command = build_command_line (commands_control, line_first_arg (p)); in process_next_line()
1019 *command = build_command_line (define_control, line_first_arg (p)); in process_next_line()
1021 *command = build_command_line (document_control, line_first_arg (p)); in process_next_line()
1026 *command = build_command_line (python_control, ""); in process_next_line()
1032 *command = build_command_line (compile_control, ""); in process_next_line()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20074675 * cli/cli-script.c (build_command_line): Update NULL check.
4777 * cli/cli-script.c (build_command_line): Add null pointer guard
9733 (build_command_line): Require arguments only for if and while
DChangeLog-20211139 (build_command_line): Likewise.
DChangeLog-19951209 * top.c (build_command_line): Demand arguments for if/while
DChangeLog-201810703 (build_command_line, execute_control_command_1)
10749 * cli/cli-script.c (build_command_line): Use "new".
DChangeLog-19941584 (build_command_line, get_command_line): New functions.
DChangeLog-20179094 * cli/cli-script.c (build_command_line): For if/while commands,
16958 (build_command_line): Make args a constant pointer.
DChangeLog-2000476 (build_command_line, get_command_line, print_command_lines,
DChangeLog-20154831 * cli/cli-script.c (build_command_line): Likewise.
DChangeLog-20098973 * cli/cli-script.c (build_command_line, define_command): Likewise.
DChangeLog-2020366 (build_command_line): Likewise.