From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31350 invoked by alias); 9 Jun 2005 19:50:27 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31307 invoked by uid 22791); 9 Jun 2005 19:50:17 -0000 Received: from legolas.inter.net.il (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 09 Jun 2005 19:50:17 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-144-229.inter.net.il [80.230.144.229]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EOQ37811 (AUTH halo1); Thu, 9 Jun 2005 22:50:12 +0300 (IDT) Date: Thu, 09 Jun 2005 19:50:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20050609131722.GA965@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 9 Jun 2005 09:17:22 -0400) Subject: Re: RFC: Improve support for "debugging" unlinked objects Reply-to: Eli Zaretskii References: <20050608214956.GA10586@nevyn.them.org> <20050609131722.GA965@nevyn.them.org> X-SW-Source: 2005-06/txt/msg00080.txt.bz2 > Date: Thu, 9 Jun 2005 09:17:22 -0400 > From: Daniel Jacobowitz > Cc: gdb-patches@sourceware.org > > It's useful for examination: you can disassemble functions and inspect > variables. Also, with a fix that I'm going to commit to bfd soon, you > can use "gdb -write" to patch an object file. Thanks, I will write up something in the manual.