diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-09-17 18:26:06 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-09-17 18:26:06 +0000 |
commit | 9a950c7c83c510ecf83511ac460b8c6afe4d37fb (patch) | |
tree | c37eb7fde6249da14779ca1abfd856b60c6fddf6 /gdb/ChangeLog | |
parent | 5ec61378372b535bfadce78ffa5832623b2ac99c (diff) | |
download | gdb-9a950c7c83c510ecf83511ac460b8c6afe4d37fb.zip gdb-9a950c7c83c510ecf83511ac460b8c6afe4d37fb.tar.gz gdb-9a950c7c83c510ecf83511ac460b8c6afe4d37fb.tar.bz2 |
gdb/
Implement auto-load user conveniences suggested by Doug Evans.
* auto-load.c: Include top.h.
(file_is_auto_load_safe): New variable advice_printed. Print advice.
(_initialize_auto_load): New variable scripts_directory_help. Mention
GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
scripts-directory. Document in online help one can use also files for
set auto-load safe-path.
* python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
* python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ac8757f..2f6c5c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com> + + Implement auto-load user conveniences suggested by Doug Evans. + * auto-load.c: Include top.h. + (file_is_auto_load_safe): New variable advice_printed. Print advice. + (_initialize_auto_load): New variable scripts_directory_help. Mention + GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load + scripts-directory. Document in online help one can use also files for + set auto-load safe-path. + * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ... + * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here. + 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com> * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition |