diff options
author | Rob Savoye <rob@cygnus> | 1995-12-22 02:09:38 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1995-12-22 02:09:38 +0000 |
commit | b284227cca4549997debf4f7d59e30224281c5d4 (patch) | |
tree | 40922eb5e551feb6d4d2752bf9511ab220152931 /gdb/ChangeLog | |
parent | d3c0ec638751f1a828232369b175da105a0155fd (diff) | |
download | gdb-b284227cca4549997debf4f7d59e30224281c5d4.zip gdb-b284227cca4549997debf4f7d59e30224281c5d4.tar.gz gdb-b284227cca4549997debf4f7d59e30224281c5d4.tar.bz2 |
* remote-array.c (array_wait): Poll the keyboard along with the
serial port so users can tpye at the target while their
application is running.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3fa3fe1..ea14724 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 21 19:09:20 1995 Rob Savoye <rob@chinadoll.cygnus.com> + + * remote-array.c (array_wait): Poll the keyboard along with the + serial port so users can tpye at the target while their + application is running. + Thu Dec 21 11:58:52 1995 Michael Meissner <meissner@tiktok.cygnus.com> * Makefile.in (ppcbug-rom.o, srec.o): Add dependencies. @@ -51,7 +57,7 @@ Wed Dec 20 10:54:41 1995 Fred Fish <fnf@cygnus.com> * symmisc.c (print_objfile_statistics): Print the per-objfile internal instrumentation statistics gathered. * xcoffread.c (xcoff_next_symbol_text): Now takes objfile argument. - + Fri Dec 15 16:15:55 1995 Ian Lance Taylor <ian@cygnus.com> * top.c (set_endian_from_file): Use new bfd_big_endian macro. |