binutils-gdb/gdb/ChangeLog

63 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Mon Jan 12 11:46:51 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
* config/m68k/tm-m68k.h (REGISTER_VIRTUAL_TYPE): make A0 thru A7
default to void pointer type (so that their default radix is hex).
* symtab.c: move rbreak_command from no_class to class_breakpoint
so it will be listed under "help breakpoints".
Sat Jan 10 14:58:04 1998 Stan Shebs <shebs@andros.cygnus.com>
* rdi-share/hostchan.c: Remove gettimeofday declaration.
Thu Jan 8 11:03:59 1998 Nick Clifton <nickc@cygnus.com>
* remote-rdp.c: Applied patches submitted by Tony.Thompson@arm.com
to implement the Angel remote debugging interface.
* Makefile.in: Add build rules for remote-rdi.c and
rdi-share/libangsd.a.
* configure.tgt: Updated from source on branch.
* config/arm/tm-arm.h: Updated from source on branch.
* arm-tdep.c: Updated from source on branch.
* rdi-share: New directory, RDI library contributed by ARM.
Mon Jan 5 20:21:59 1998 Mark Alexander <marka@cygnus.com>
* monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define.
* monitor.c (monitor_wait): Echo program output.
* dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag,
add MO_PRINT_PROGRAM_OUTPUT flag.
Mon Jan 5 18:21:11 1998 David Taylor <taylor@texas.cygnus.com>
* top.h (HAVE_SIGSETJMP): define SIGJMP_BUF, SIGSETJMP, and
SIGLONGJMP appropriately based on whether HAVE_SIGSETJMP is
defined.
* top.c (return_to_top_level, catch_errors): use the new macros
* main.c (SET_TOP_LEVEL): ditto.
* config/xm-sysv4.h (HAVE_SIGSETJMP): Define.
Fri Jan 2 18:48:58 1998 Mark Alexander <marka@cygnus.com>
* configure.in: Double up brackets in shell case pattern.
Fri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
* tracepoint.c (finish_tfind_command): improved algorithm for
deciding when we've "stepped" into a new stack frame.
(map_args_over_tracepoints): loop over tracepoint list "safely",
since list elements may be deleted during loop.
(read_actions): add actions to history list.
For older changes see ChangeLog-97
Local Variables:
mode: indented-text
left-margin: 8
fill-column: 74
version-control: never
End: