This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, doc RFA] gdb.parameter("directories"), new "set dir" command


Thanks.

I added a testcase and checked this in.
[I renamed py-param.exp -> py-parameter.exp too.]

2010-11-05  Doug Evans  <dje@google.com>

        Make gdb.parameter("directories") work.
        New command "set directories".
        * NEWS: Document them.
        * source.c (set_directories_command): New function.
        (show_directories_1): Renamed from show_directories.
        All callers updated.
        (show_directories_command): New function.
        (_initialize_source): Install "directories" as a set/show
        variable instead of just a show command.

        doc/
        * gdb.texinfo (Source Path): Document "set directories".

        testsuite/
        * gdb.base/help.exp: Update expected output.
        * gdb.python/py-param.exp: Delete, contents moved to ...
        * gdb.python/py-parameter.exp: ... here.  New file.
        Add test for gdb.parameter ("directories").

Attachment: gdb-101105-dir-param-2.patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]