From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108190 invoked by alias); 6 Sep 2016 17:15:20 -0000 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 Received: (qmail 107611 invoked by uid 89); 6 Sep 2016 17:15:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=ships, libipt-dev, libiptdev X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Sep 2016 17:15:18 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 37E9080086; Tue, 6 Sep 2016 17:15:17 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-46.ams2.redhat.com [10.36.116.46]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u86HFDFT013599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 6 Sep 2016 13:15:15 -0400 Date: Tue, 06 Sep 2016 17:15:00 -0000 From: Jan Kratochvil To: =?iso-2022-jp?B?GyRCSmlFX048GyhC?= Cc: gdb@sourceware.org Subject: Re: How to show instructions in one record Message-ID: <20160906171513.GA13568@host1.jankratochvil.net> References: <20160906150017.GA22508@host1.jankratochvil.net> <20160906160432.GA29307@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00038.txt.bz2 On Tue, 06 Sep 2016 18:42:33 +0200, 慕冬亮 wrote: > I am using Debian Testing which ships extremely new software and is > rolling to some extent. Both Debian Testing and Unstable have gdb_7.11.1-2 and there is nothing related to libipt/intel-pt. I also see no libipt support in gdb_7.11.90.20160824-0ubuntu2. > Debian has the support for libipt and I have installed this package. GDB does not have support for dlopen of libipt, libipt (libipt-dev) must be present already during GDB configure+build. It is a bit interesting why Debian has packaged libipt as there is AFAIK no other use for libipt than GDB (but I may be wrong). Jan