OSDN Git Service

2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
authorpmuldoon <pmuldoon>
Tue, 9 Aug 2011 12:45:39 +0000 (12:45 +0000)
committerpmuldoon <pmuldoon>
Tue, 9 Aug 2011 12:45:39 +0000 (12:45 +0000)
commit7cc3df5aa83b8c5f4de9bbb7579135ab503efd15
treeb7cbe57d29a19382af47be1aae6de6ad74ba6bac
parent2208cc5328bb546588f6b267f80e0a81402ac8fa
2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>

* python/lib/gdb/__init__.py: Auto-load files in command and
function directories.
* python/python.c (finish_python_initialization): Use
os.path.join.
* python/lib/gdb/command/pretty_printers.py: Self register
command.
* NEWS: Document auto-loading.

2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>

* gdb.texinfo (Python): Document command and function
auto-loading.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/lib/gdb/__init__.py
gdb/python/lib/gdb/command/pretty_printers.py
gdb/python/python.c