2005-01-13 Michael Snyder <msnyder@redhat.com>
* infcmd.c: Whitespace tweaks.
This commit is contained in:
parent
d9788fe8ba
commit
1f5d0fc991
@ -1,5 +1,6 @@
|
||||
2005-01-13 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* infcmd.c: Whitespace tweaks.
|
||||
* hpux-thread.c: Whitespace tweaks.
|
||||
* hppa-hpux-tdep.c: Whitespace tweaks.
|
||||
* gdbcore.h: Whitespace tweaks.
|
||||
|
@ -1863,7 +1863,7 @@ attach_command (char *args, int from_tty)
|
||||
static void
|
||||
detach_command (char *args, int from_tty)
|
||||
{
|
||||
dont_repeat (); /* Not for the faint of heart */
|
||||
dont_repeat (); /* Not for the faint of heart. */
|
||||
target_detach (args, from_tty);
|
||||
#if defined(SOLIB_RESTART)
|
||||
SOLIB_RESTART ();
|
||||
@ -1937,7 +1937,8 @@ No floating-point info available for this processor.\n");
|
||||
static void
|
||||
float_info (char *args, int from_tty)
|
||||
{
|
||||
print_float_info (current_gdbarch, gdb_stdout, deprecated_selected_frame, args);
|
||||
print_float_info (current_gdbarch, gdb_stdout,
|
||||
deprecated_selected_frame, args);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user