From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10670 invoked by alias); 3 Mar 2015 12:11:14 -0000 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 Received: (qmail 10659 invoked by uid 89); 3 Mar 2015 12:11:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pd0-f174.google.com Received: from mail-pd0-f174.google.com (HELO mail-pd0-f174.google.com) (209.85.192.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 03 Mar 2015 12:11:12 +0000 Received: by pdbft15 with SMTP id ft15so25667892pdb.11 for ; Tue, 03 Mar 2015 04:11:11 -0800 (PST) X-Received: by 10.70.91.106 with SMTP id cd10mr12013764pdb.31.1425384671111; Tue, 03 Mar 2015 04:11:11 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id pk4sm904864pbb.4.2015.03.03.04.11.09 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 03 Mar 2015 04:11:10 -0800 (PST) From: Yao Qi To: Sergio Durigan Junior Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [RFC] Support command "catch syscall" properly on different targets References: <1425047015-1906-1-git-send-email-qiyaoltc@gmail.com> <877fv3kqx1.fsf@redhat.com> Date: Tue, 03 Mar 2015 12:11:00 -0000 In-Reply-To: <877fv3kqx1.fsf@redhat.com> (Sergio Durigan Junior's message of "Fri, 27 Feb 2015 16:03:54 -0500") Message-ID: <86lhjei8md.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00070.txt.bz2 Sergio Durigan Junior writes: > You mean it's possible to use "catch syscall" on HP-UX targets? I > wonder how it works. Yes, that is what I meant, at least that is what I can tell from the source. --=20 Yao (=E9=BD=90=E5=B0=A7)