From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by sourceware.org (Postfix) with ESMTPS id BF1673857825 for ; Wed, 25 Aug 2021 09:02:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BF1673857825 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id C9D8C240028 for ; Wed, 25 Aug 2021 11:02:24 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Gvg3N2n0hz6tmM; Wed, 25 Aug 2021 11:02:24 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 25 Aug 2021 09:02:24 +0000 From: Michael Woerister To: Christian Biesinger Cc: Reuben Thomas via Gdb Subject: Re: Executing code if debuggee is a crash =?UTF-8?Q?dump=3F?= In-Reply-To: References: Message-ID: X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2021 09:02:36 -0000 > If you can reproduce the bug, you could run under > https://rr-project.org/, which would allow you to call functions. Thank you for the suggestion, Christian! Unfortunately, we cannot assume that a given bug can be reproduced locally or that rr would be available in the production environment. -Michael