From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24738 invoked by alias); 20 Oct 2009 06:44:24 -0000 Received: (qmail 24722 invoked by uid 22791); 20 Oct 2009 06:44:23 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_20 X-Spam-Check-By: sourceware.org Received: from mail.redpinesignals.com (HELO mail.redpinesignals.com) (203.196.161.92) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Oct 2009 06:44:20 +0000 Received: from [192.168.40.83] ([192.168.40.83]) (authenticated user nagaraju.m@redpinesignals.com) by mail.redpinesignals.com for gdb@sourceware.org; Tue, 20 Oct 2009 12:04:09 +0530 Message-ID: <4ADD5C6F.10002@redpinesignals.com> Date: Tue, 20 Oct 2009 07:35:00 -0000 From: "nagaraju.m" User-Agent: Thunderbird 2.0.0.17 (X11/20081009) MIME-Version: 1.0 To: "gdb@sourceware.org" Subject: processor threads Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00312.txt.bz2 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..... Thanks in advance, Nag