From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4028 invoked by alias); 1 Jun 2012 20:25:08 -0000 Received: (qmail 4016 invoked by uid 22791); 1 Jun 2012 20:25:06 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jun 2012 20:24:46 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q51KOg8U014942; Fri, 1 Jun 2012 22:24:42 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q51KOeDG001164; Fri, 1 Jun 2012 22:24:40 +0200 (CEST) Date: Fri, 01 Jun 2012 20:25:00 -0000 Message-Id: <201206012024.q51KOeDG001164@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: palves@redhat.com, Joakim.Tjernlund@transmode.se, gdb-patches@sourceware.org In-reply-to: <20120601174527.GA968@host2.jankratochvil.net> (message from Jan Kratochvil on Fri, 1 Jun 2012 19:45:27 +0200) Subject: Re: [PATCH] solib-svr4: Avoid unwanted shlib internal BPs When debugging Linux kernel or u-boot References: <1338562868-22411-1-git-send-email-Joakim.Tjernlund@transmode.se> <4FC8EC08.1060609@redhat.com> <20120601172214.GA21236@host2.jankratochvil.net> <4FC8FDD2.7060407@redhat.com> <20120601174527.GA968@host2.jankratochvil.net> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00042.txt.bz2 > Date: Fri, 1 Jun 2012 19:45:27 +0200 > From: Jan Kratochvil > > Also nowadays some 3rd party runtime probably more adapts to GDB than vice > verse. Mwahahaha, take a look at what Android/Bionic did...