From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32253 invoked by alias); 16 Sep 2012 11:13:55 -0000 Received: (qmail 32244 invoked by uid 22791); 16 Sep 2012 11:13:54 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtprelay03.ispgateway.de (HELO smtprelay03.ispgateway.de) (80.67.29.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Sep 2012 11:13:38 +0000 Received: from [149.241.51.126] (helo=[192.168.1.62]) by smtprelay03.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1TDCnA-0005mj-DX for gdb@sourceware.org; Sun, 16 Sep 2012 13:13:36 +0200 Message-ID: <5055B45A.8040905@mfriebe.de> Date: Sun, 16 Sep 2012 11:13:00 -0000 From: Martin User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: gdb@sourceware.org Subject: "-exec-arguments" ignores "--all" (win32 , 7.5, 7.4) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Df-Sender: bGF6YXJ1c0BtZnJpZWJlLmRl 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-09/txt/msg00045.txt.bz2 I found that gdb (tested 7.5 and 7.4) on win 32 (tested on vista) does ignore --all as argument for the debuggee. -exec-arguments --all start gdb with gdb -i mi yourexe.exe and enter -exec-arguments --all -exec-run the exe will not see the argument. It works with any other argument, that I tested. Does any one know why? Or how to solve?