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: libGDB and gdbserver questions


> It has a "parallel gdb" version called mpigdb:
> http://www-unix.mcs.anl.gov/mpi/mpich/docs/userguide/node26.htm#Node29
>
> It wraps the stdio and allows to send gdb commands either to all nodes
> or to one specified node. The worst thing is that it works
> synchronously - when you issue "step" to one node you can not issue
> other commands (even switching to another node) until the step
> completes.
>

Hi Konstantin,

We used mpigdb in the past. But, clearly it will choke if we use it to
handle 1000 procs. Thus, we're looking for a very lightweight debug
engine.

Donny


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