From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17803 invoked by alias); 11 Aug 2012 07:33:45 -0000 Received: (qmail 17795 invoked by uid 22791); 11 Aug 2012 07:33:45 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qa0-f41.google.com (HELO mail-qa0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 11 Aug 2012 07:33:26 +0000 Received: by qafk30 with SMTP id k30so1577097qaf.0 for ; Sat, 11 Aug 2012 00:33:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.213.74 with SMTP id gv10mr2919161qab.25.1344670406034; Sat, 11 Aug 2012 00:33:26 -0700 (PDT) Received: by 10.49.71.197 with HTTP; Sat, 11 Aug 2012 00:33:26 -0700 (PDT) Date: Sat, 11 Aug 2012 07:33:00 -0000 Message-ID: Subject: what is the "-ex" command option? From: Smith John To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2012-08/txt/msg00037.txt.bz2 hi: when debugging using gdb , what is the use of "-ex" command option? thanks!