From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31604 invoked by alias); 7 Apr 2013 14:24:42 -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 31562 invoked by uid 89); 7 Apr 2013 14:24:42 -0000 X-Spam-SWARE-Status: No, score=-2.9 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-pa0-f53.google.com (HELO mail-pa0-f53.google.com) (209.85.220.53) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 07 Apr 2013 14:24:39 +0000 Received: by mail-pa0-f53.google.com with SMTP id bh4so2820760pad.12 for ; Sun, 07 Apr 2013 07:24:37 -0700 (PDT) X-Received: by 10.66.160.225 with SMTP id xn1mr29160896pab.136.1365344677381; Sun, 07 Apr 2013 07:24:37 -0700 (PDT) Received: from localhost ([118.186.128.235]) by mx.google.com with ESMTPS id wl5sm13098722pac.18.2013.04.07.07.24.34 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Sun, 07 Apr 2013 07:24:36 -0700 (PDT) Date: Sun, 07 Apr 2013 14:24:00 -0000 From: ishare To: gdb@sourceware.org Subject: set debug entry point Message-ID: <20130407142128.GA11702@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/msg00011.txt.bz2 If one elf has no main , where does gdb start to trace it ? is there mothod to tell gdb start at specified address? tks!