From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11928 invoked by alias); 20 Oct 2009 16:14:55 -0000 Received: (qmail 11918 invoked by uid 22791); 20 Oct 2009 16:14:53 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Oct 2009 16:14:48 +0000 Received: from zps36.corp.google.com (zps36.corp.google.com [172.25.146.36]) by smtp-out.google.com with ESMTP id n9KGEiHR017835 for ; Tue, 20 Oct 2009 17:14:45 +0100 Received: from yxe3 (yxe3.prod.google.com [10.190.2.3]) by zps36.corp.google.com with ESMTP id n9KGEgof013420 for ; Tue, 20 Oct 2009 09:14:42 -0700 Received: by yxe3 with SMTP id 3so4824209yxe.20 for ; Tue, 20 Oct 2009 09:14:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.49.19 with SMTP id b19mr4050156ank.146.1256055281702; Tue, 20 Oct 2009 09:14:41 -0700 (PDT) In-Reply-To: <4ADD5C6F.10002@redpinesignals.com> References: <4ADD5C6F.10002@redpinesignals.com> Date: Tue, 20 Oct 2009 17:55:00 -0000 Message-ID: <8ac60eac0910200914h3161b866h9ae4bf52d00c2430@mail.gmail.com> Subject: Re: processor threads From: Paul Pluzhnikov To: "nagaraju.m" Cc: "gdb@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-IsSubscribed: yes 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 X-SW-Source: 2009-10/txt/msg00319.txt.bz2 On Mon, Oct 19, 2009 at 11:45 PM, nagaraju.m wrote: > Currently I am using gdb-6.8. My GDB is working fine with single thread. > > The target processor which we are using has 4-threads. So my question is > how can I debug multi threaded (processor threads) applications with GDB. > > > I have Googled for it but I found nothing.... > > Are there any documents available?? > > > Please help me..... You'll have to describe your problem a whole lot better before anyone could help you. Please read this first: http://catb.org/~esr/faqs/smart-questions.html Cheers, -- Paul Pluzhnikov