diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-06-28 19:54:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-06-28 19:54:04 +0000 |
commit | 9279c692c1e31c527d29493a9d96ea19507ee01b (patch) | |
tree | c56d87beed6b63ec3eae352b166025c873edbdc9 /gdb/NEWS | |
parent | d3f41bb17012c1c836b552009b71c428774ddeed (diff) | |
download | gdb-9279c692c1e31c527d29493a9d96ea19507ee01b.zip gdb-9279c692c1e31c527d29493a9d96ea19507ee01b.tar.gz gdb-9279c692c1e31c527d29493a9d96ea19507ee01b.tar.bz2 |
Document the GDB python directory.
2010-06-27 Joel Brobecker <brobecker@adacore.com>
* NEWS: Add entry announcing the python directory.
2010-06-27 Joel Brobecker <brobecker@adacore.com>
* gdb.texinfo (Python): Document what the python directory is
and what its location is.
(Basic Python): Document the gdb.PYTHONDIR constant.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -132,6 +132,12 @@ is now deprecated. * Python scripting +** GDB now provides a new directory location, called the python directory, + where Python scripts written for GDB can be installed. The location + of that directory is <data-directory>/python, where <data-directory> + is the GDB data directory. For more details, see section `Scripting + GDB using Python' in the manual. + ** The GDB Python API now has access to breakpoints, symbols, symbol tables, program spaces, and frame's code blocks. Additionally, GDB Parameters can now be created from the API, and manipulated via |