From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12662 invoked by alias); 19 Jul 2005 02:25:45 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12486 invoked by uid 22791); 19 Jul 2005 02:25:39 -0000 Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.193) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 19 Jul 2005 02:25:39 +0000 Received: by zproxy.gmail.com with SMTP id 12so1028956nzp for ; Mon, 18 Jul 2005 19:25:36 -0700 (PDT) Received: by 10.36.220.54 with SMTP id s54mr4585638nzg; Mon, 18 Jul 2005 19:25:08 -0700 (PDT) Received: by 10.36.60.20 with HTTP; Mon, 18 Jul 2005 19:25:08 -0700 (PDT) Message-ID: <2acda2ef05071819254f983876@mail.gmail.com> Date: Tue, 19 Jul 2005 02:25:00 -0000 From: kizz gg Reply-To: kizz gg To: gdb@sources.redhat.com Subject: full pthread debugging support? Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005-07/txt/msg00196.txt.bz2 Hi, all! Does gdb support priority and schedule policy based pthread program debuggi= ng? If no, is there anyway to do that? I have a multi-threaded program using the pthread priority and schedule pol= icy but shows the different results when running directly under linux shell and GDB/GDBServer debugging. If any interesting, I can post out my test program . Thanks! BR! Kizz gg