import gdb-1999-07-19 snapshot

This commit is contained in:
Jason Molenda
1999-07-19 23:30:11 +00:00
parent dc9e099fc0
commit adf40b2e16
46 changed files with 2656 additions and 1071 deletions

View File

@ -244,8 +244,8 @@ run_command (args, from_tty)
if (inferior_pid != 0 && target_has_execution)
{
if (
!query ("The program being debugged has been started already.\n\
if (from_tty
&& !query ("The program being debugged has been started already.\n\
Start it from the beginning? "))
error ("Program not restarted.");
target_kill ();