diff options
author | Mark Alexander <marka@cygnus> | 1997-02-11 02:48:55 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1997-02-11 02:48:55 +0000 |
commit | 7061bb0ef347047a35132ab780f22e5e170ad39a (patch) | |
tree | 42c761aa6d2d645bd27620346e961648c2c85cc8 /gdb/ChangeLog | |
parent | 8e5c905e99f422e16eddf45d6718c0931f288a05 (diff) | |
download | gdb-7061bb0ef347047a35132ab780f22e5e170ad39a.zip gdb-7061bb0ef347047a35132ab780f22e5e170ad39a.tar.gz gdb-7061bb0ef347047a35132ab780f22e5e170ad39a.tar.bz2 |
* mips-tdep.c (non_heuristic_proc_desc): New function.
(find_proc_desc): Move non-heuristic proc search code into separate
function.
(gdb_print_insn_mips): Use non-heuristic method to find procedure
descriptor, to avoid prologue examination when disassembling.
* remote-mips.c: Add support for new "lsi" target (LSI MiniRISC
aka MicroMeteor board).
(mips_exit_debug): Prevent protocol reinitialization if an error
occurs while exiting debug mode.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 173a0e5..b36296f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Mon Feb 10 18:35:55 1997 Mark Alexander <marka@cygnus.com> + + * mips-tdep.c (non_heuristic_proc_desc): New function. + (find_proc_desc): Move non-heuristic proc search code into separate + function. + (gdb_print_insn_mips): Use non-heuristic method to find procedure + descriptor, to avoid prologue examination when disassembling. + * remote-mips.c: Add support for new "lsi" target (LSI MiniRISC + aka MicroMeteor board). + (mips_exit_debug): Prevent protocol reinitialization if an error + occurs while exiting debug mode. + Mon Feb 10 16:11:57 1997 Jeffrey A Law (law@cygnus.com) * mn10200-tdep.c: Remove lots of debugging printfs, update/improve |