diff options
author | Doug Evans <dje@google.com> | 2010-10-04 15:30:25 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-10-04 15:30:25 +0000 |
commit | f17618eaf3b901702ad17e3168019a0047a4dda4 (patch) | |
tree | b3d7ffd6b16e22ab835f2b630d3b4c9543a0e2b8 /gdb/ChangeLog | |
parent | d954098fc13bc2010aea9501f7ffb66e09cc6950 (diff) | |
download | gdb-f17618eaf3b901702ad17e3168019a0047a4dda4.zip gdb-f17618eaf3b901702ad17e3168019a0047a4dda4.tar.gz gdb-f17618eaf3b901702ad17e3168019a0047a4dda4.tar.bz2 |
* python/python.c (_initialize_python): Define new function
GdbSetPythonDirectory in python. Use it to update sys.path and
gdb.__path__.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 61bdd5f..7f331ac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2010-10-04 Doug Evans <dje@google.com> + + * python/python.c (_initialize_python): Define new function + GdbSetPythonDirectory in python. Use it to update sys.path and + gdb.__path__. + 2010-10-03 Paul Hilfinger <hilfinger@adacore.com> * gdb/ada-typeprint.c (print_selected_record_field_types): New function, |