From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30829 invoked by alias); 25 Jul 2006 15:42:19 -0000 Received: (qmail 30803 invoked by uid 22791); 25 Jul 2006 15:42:18 -0000 X-Spam-Check-By: sourceware.org Received: from shadow.prohost.de (HELO shadow.prohost.de) (216.71.84.228) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 25 Jul 2006 15:42:15 +0000 Received: from boulder (p54A7E396.dip.t-dialin.net [84.167.227.150]) by shadow.prohost.de (8.11.6/8.11.6) with ESMTP id k6PFgDI06824 for ; Tue, 25 Jul 2006 17:42:13 +0200 Received: from localhost (localhost [127.0.0.1]) by boulder (Postfix) with ESMTP id 7DD7862E for ; Tue, 25 Jul 2006 17:42:12 +0200 (CEST) Received: from boulder ([127.0.0.1]) by localhost (boulder.lipieda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 70178-08 for ; Tue, 25 Jul 2006 17:42:11 +0200 (CEST) Received: from [192.168.129.218] (LI50.lipieda [192.168.129.218]) by boulder (Postfix) with ESMTP id 0E1C362D for ; Tue, 25 Jul 2006 17:42:11 +0200 (CEST) Message-ID: <44C63BD6.7090505@lipowsky.de> Date: Tue, 25 Jul 2006 15:45:00 -0000 From: Efim Monyak User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: restart for remote target Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00175.txt.bz2 Hi all, I need an restart command for remote target. Set Program Counter to i.e. 0 is not an option because interrupts. I implemented it as user-defined command but all breakpoints must be delete before load. After load all breakpoints are lost. Is it possible to save breakpoint data in order restore it after application reload? Thanks