Is multiprocessor debugging multithreaded debugging?

Daniel Jacobowitz drow@false.org
Sat Sep 24 15:14:00 GMT 2005


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



More information about the Gdb mailing list