This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] [patch#4 6/8] set debug auto-load
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Tue, 17 Apr 2012 18:00:14 +0200
- Subject: [commit] [patch#4 6/8] set debug auto-load
- References: <20120405210835.GF31632@host2.jankratochvil.net>
On Thu, 05 Apr 2012 23:08:35 +0200, Jan Kratochvil wrote:
> gdb/
> 2012-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
>
> * NEWS: New commands "set debug auto-load" and "show debug auto-load".
> * auto-load.c (debug_auto_load, show_debug_auto_load: New.
> (auto_load_safe_path_vec_update)
> (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
> if DEBUG_AUTO_LOAD.
> (file_is_auto_load_safe): New parameters debug_fmt and ....
> Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
> (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
> caller by explanatory string.
> (_initialize_auto_load): Register "set debug auto-load".
> * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
> and ....
> * linux-thread-db.c (try_thread_db_load_from_pdir_1)
> (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
> by explanatory string.
> * main.c (captured_main): Likewise.
> * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
> (source_section_scripts): Likewise.
>
> gdb/doc/
> 2012-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
>
> * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
> (auto-load verbose mode): New node.
Checked in:
http://sourceware.org/ml/gdb-cvs/2012-04/msg00115.html
Thanks,
Jan