Home
last modified time | relevance | path

Searched refs:set_cmd_prefix (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-cmds.h194 extern void with_command_1 (const char *set_cmd_prefix,
201 extern void with_command_completer_1 (const char *set_cmd_prefix,
Dcli-cmds.c223 with_command_1 (const char *set_cmd_prefix, in with_command_1() argument
238 cmd_list_element *set_cmd = lookup_cmd (&args, setlist, set_cmd_prefix, in with_command_1()
290 with_command_completer_1 (const char *set_cmd_prefix, in with_command_completer_1() argument
305 std::string new_text = std::string (set_cmd_prefix) + text; in with_command_completer_1()
306 tracker.advance_custom_word_point_by (-(int) strlen (set_cmd_prefix)); in with_command_completer_1()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20123811 * cli/cli-decode.c (set_cmd_prefix): New.
3813 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3815 (add_setshow_cmd_full): set_cmd_prefix.
DChangeLog-202011421 (set_cmd_prefix): Remove.
11424 (add_alias_cmd): Remove call to set_cmd_prefix, as do_add_cmd does it.
11427 (add_prefix_cmd): Replace non working call to set_cmd_prefix by