diff options
author | Martin Hunt <hunt@redhat.com> | 1999-01-29 09:46:26 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1999-01-29 09:46:26 +0000 |
commit | 7c5c8a5e46518c9cfe89038434824ff955f90e44 (patch) | |
tree | 3e541877c73d5d8c4a4f30987697a664465332d7 /gdb/ChangeLog-gdbtk | |
parent | 6925baeaa6402a694a73802aa96d790396ca021e (diff) | |
download | gdb-7c5c8a5e46518c9cfe89038434824ff955f90e44.zip gdb-7c5c8a5e46518c9cfe89038434824ff955f90e44.tar.gz gdb-7c5c8a5e46518c9cfe89038434824ff955f90e44.tar.bz2 |
1999-01-29 Martin Hunt <hunt@cygnus.com>
* gdbtk-cmds.c (gdb_get_breakpoint_info): When printing addresses,
do not rely on the format string "%lx" -- it does not exist for all
hosts. Use paddr instead.
(gdb_loadfile): Increase maximum line size to pass testsuite cases.
* gdbtk-hooks.c (gdbtk_add_hooks): Remove pc_changed_hook and
add register_changed_hook and memory_changed_hook.
(gdbtk_register_changed): New function.
(gdbtk_memory_changed): New function.
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r-- | gdb/ChangeLog-gdbtk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index 84ec468..9bfc149 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -1,5 +1,15 @@ 1999-01-29 Martin Hunt <hunt@cygnus.com> + * gdbtk-cmds.c (gdb_get_breakpoint_info): When printing addresses, + do not rely on the format string "%lx" -- it does not exist for all + hosts. Use paddr instead. + (gdb_loadfile): Increase maximum line size to pass testsuite cases. + + * gdbtk-hooks.c (gdbtk_add_hooks): Remove pc_changed_hook and + add register_changed_hook and memory_changed_hook. + (gdbtk_register_changed): New function. + (gdbtk_memory_changed): New function. + * gdbtk.c (gdbtk_init): Create tcl warp_pointer command for use with testing. |