diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-17 06:41:47 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-17 06:41:47 +0000 |
commit | 063190b6cbf154dd0eff78d07991b6a527441b92 (patch) | |
tree | 977d09e34aa70a9132c8dac8fa106f198ed363a6 /gdb/ChangeLog | |
parent | 5f16d8553b4c39526585af46fe6253b4e7500709 (diff) | |
download | gdb-063190b6cbf154dd0eff78d07991b6a527441b92.zip gdb-063190b6cbf154dd0eff78d07991b6a527441b92.tar.gz gdb-063190b6cbf154dd0eff78d07991b6a527441b92.tar.bz2 |
* source.c (find_source_lines): Remove tui test, must be replaced
by appropriate warning hook.
(print_source_lines): Remove tui hacks, must be replaced by cli.
(forward_search_command): Remove tui hacks, can be replaced by
appropriate calls to identify_source_line when tui scrolls.
(reverse_search_command): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9827d21..7d64d80 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr> + + * source.c (find_source_lines): Remove tui test, must be replaced + by appropriate warning hook. + (print_source_lines): Remove tui hacks, must be replaced by cli. + (forward_search_command): Remove tui hacks, can be replaced by + appropriate calls to identify_source_line when tui scrolls. + (reverse_search_command): Likewise. + 2001-07-16 Nick Duffek <nsd@redhat.com> * remote.c (init_remote_ops, init_remote_cisco_ops, |