From 9279c692c1e31c527d29493a9d96ea19507ee01b Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 28 Jun 2010 19:54:04 +0000 Subject: Document the GDB python directory. 2010-06-27 Joel Brobecker * NEWS: Add entry announcing the python directory. 2010-06-27 Joel Brobecker * gdb.texinfo (Python): Document what the python directory is and what its location is. (Basic Python): Document the gdb.PYTHONDIR constant. --- gdb/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/NEWS') diff --git a/gdb/NEWS b/gdb/NEWS index b286f1c..17cd3cb 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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 /python, where + 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 -- cgit v1.1