diff options
author | Stu Grossman <grossman@cygnus> | 1995-12-06 02:13:00 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-12-06 02:13:00 +0000 |
commit | 67e218392fd7a6558d1f2024066df0d258787c93 (patch) | |
tree | e9445fdbd4e0992fcdc1e8076347e04279a5fdaf /gdb | |
parent | faa077a592091756359ea56921f9aee1ee2eaa64 (diff) | |
download | gdb-67e218392fd7a6558d1f2024066df0d258787c93.zip gdb-67e218392fd7a6558d1f2024066df0d258787c93.tar.gz gdb-67e218392fd7a6558d1f2024066df0d258787c93.tar.bz2 |
* monitor.c (monitor_expect_regexp): Make static, add prototype.
* (monitor_read_memory_single): Call monitor_expect_regexp with
pointer to getmem_resp_delim_pattern, not entire struct.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4c7c246..192996f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 5 18:08:29 1995 Stu Grossman (grossman@cygnus.com) + + * monitor.c (monitor_expect_regexp): Make static, add prototype. + * (monitor_read_memory_single): Call monitor_expect_regexp with + pointer to getmem_resp_delim_pattern, not entire struct. + Tue Dec 5 15:51:25 1995 Stan Shebs <shebs@andros.cygnus.com> * c-lang.h (c_op_print_tab): Don't declare, some compilers |