From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28524 invoked by alias); 13 Jul 2011 18:53:43 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 28495 invoked by uid 9813); 13 Jul 2011 18:53:42 -0000 Date: Wed, 13 Jul 2011 18:53:00 -0000 Message-ID: <20110713185342.28480.qmail@sourceware.org> From: sergiodj@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-sergiodj-lazier-debuginfo-reading: Minor nit: changing "auto" for "on" X-Git-Refname: refs/heads/archer-sergiodj-lazier-debuginfo-reading X-Git-Reftype: branch X-Git-Oldrev: f932f5dc20b98db8806486988d2b329b1ebedce5 X-Git-Newrev: e245dbb839d9b3e3ecb073852b9e072742f2de7a X-SW-Source: 2011-q3/txt/msg00025.txt.bz2 List-Id: The branch, archer-sergiodj-lazier-debuginfo-reading has been updated via e245dbb839d9b3e3ecb073852b9e072742f2de7a (commit) from f932f5dc20b98db8806486988d2b329b1ebedce5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit e245dbb839d9b3e3ecb073852b9e072742f2de7a Author: Sergio Durigan Junior Date: Wed Jul 13 15:53:31 2011 -0300 Minor nit: changing "auto" for "on" ----------------------------------------------------------------------- Summary of changes: gdb/doc/gdb.texinfo | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) First 500 lines of diff: diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f532c97..b46e80b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -14943,14 +14943,14 @@ commands: @table @code @kindex set auto-solib-add @item set auto-solib-add @var{mode} -If @var{mode} is @code{auto}, symbols from all shared object libraries +If @var{mode} is @code{on}, symbols from all shared object libraries will be loaded automatically when the inferior begins execution, you attach to an independently started inferior, or when the dynamic linker informs @value{GDBN} that a new library has been loaded. If @var{mode} is @code{off}, symbols must be loaded manually, using the @code{sharedlibrary} command. If @var{mode} is @code{lazy}, then @value{GDBN} will lazily load symbols from shared libraries, i.e., it -will load symbols on-demand. The default value is @code{auto}. +will load symbols on-demand. The default value is @code{on}. This command is now deprecated. Use @code{set solib-add} instead. hooks/post-receive -- Repository for Project Archer.