OSDN Git Service

2002-12-13 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 13 Dec 2002 17:55:49 +0000 (17:55 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 13 Dec 2002 17:55:49 +0000 (17:55 +0000)
commit7569638bc9b2dd0c23129dd1698f158a0110f674
treeacb4038ed02aad8740c9f1fe9f8d76b707d8649f
parentbcba3ce6539acde23f6478b4f8a32f74f04c791f
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.
gdb/ChangeLog
gdb/Makefile.in
gdb/defs.h
gdb/source.c