aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b59013f..013f001 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,17 @@
2010-04-23 Doug Evans <dje@google.com>
+ * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
+ python.
+ * configure: Regenerate.
+ * main.c: #include "python/python.h".
+ (captured_main): Defer loading auto-loaded scripts until after
+ local_gdbinit has been sourced.
+ * python/py-auto-load.c (gdbpy_global_auto_load): New global.
+ (load_auto_scripts_for_objfile): New function.
+ (auto_load_new_objfile): Call it.
+ * python/python.h (gdbpy_global_auto_load): Declare.
+ (load_auto_scripts_for_objfile): Declare.
+
Add support for auto-loading scripts from .debug_gdb_scripts section.
* NEWS: Add entry for .debug_gdb_scripts.
* Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.