From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17788 invoked by alias); 15 Apr 2013 15:53:45 -0000 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 Received: (qmail 17777 invoked by uid 89); 15 Apr 2013 15:53:44 -0000 X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from mail-pb0-f43.google.com (HELO mail-pb0-f43.google.com) (209.85.160.43) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 15 Apr 2013 15:53:43 +0000 Received: by mail-pb0-f43.google.com with SMTP id md4so2575182pbc.2 for ; Mon, 15 Apr 2013 08:53:42 -0700 (PDT) X-Received: by 10.68.176.37 with SMTP id cf5mr29741237pbc.173.1366041222454; Mon, 15 Apr 2013 08:53:42 -0700 (PDT) Received: from localhost ([118.186.140.16]) by mx.google.com with ESMTPS id ce16sm22541805pac.5.2013.04.15.08.53.40 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Mon, 15 Apr 2013 08:53:42 -0700 (PDT) Date: Mon, 15 Apr 2013 15:53:00 -0000 From: ishare To: gdb@sourceware.org Subject: one programe execv another ELF Message-ID: <20130415155038.GB23852@debian.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2013-04/txt/msg00040.txt.bz2 I am debuging one programe , which will do_execv() another elf executable file . And I find trace of the elf's frame is wrong frame info . I know every inferior have its address space , when do_execv load another elf in its process ,how to add the new space ? and how does gdb analysis elf's execution ? tks!