From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "alin.s" Newsgroups: gmane.emacs.devel Subject: gdb question. Date: Wed, 20 Jan 2010 07:32:19 -0800 (PST) Message-ID: <27243604.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1264001562 28253 80.91.229.12 (20 Jan 2010 15:32:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Jan 2010 15:32:42 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 20 16:32:33 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NXcXn-0007xo-I5 for ged-emacs-devel@m.gmane.org; Wed, 20 Jan 2010 16:32:31 +0100 Original-Received: from localhost ([127.0.0.1]:44078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXcXo-0003Zc-GX for ged-emacs-devel@m.gmane.org; Wed, 20 Jan 2010 10:32:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXcXi-0003ZV-VF for emacs-devel@gnu.org; Wed, 20 Jan 2010 10:32:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXcXe-0003ZJ-6Z for Emacs-devel@gnu.org; Wed, 20 Jan 2010 10:32:26 -0500 Original-Received: from [199.232.76.173] (port=49891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXcXe-0003ZG-0k for Emacs-devel@gnu.org; Wed, 20 Jan 2010 10:32:22 -0500 Original-Received: from kuber.nabble.com ([216.139.236.158]:50441) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NXcXd-0003Sc-99 for Emacs-devel@gnu.org; Wed, 20 Jan 2010 10:32:21 -0500 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NXcXb-0000l5-8N for Emacs-devel@gnu.org; Wed, 20 Jan 2010 07:32:19 -0800 X-Nabble-From: alinsoar@voila.fr X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120261 Archived-At: Why get I sometimes the error: not using untrusted file "/home/alin/emacs/src/.gdbinit" I do not want to study the manualk of internals of gdb in details now; can somebody answer me/give me a clear reference where to read , please: * why the error is produced ? * how can I load from readline a configuration file identical to .gdbinit ? Current directory is /home/alin/emacs/src/ GNU gdb (GDB) 7.0-ubuntu Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/alin/emacs/src/emacs...done. warning: not using untrusted file "/home/alin/emacs/src/.gdbinit" (gdb) r -Q -- View this message in context: http://old.nabble.com/gdb-question.-tp27243604p27243604.html Sent from the Emacs - Dev mailing list archive at Nabble.com.