From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11395 invoked by alias); 10 Aug 2006 12:59:14 -0000 Received: (qmail 11387 invoked by uid 22791); 10 Aug 2006 12:59:13 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 10 Aug 2006 12:59:12 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GBA7y-0004nF-5t; Thu, 10 Aug 2006 08:59:10 -0400 Date: Thu, 10 Aug 2006 12:59:00 -0000 From: Daniel Jacobowitz To: "Shiladitya (???????????????????????????)" Cc: gdb@sourceware.org Subject: Re: Multiple hardware threads Message-ID: <20060810125910.GB18306@nevyn.them.org> Mail-Followup-To: "Shiladitya (???????????????????????????)" , gdb@sourceware.org References: <113c79ae0608100511o4d122050i9887e83d226b7d22@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <113c79ae0608100511o4d122050i9887e83d226b7d22@mail.gmail.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00085.txt.bz2 On Thu, Aug 10, 2006 at 05:41:53PM +0530, Shiladitya (???????????????????????????) wrote: > Hi, > Does gdb support debugging applications that run on CPU having > multiple hardware threads. For eg. MIPS34K in case of embedded > processors? Normally the remote stub presents each CPU thread as a GDB user-level thread, and that works fine. But your stub must support it. -- Daniel Jacobowitz CodeSourcery