Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Multi-process debugging questions

See Daniel's response: http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg21004.html

You have to use
gdbserver --multi
and 
target extended-remote

(I thought it worked with plain 'target remote', but I might have been
wrong.  Does not seem to work).

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Rejeesh S. Babu
> Sent: Thursday, January 13, 2011 10:55 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Multi-process debugging questions
> 
> Dear All,
> 
> Great news indeed! Looking forward to multi-core features.
> 
> By the way, can I raise a small query? Are these features supported in
> remote targets too?
> 
> From GDB7.1,I have tried multi-process debugging in host PC and its
> working well, but it isn't when I try in remote targets.
> 
> Does it imply that GDB server doesn't support these nice 
> features? Or is
> it a bug in GDB Server?
> 
> I know this is CDT forum and not GDB :) Still I expect some prompt
> responses :)
> 
> Regards,
> Rejeesh.
> 
> 
> 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Dominique Toupin
> Sent: Friday, January 14, 2011 7:02 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Multi-process debugging questions
> 
> It is part of the cdt multicore work group effort
> http://wiki.eclipse.org/CDT/MultiCoreDebugWorkingGroup
> ----- Original Message -----
> From:"Dominique Toupin" <dominique.toupin@xxxxxxxxxxxx>
> To:"CDT General developers list." <cdt-dev@xxxxxxxxxxx>
> Sent:2011/01/13 21:26
> Subject:Re: [cdt-dev] Multi-process debugging questions
> 
> 
> 
> The official awnser is it will be release for indigo but i 
> will let marc
> k. describe how to do it from head
> ----- Original Message -----
> From:"Sergey Prigogin" <eclipse.sprigogin@xxxxxxxxx>
> To:"CDT General developers list." <cdt-dev@xxxxxxxxxxx>
> Sent:2011/01/13 21:22
> Subject:Re: [cdt-dev] Multi-process debugging questions
> 
> 
> 
> 
> 
> On Thu, Jan 13, 2011 at 5:17 PM, Dominique Toupin
> <dominique.toupin@xxxxxxxxxxxx<mailto:dominique.toupin@xxxxxxxxxxxx>>
> wrote:
> On linux its yes to 1 and 2
> 
> This is great. Can it also be done from Eclipse with DSF-GDB?
> 
> -sergey
> 
> http://sourceware.org/gdb/current/onlinedocs/gdb/Forks.html#Forks
> ----- Original Message -----
> From:"Sergey Prigogin"
> <eclipse.sprigogin@xxxxxxxxx<mailto:eclipse.sprigogin@xxxxxxxxx>>
> To:"CDT General developers list."
> <cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>>
> Sent:2011/01/13 21:07
> Subject:Re: [cdt-dev] Multi-process debugging questions
> 
> 
> 
> 
> 1. Is the a way to automatically attach to child processes 
> when they are
> spawned by the process being debugged?
> 2. Is the a way to attach to multiple processes using a single GDB
> instance?
> 
> -sergey
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> ***** Confidentiality Statement/Disclaimer *****
> 
> This message and any attachments is intended for the sole use 
> of the intended recipient. It may contain confidential 
> information. Any unauthorized use, dissemination or 
> modification is strictly prohibited. If you are not the 
> intended recipient, please notify the sender immediately then 
> delete it from all your systems, and do not copy, use or 
> print. Internet communications are not secure and it is the 
> responsibility of the recipient to make sure that it is 
> virus/malicious code exempt.
> The company/sender cannot be responsible for any unauthorized 
> alterations or modifications made to the contents. If you 
> require any form of confirmation of the contents, please 
> contact the company/sender. The company/sender is not liable 
> for any errors or omissions in the content of this message.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 

Back to the top