From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22537 invoked by alias); 3 Oct 2003 00:01:18 -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 22530 invoked from network); 3 Oct 2003 00:01:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 3 Oct 2003 00:01:17 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h9301H132208 for ; Thu, 2 Oct 2003 20:01:17 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h9301Hc24784 for ; Thu, 2 Oct 2003 20:01:17 -0400 Received: from localhost.localdomain (vpn50-46.rdu.redhat.com [172.16.50.46]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h9301Gbe023137; Thu, 2 Oct 2003 20:01:16 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h9301At21942; Thu, 2 Oct 2003 17:01:10 -0700 Date: Fri, 03 Oct 2003 00:01:00 -0000 From: Kevin Buettner Message-Id: <1031003000110.ZM21941@localhost.localdomain> In-Reply-To: Elena Zannoni "[PATCH/pie] Add debugging output to svr4 solib" (Sep 29, 1:45pm) References: <16248.28608.919446.69149@localhost.redhat.com> To: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [PATCH/pie] Add debugging output to svr4 solib MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-10/txt/msg00044.txt.bz2 On Sep 29, 1:45pm, Elena Zannoni wrote: > This patch to the ezannoni_pie-20030916-branch branch adds some useful > debug output to the solib stuff. > > 2003-09-29 Elena Zannoni > > * solib-svr4.c: Include gdbcmd.h. > (debug_solib): New variable. > (elf_locate_base): Add some debugging statements. > (svr4_current_sos): Likewise. > (enable_break): Likewise. > (svr4_relocate_main_executable): Likewise. > (_initialize_svr4_solib): Add new 'set' command to control > debugging output. > * Makefile.in (solib-svr4.o): Update dependencies. This is okay for the mainline too if you want to merge it there sooner rather than later... Kevin