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: [RFC] Make python/lib/gdb and submodules proper Python modules


Hi Tom,

Thanks for the review. I've attached an updated patch that restores PYTHONDIR and fixes the formatting. Also, is there a particular preferred style for the Python code? Most of the code under gdb/python/lib/gdb seem to conform to PEP 8 (no tabs, 4-space indents, no space before parentheses) rather than the GNU style. So I've reformatted the "gdb" module to PEP 8 too.

Yit
September 12, 2012

Attachment: python-gdb-native-module.txt
Description: Text document


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