This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is multiprocessor debugging multithreaded debugging?


On Sat, Sep 24, 2005 at 12:26:00PM +0530, Anupama Chandwani wrote:
> 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..

GDB doesn't support debugging multiple code images at one time, only
single-program-single-data.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]