diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-12-13 17:55:49 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-12-13 17:55:49 +0000 |
commit | c04e0a08c9ced78d9a762969c584e64b5eca1d7a (patch) | |
tree | 298fe8023addbc7e510f87c3bb9d98985e4748d5 /gdb/ChangeLog | |
parent | 068890be59b98a2f5e269cbc070f6d3f36676aca (diff) | |
download | gdb-c04e0a08c9ced78d9a762969c584e64b5eca1d7a.zip gdb-c04e0a08c9ced78d9a762969c584e64b5eca1d7a.tar.gz gdb-c04e0a08c9ced78d9a762969c584e64b5eca1d7a.tar.bz2 |
2002-12-13 Jeff Johnston <jjohnstn@redhat.com>
* defs.h (init_last_source_visited): New prototype.
(add_path): Ditto.
* source.c (add_path): New function that adds to a specified path.
(mod_path): Change to call add_path.
(init_last_source_visited): New function to allow interfaces to
initialize static variable: last_source_visited. Part of fix
for PR gdb/741.
* Makefile.in: Add support for mi/mi-cmd-env.c.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bd4af6a..374231b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2002-12-13 Jeff Johnston <jjohnstn@redhat.com> + + * defs.h (init_last_source_visited): New prototype. + (add_path): Ditto. + * source.c (add_path): New function that adds to a specified path. + (mod_path): Change to call add_path. + (init_last_source_visited): New function to allow interfaces to + initialize static variable: last_source_visited. Part of fix + for PR gdb/741. + * Makefile.in: Add support for mi/mi-cmd-env.c. + 2002-12-13 Andrew Cagney <ac131313@redhat.com> * frame.h (frame_id_unwind): Declare. |