Files
Ciro Santilli 7b849db4f2 py-linetable.c: Fix doc of LineTable.source_lines' return type
The ltpy_get_all_source_lines function, use to implement
the gdb.LineTable.source_lines method, returns a list:

    source_list = PyDict_Keys (source_dict);
    return source_list;

This patch fixes the function's documentation as well as its docstring
to say that it returns a list rather than a FrozenSet.

gdb/ChangeLog:

        * py-linetable.c (ltpy_get_all_source_lines): Adjust function
        documentation to say that it returns a list rather than
        a FrozenSet.
        (linetable_object_methods): Update the docstring of the
        "source_line" entry.

Tested on x86_64-linux.
2015-07-23 06:51:07 -07:00
..
2015-03-07 15:14:14 +00:00
2015-03-07 15:14:14 +00:00
2015-04-11 19:49:03 +02:00
2015-02-11 11:20:21 +00:00
2015-03-07 15:14:14 +00:00
2015-03-07 15:14:14 +00:00
2015-05-26 16:13:04 -07:00
2015-03-07 15:14:14 +00:00
2015-04-28 21:53:54 -07:00
2015-03-07 15:14:14 +00:00
2015-05-15 16:00:40 +01:00
2015-03-07 15:14:14 +00:00
2015-04-29 13:24:21 -07:00
2015-04-29 13:24:21 -07:00