From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19661 invoked by alias); 20 Oct 2009 17:55:56 -0000 Received: (qmail 19650 invoked by uid 22791); 20 Oct 2009 17:55:54 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Oct 2009 17:55:50 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 6F3EB1C01E; Tue, 20 Oct 2009 10:55:47 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id 97C22CD943; Tue, 20 Oct 2009 10:55:46 -0700 (PDT) Message-ID: <4ADDF828.6060504@vmware.com> Date: Tue, 20 Oct 2009 17:58:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: "nagaraju.m" CC: "gdb@sourceware.org" Subject: Re: processor threads References: <4ADD5C6F.10002@redpinesignals.com> In-Reply-To: <4ADD5C6F.10002@redpinesignals.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00320.txt.bz2 nagaraju.m wrote: > Hi All, > > 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..... Not understanding your question. What is your target processor? What does it mean when you say "the target processor ... has 4 threads"? Are you talking about processor cores?