From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23092 invoked by alias); 9 Aug 2007 12:26:53 -0000 Received: (qmail 22956 invoked by uid 22791); 9 Aug 2007 12:26:52 -0000 X-Spam-Check-By: sourceware.org Received: from mail.sysgo.com (HELO mail.sysgo.com) (62.8.134.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 09 Aug 2007 12:26:44 +0000 Received: from donald.sysgo.com (unknown [172.20.1.30]) by mail.sysgo.com (Postfix) with ESMTP id 0B253CC12C for ; Thu, 9 Aug 2007 14:26:42 +0200 (CEST) Received: from blanice.sysgo.cz (unknown [172.24.12.10]) by donald.sysgo.com (Postfix) with ESMTP id 1E1512E42C8 for ; Thu, 9 Aug 2007 14:26:42 +0200 (CEST) Received: from localhost.localdomain (pko.sysgo.cz [172.24.12.22]) by blanice.sysgo.cz (Postfix) with ESMTP id 5212113119F for ; Thu, 9 Aug 2007 14:26:41 +0200 (CEST) Received: from pko by localhost.localdomain with local (Exim 4.63) (envelope-from ) id 1IJ75P-0001fk-NW for gdb@sourceware.org; Thu, 09 Aug 2007 14:25:55 +0200 Date: Thu, 09 Aug 2007 12:26:00 -0000 From: Petr Koloros To: GDB Mailing list Subject: Re: Restart remote application Message-ID: <20070809122555.GB30348@pko.sysgo.cz> Reply-To: pko@sysgo.com References: <20070808132955.GB10087@pko.sysgo.cz> <20070808142429.GA32455@caradoc.them.org> <20070809093109.GA30348@pko.sysgo.cz> <20070809111956.GA26876@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20070809111956.GA26876@caradoc.them.org> X-GPG-Key: http://aa.vslib.cz/silk/mygpgkey.txt X-GPG-Fingerprint: 693F 5F55 3E6D B709 ED70 8611 5255 7630 724B C713 X-Operating-System: GNU/Linux User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00092.txt.bz2 On Thu, Aug 09, 2007 at 07:19:56AM -0400, Daniel Jacobowitz wrote: > On Thu, Aug 09, 2007 at 11:31:09AM +0200, Petr Koloros wrote: > > Warning: > > Cannot insert breakpoint -3. > > Error accessing memory address 0xb7f70fb0: Input/output error. > > And... what's that address supposed to be? Try 'maint info break'. .. Cannot insert breakpoint -3. Error accessing memory address 0xb7fd4fb0: Input/output error. .. (gdb) maintenance info break Num Type Disp Enb Address What -3 shlib events keep y 0xb7fd4fb0 -4 longjmp resume keep n 0x00000000 Petr