From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28015 invoked by alias); 9 Oct 2011 20:42:26 -0000 Received: (qmail 28007 invoked by uid 22791); 9 Oct 2011 20:42:26 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 09 Oct 2011 20:42:03 +0000 Received: from wpaz9.hot.corp.google.com (wpaz9.hot.corp.google.com [172.24.198.73]) by smtp-out.google.com with ESMTP id p99Kfxlb029121 for ; Sun, 9 Oct 2011 13:42:00 -0700 Received: from qadb15 (qadb15.prod.google.com [10.224.32.79]) by wpaz9.hot.corp.google.com with ESMTP id p99Kfw66025885 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sun, 9 Oct 2011 13:41:58 -0700 Received: by qadb15 with SMTP id b15so9716954qad.1 for ; Sun, 09 Oct 2011 13:41:58 -0700 (PDT) Received: by 10.224.204.201 with SMTP id fn9mr8683844qab.29.1318192918299; Sun, 09 Oct 2011 13:41:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.204.201 with SMTP id fn9mr8683837qab.29.1318192918121; Sun, 09 Oct 2011 13:41:58 -0700 (PDT) Received: by 10.224.80.149 with HTTP; Sun, 9 Oct 2011 13:41:58 -0700 (PDT) In-Reply-To: <201110062041.09462.pedro@codesourcery.com> References: <20111005181526.B6CCA2461D1@ruffy.mtv.corp.google.com> <201110061942.49805.pedro@codesourcery.com> <201110062041.09462.pedro@codesourcery.com> Date: Sun, 09 Oct 2011 20:42:00 -0000 Message-ID: Subject: Re: program spaces vs exec From: Doug Evans To: Pedro Alves Cc: Tom Tromey , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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: 2011-10/txt/msg00044.txt.bz2 On Thu, Oct 6, 2011 at 12:41 PM, Pedro Alves wrote: > The program space is the same even if you run -> kill -> run -> `attach to some > other process running some other program' -> kill -> "target remote :9999" -> > etc. Eh? I would say all of those are different program spaces.