From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1934 invoked by alias); 24 Sep 2005 06:56:28 -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 1634 invoked by uid 22791); 24 Sep 2005 06:56:01 -0000 Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.197) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 24 Sep 2005 06:56:01 +0000 Received: by zproxy.gmail.com with SMTP id n29so174395nzf for ; Fri, 23 Sep 2005 23:56:00 -0700 (PDT) Received: by 10.54.34.54 with SMTP id h54mr1614119wrh; Fri, 23 Sep 2005 23:56:00 -0700 (PDT) Received: by 10.54.34.26 with HTTP; Fri, 23 Sep 2005 23:56:00 -0700 (PDT) Message-ID: <689eb34705092323562d00e2f3@mail.gmail.com> Date: Sat, 24 Sep 2005 06:56:00 -0000 From: Anupama Chandwani Reply-To: Anupama Chandwani To: cagney@gnu.org, gdb@sources.redhat.com Subject: Is multiprocessor debugging multithreaded debugging? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005-09/txt/msg00180.txt.bz2 Hello, i would like gdb to remote debug a homogeneous multiprocessor chip (with no OS) from my linux box. I want to use only a single session of gdb. How different is it from debugging multi-threaded programs? i.e Can each processor be treated as a thread? However there are different code images on each processor.. regards, anupama