aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-04-18 18:16:30 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-04-18 18:16:30 +0000
commit4a6163dbc5cfe2e5062f1d4b974d86e66d3471f5 (patch)
tree421bde499792080b54d118dc22d822b3fc5ccef8 /sim
parentfec391b1b56c8ba6b3c0b623a37adaf055f169ac (diff)
downloadgdb-4a6163dbc5cfe2e5062f1d4b974d86e66d3471f5.zip
gdb-4a6163dbc5cfe2e5062f1d4b974d86e66d3471f5.tar.gz
gdb-4a6163dbc5cfe2e5062f1d4b974d86e66d3471f5.tar.bz2
* nrun.c: #include <signal.h>.
(main, cntrl_c): Wrap calls to sim_resume in a SIGINT handler that calls sim_stop ().
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 49500ac..078b3d1 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,9 @@
+Fri Apr 18 11:14:43 1997 Doug Evans <dje@canuck.cygnus.com>
+
+ * nrun.c: #include <signal.h>.
+ (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
+ handler that calls sim_stop ().
+
Fri Apr 18 13:11:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
* run.c (main, cntrl_c): Wrap calls to sim_resume in a SIGINT