diff options
author | Stu Grossman <grossman@cygnus> | 1995-10-24 21:31:07 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-10-24 21:31:07 +0000 |
commit | 283dc598b8ef7d3e0f23933bffc142affda89c21 (patch) | |
tree | b05a3a0659bc39cd8ebfe98d9279c70c74108e9f /gdb/ChangeLog | |
parent | da533085e5936fb44ec622153427e1b5907ba645 (diff) | |
download | gdb-283dc598b8ef7d3e0f23933bffc142affda89c21.zip gdb-283dc598b8ef7d3e0f23933bffc142affda89c21.tar.gz gdb-283dc598b8ef7d3e0f23933bffc142affda89c21.tar.bz2 |
* monitor.c (monitor_expect_regexp): Same as monitor_expect, but
with the obvious extension. (monitor_read_memory_single): Use
regexp for getmem.resp_delim because of parsing ambiguities caused
by certain monitors. (monitor_read_memory): Use new regexp stuff
to parse getmem.resp_delim.
* sh3-rom.c: Finish off table. Use new regexp capability for
getmem commands.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8038a68..be7a49a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ Tue Oct 24 12:26:14 1995 Stu Grossman (grossman@cygnus.com) + * monitor.c (monitor_expect_regexp): Same as monitor_expect, but + with the obvious extension. (monitor_read_memory_single): Use + regexp for getmem.resp_delim because of parsing ambiguities caused + by certain monitors. (monitor_read_memory): Use new regexp stuff + to parse getmem.resp_delim. + * sh3-rom.c: Finish off table. Use new regexp capability for + getmem commands. + * infrun.c (wait_for_inferior): Disable questionable code near the step range test. Replace call detection test with much simpler (and more efficient) test that doesn't require prologue |