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 78268385843B for ; Wed, 25 Aug 2021 08:56:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 78268385843B Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id DE80D240026 for ; Wed, 25 Aug 2021 10:56:40 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Gvfwk0mTXz6tmk; Wed, 25 Aug 2021 10:56:37 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 25 Aug 2021 08:56:37 +0000 From: Michael Woerister To: Simon Marchi Cc: gdb@sourceware.org Subject: Re: Executing code if debuggee is a crash =?UTF-8?Q?dump=3F?= In-Reply-To: <405ba691-bac2-8eb4-aa8c-ec13ef59fceb@polymtl.ca> References: <405ba691-bac2-8eb4-aa8c-ec13ef59fceb@polymtl.ca> Message-ID: <38e932f09dc8d95f1499e32a7744d5bc@posteo.de> X-Spam-Status: No, score=-4.2 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 08:56:53 -0000 Thank you for the quick response, Simon! That confirms my assumptions. Being able to inspect crash dumps from a different target architecture is one of our requirements too. > So people often end up using some GDB / Python code that has the > knowledge of the program's internal data structures. Yes, that is the route that we will have to go then. -Michael