diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-01-07 01:35:41 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-01-07 01:35:41 +0000 |
commit | 4a4f9e3bf1f7f3d3b30311626cb04ed2518cf826 (patch) | |
tree | f9cc10c9ef844d0d304cc98079e35a949a3b4bb9 /gdb/ChangeLog | |
parent | 237eaf373f625dddd4118c4f04085b1f4624a980 (diff) | |
download | gdb-4a4f9e3bf1f7f3d3b30311626cb04ed2518cf826.zip gdb-4a4f9e3bf1f7f3d3b30311626cb04ed2518cf826.tar.gz gdb-4a4f9e3bf1f7f3d3b30311626cb04ed2518cf826.tar.bz2 |
sanitization
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e70d65e..c7cd97b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,6 @@ Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com) - * Makefile.in (install_only uninstall): Indent for clarity + * Makefile.in (install_only uninstall): Indent for clarity. * core.c (dis_asm_read_memory): Add call to dis_asm_read_memory_hook to provide alternate way for disassembler @@ -9,6 +9,10 @@ Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com) * defs.h: Protect from multiple inclusion. Add decl for dis_asm_read_memory_hook. + * top.c: Make window startup be the default. + * Add dis_asm_read_memory_hook. + +start-sanitize-gdbtk * gdbtk.c (finish_saving_output): Don't do anything if not saving output. * (breakpoint_notify): Don't send null filename to tcl. @@ -30,9 +34,7 @@ Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com) since they don't exist yet. * Pop up a copyright window on startup. - - * top.c: Make window startup be the default. - * Add dis_asm_read_memory_hook. +end-sanitize-gdbtk Thu Jan 5 01:16:40 1995 Jeff Law (law@snake.cs.utah.edu) |