X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Finfcmd.c;h=0f941004384dbc94de61289d7f3c5dd9359cc993;hb=5ceb1f4d804b09cb8767ca704c2ba41e50a2bcdb;hp=1dfbe2329b7e8649c8c9f4cfdbe7662cb723babe;hpb=000439d52897541ad00a84026ac471b4f8cb3c97;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 1dfbe2329b..0f94100438 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -421,7 +421,7 @@ strip_bg_char (const char *args, int *bg_char_p) } *bg_char_p = 0; - return gdb::unique_xmalloc_ptr (xstrdup (args)); + return make_unique_xstrdup (args); } /* Common actions to take after creating any sort of inferior, by any @@ -2178,7 +2178,7 @@ path_command (const char *dirname, int from_tty) current_inferior ()->environment.set (path_var_name, exec_path); xfree (exec_path); if (from_tty) - path_info ((char *) NULL, from_tty); + path_info (NULL, from_tty); } @@ -3394,10 +3394,10 @@ in the named register groups.")); _("Execution status of the program.")); add_info ("float", info_float_command, - _("Print the status of the floating point unit\n")); + _("Print the status of the floating point unit")); add_info ("vector", info_vector_command, - _("Print the status of the vector unit\n")); + _("Print the status of the vector unit")); add_prefix_cmd ("proc", class_info, info_proc_cmd, _("\