From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1980 invoked by alias); 30 Oct 2009 17:51:34 -0000 Received: (qmail 1959 invoked by uid 22791); 30 Oct 2009 17:51:33 -0000 X-SWARE-Spam-Status: No, hits=1.0 required=5.0 tests=AWL,BAYES_50 X-Spam-Check-By: sourceware.org Received: from m98.hosting.altserver.com (HELO m98.hosting.altserver.com) (72.34.46.98) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Oct 2009 17:51:29 +0000 Received: from help3.essnet.com ([208.249.80.247]:50043 helo=HELP3) by hosting.altserver.com with esmtpa (Exim 4.69) (envelope-from ) id 1N3vdG-0008Gk-N1; Fri, 30 Oct 2009 10:51:26 -0700 Message-ID: <3ECE384639D045ABA34B78C72EE7B4FA@HELP3> From: =?iso-8859-1?Q?Mar=EDa_de_los_A._V=E1zquez?= To: Cc: Subject: Initialization Commands Date: Fri, 30 Oct 2009 17:51:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00004.txt.bz2 Hi! I'm new with gdb and insight. I'm loading Insight from Code::Blocks to use it as my debbuger but I'm having problems with the Initialization Commands and .gdbinit file. When I run the debugger (Insight) it didn't recognize the initialization commands under Debugger settings (Code::Blocks) neither the init file (.gdbinit). Instead I always need to enter the commands manually so I don't know what I'm doing wrong?? Where does I need to declared the .gdbinit file so it recognize it??? Any help will be useful for me!!! Thanks. Regards, MarĂ­a BTW I only have two declarations on the .gdbinit file: "target remote localhost:3333" "load"