diff options
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 8c187a4..d7d33e6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2004-05-07 Andrew Cagney <cagney@redhat.com> + + * observer.c: Include "commands.h" and "gdbcmd.h". + (observer_debug, _initialize_observer): Add the + command "set/show debug observer". + * observer.sh: When observer debugging, log notify calls. + * Makefile.in (observer.o): Update dependencies. + 2004-05-07 Jason Molenda (jmolenda@apple.com) * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos. |