Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] gdb multi question.

On Tue, Jan 11, 2011 at 08:33:21PM +0000, Schaefer, Doug wrote:
> Just diving into the multi-inferior stuff with gdb. I haven't seen documented anywhere on how to hook gdb up to multiple remote targets. I figured I could just add-inferior, switch to it, and then do another target remote but that just wanted to kill my first target remote. This was with 7.1 on Fedora 13.

It's probably set up to use target extended-remote, where one remote
agent controls multiple processes.  GDB does not support multiple
remote target connections.

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top