projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be8286
)
* remote-es.c: Replace ignore with 0.
author
Kung Hsu
<kung@cygnus>
Tue, 14 Mar 1995 18:48:06 +0000
(18:48 +0000)
committer
Kung Hsu
<kung@cygnus>
Tue, 14 Mar 1995 18:48:06 +0000
(18:48 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/remote-es.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 025b256fd91fe14b37a30fb6c167e8700f8337ae..7a1e662cc8883d2d4e6cfa54283a0ce018c03764 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+Tue Mar 14 10:41:41 1995 Kung Hsu <kung@mexican.cygnus.com>
+
+ * remote-es.c: Replace ignore with 0.
+
Tue Mar 14 05:52:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* valops.c (value_repeat), eval.c (evaluate_subexp_standard):
diff --git
a/gdb/remote-es.c
b/gdb/remote-es.c
index 162e853eae859e7dc08e680d40fd930f87aebbb0..04ec81bd2b311392445bbf6a68d7cbfc26513882 100644
(file)
--- a/
gdb/remote-es.c
+++ b/
gdb/remote-es.c
@@
-2075,7
+2075,7
@@
Specify the serial device it is connected to (e.g. /dev/ttya).",
NULL, /* to_mourn_inferior */
0, /* to_can_run */
0, /* to_notice_signals */
-
ignore,
/* to_stop */
+
0,
/* to_stop */
core_stratum, /* to_stratum */
0, /* to_next */
0, /* to_has_all_memory */