diff options
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-cmds.c | 38 | ||||
-rw-r--r-- | gdb/cli/cli-decode.c | 38 | ||||
-rw-r--r-- | gdb/cli/cli-decode.h | 2 | ||||
-rw-r--r-- | gdb/cli/cli-script.c | 32 | ||||
-rw-r--r-- | gdb/cli/cli-setshow.c | 2 |
5 files changed, 56 insertions, 56 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index e6a1a84..54822fa 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -488,7 +488,7 @@ pwd_command (const char *args, int from_tty) if (cwd == NULL) error (_("Error finding name of working directory: %s"), - safe_strerror (errno)); + safe_strerror (errno)); if (strcmp (cwd.get (), current_directory) != 0) printf_unfiltered (_("Working directory %ps\n (canonically %ps).\n"), @@ -532,7 +532,7 @@ cd_command (const char *dir, int from_tty) if (IS_DIR_SEPARATOR (dir[len - 1])) { /* Remove the trailing slash unless this is a root directory - (including a drive letter on non-Unix systems). */ + (including a drive letter on non-Unix systems). */ if (!(len == 1) /* "/" */ #ifdef HAVE_DOS_BASED_FILE_SYSTEM && !(len == 3 && dir[1] == ':') /* "d:/" */ @@ -571,7 +571,7 @@ cd_command (const char *dir, int from_tty) if (found_real_path) { /* Search backwards for the directory just before the "/.." - and obliterate it and the "/..". */ + and obliterate it and the "/..". */ char *q = p; while (q != current_directory && !IS_DIR_SEPARATOR (q[-1])) @@ -716,7 +716,7 @@ source_script_with_search (const char *file, int from_tty, int search_path) if (!opened) { /* The script wasn't found, or was otherwise inaccessible. - If the source command was invoked interactively, throw an + If the source command was invoked interactively, throw an error. Otherwise (e.g. if it was invoked by a script), just emit a warning, rather than cause an error. */ if (from_tty) @@ -971,40 +971,40 @@ edit_command (const char *arg, int from_tty) sal = sals[0]; if (*arg1) - error (_("Junk at end of line specification.")); + error (_("Junk at end of line specification.")); /* If line was specified by address, first print exactly which - line, and which file. In this case, sal.symtab == 0 means - address is outside of all known source files, not that user - failed to give a filename. */ + line, and which file. In this case, sal.symtab == 0 means + address is outside of all known source files, not that user + failed to give a filename. */ if (*arg == '*') - { + { struct gdbarch *gdbarch; - if (sal.symtab == 0) + if (sal.symtab == 0) error (_("No source file for address %s."), paddress (get_current_arch (), sal.pc)); gdbarch = SYMTAB_OBJFILE (sal.symtab)->arch (); - sym = find_pc_function (sal.pc); - if (sym) + sym = find_pc_function (sal.pc); + if (sym) printf_filtered ("%s is in %s (%s:%d).\n", paddress (gdbarch, sal.pc), sym->print_name (), symtab_to_filename_for_display (sal.symtab), sal.line); - else + else printf_filtered ("%s is at %s:%d.\n", paddress (gdbarch, sal.pc), symtab_to_filename_for_display (sal.symtab), sal.line); - } + } /* If what was given does not imply a symtab, it must be an - undebuggable symbol which means no source code. */ + undebuggable symbol which means no source code. */ if (sal.symtab == 0) - error (_("No line number known for %s."), arg); + error (_("No line number known for %s."), arg); } if ((editor = getenv ("EDITOR")) == NULL) @@ -1110,7 +1110,7 @@ pipe_command (const char *arg, int from_tty) if (exit_status < 0) error (_("shell command \"%s\" failed: %s"), shell_command, - safe_strerror (errno)); + safe_strerror (errno)); exit_status_set_internal_vars (exit_status); } @@ -1400,7 +1400,7 @@ print_disassembly (struct gdbarch *gdbarch, const char *name, printf_filtered (_("for function %ps:\n"), styled_string (function_name_style.style (), name)); if (block == nullptr || BLOCK_CONTIGUOUS_P (block)) - { + { if (name == NULL) printf_filtered (_("from %ps to %ps:\n"), styled_string (address_style.style (), @@ -1412,7 +1412,7 @@ print_disassembly (struct gdbarch *gdbarch, const char *name, gdb_disassembly (gdbarch, current_uiout, flags, -1, low, high); } else - { + { for (int i = 0; i < BLOCK_NRANGES (block); i++) { CORE_ADDR range_low = BLOCK_RANGE_START (block, i); diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index 5a549ed..71924c3 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -354,11 +354,11 @@ update_prefix_field_of_prefixed_commands (struct cmd_list_element *c) /* We must recursively update the prefix field to cover e.g. 'info auto-load libthread-db' where the creation order was: - libthread-db - auto-load - info + libthread-db + auto-load + info In such a case, when 'auto-load' was created by do_add_cmd, - the 'libthread-db' prefix field could not be updated, as the + the 'libthread-db' prefix field could not be updated, as the 'auto-load' command was not yet reachable by lookup_cmd_for_prefixlist (list, cmdlist) that searches from the top level 'cmdlist'. */ @@ -450,7 +450,7 @@ add_show_prefix_cmd (const char *name, enum command_class theclass, struct cmd_list_element * add_prefix_cmd_suppress_notification - (const char *name, enum command_class theclass, + (const char *name, enum command_class theclass, cmd_const_cfunc_ftype *fun, const char *doc, struct cmd_list_element **prefixlist, const char *prefixname, int allow_unknown, @@ -1260,16 +1260,16 @@ help_cmd (const char *command, struct ui_file *stream) if (c->hook_pre || c->hook_post) fprintf_filtered (stream, - "\nThis command has a hook (or hooks) defined:\n"); + "\nThis command has a hook (or hooks) defined:\n"); if (c->hook_pre) fprintf_filtered (stream, - "\tThis command is run after : %s (pre hook)\n", - c->hook_pre->name); + "\tThis command is run after : %s (pre hook)\n", + c->hook_pre->name); if (c->hook_post) fprintf_filtered (stream, - "\tThis command is run before : %s (post hook)\n", - c->hook_post->name); + "\tThis command is run before : %s (post hook)\n", + c->hook_post->name); } /* @@ -1352,7 +1352,7 @@ help_all (struct ui_file *stream) for (c = cmdlist; c; c = c->next) { if (c->abbrev_flag) - continue; + continue; /* If this is a class name, print all of the commands in the class. */ @@ -1370,7 +1370,7 @@ help_all (struct ui_file *stream) for (c = cmdlist; c; c = c->next) { if (c->abbrev_flag) - continue; + continue; if (c->theclass == no_class) { @@ -1496,7 +1496,7 @@ help_cmd_list (struct cmd_list_element *list, enum command_class theclass, || (theclass == c->theclass && c->func != NULL)) { /* show C when - - showing all commands + - showing all commands - showing all classes and C is a help class - showing commands of THECLASS and C is not the help class */ @@ -1748,9 +1748,9 @@ lookup_cmd_1 (const char **text, struct cmd_list_element *clist, if (result_list != nullptr) if (!*result_list) /* This used to say *result_list = *found->prefixlist. - If that was correct, need to modify the documentation - at the top of this function to clarify what is - supposed to be going on. */ + If that was correct, need to modify the documentation + at the top of this function to clarify what is + supposed to be going on. */ *result_list = found; /* For ambiguous commands, do not return any default_args args. */ if (default_args != nullptr) @@ -1840,7 +1840,7 @@ lookup_cmd (const char **line, struct cmd_list_element *list, else if (c == CMD_LIST_AMBIGUOUS) { /* Ambigous. Local values should be off prefixlist or called - values. */ + values. */ int local_allow_unknown = (last_list ? last_list->allow_unknown : allow_unknown); const char *local_cmdtype = last_list ? last_list->prefixname : cmdtype; @@ -1890,10 +1890,10 @@ lookup_cmd (const char **line, struct cmd_list_element *list, else { if (c->type == set_cmd && **line != '\0' && !isspace (**line)) - error (_("Argument must be preceded by space.")); + error (_("Argument must be preceded by space.")); /* We've got something. It may still not be what the caller - wants (if this command *needs* a subcommand). */ + wants (if this command *needs* a subcommand). */ while (**line == ' ' || **line == '\t') (*line)++; diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index e8ce362..295a590 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -89,7 +89,7 @@ struct cmd_list_element /* The user needs to be warned that this is a deprecated command. The user should only be warned the first time a command is used. */ - + unsigned int deprecated_warn_user : 1; /* When functions are deprecated at compile time (this is the way diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c index f8ac610..afa44af 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -210,7 +210,7 @@ print_command_lines (struct ui_out *uiout, struct command_line *cmd, } /* loop_continue to jump to the start of a while loop, print it - and continue. */ + and continue. */ if (list->control_type == continue_control) { uiout->field_string (NULL, "loop_continue"); @@ -544,7 +544,7 @@ execute_control_command_1 (struct command_line *cmd, int from_tty) print_command_trace ("loop_continue"); /* Return for "continue", and "break" so we can either - continue the loop at the top, or break out. */ + continue the loop at the top, or break out. */ ret = cmd->control_type; break; @@ -552,7 +552,7 @@ execute_control_command_1 (struct command_line *cmd, int from_tty) print_command_trace ("loop_break"); /* Return for "continue", and "break" so we can either - continue the loop at the top, or break out. */ + continue the loop at the top, or break out. */ ret = cmd->control_type; break; @@ -1147,7 +1147,7 @@ recurse_read_control_structure (gdb::function_view<const char * ()> read_next_li child_tail = next; /* If the latest line is another control structure, then recurse - on it. */ + on it. */ if (multi_line_command_p (next->control_type)) { control_level++; @@ -1485,20 +1485,20 @@ do_define_command (const char *comname, int from_tty, if (hookc) { switch (hook_type) - { - case CMD_PRE_HOOK: - hookc->hook_pre = newc; /* Target gets hooked. */ - newc->hookee_pre = hookc; /* We are marked as hooking target cmd. */ - break; - case CMD_POST_HOOK: - hookc->hook_post = newc; /* Target gets hooked. */ - newc->hookee_post = hookc; /* We are marked as hooking + { + case CMD_PRE_HOOK: + hookc->hook_pre = newc; /* Target gets hooked. */ + newc->hookee_pre = hookc; /* We are marked as hooking target cmd. */ + break; + case CMD_POST_HOOK: + hookc->hook_post = newc; /* Target gets hooked. */ + newc->hookee_post = hookc; /* We are marked as hooking target cmd. */ - break; - default: - /* Should never come here as hookc would be 0. */ + break; + default: + /* Should never come here as hookc would be 0. */ internal_error (__FILE__, __LINE__, _("bad switch")); - } + } } } diff --git a/gdb/cli/cli-setshow.c b/gdb/cli/cli-setshow.c index 19a5565..cec97dd 100644 --- a/gdb/cli/cli-setshow.c +++ b/gdb/cli/cli-setshow.c @@ -743,7 +743,7 @@ cmd_show_list (struct cmd_list_element *list, int from_tty) /* We skip show command aliases to avoid showing duplicated values. */ /* If we find a prefix, run its list, prefixing our output by its - prefix (with "show " skipped). */ + prefix (with "show " skipped). */ if (list->prefixlist && list->cmd_pointer == nullptr) { ui_out_emit_tuple optionlist_emitter (uiout, "optionlist"); |