I understand that one can attach to an existing instance of gtk-gnash, but I 
was wondering if one can directly attach from the browser to the plugin.  It 
appears not as a new process is spawned from the plugin. 

 

Dennis
 
> To: [email protected]; [email protected]
> Subject: Re: [Gnash-dev] beginner debugging questions 
> Date: Mon, 17 Aug 2009 10:42:30 -0700
> From: [email protected]
> 
> > Is it possible to directly attach the gdb debugger(with insight) to
> > icecat to debug gtk-gnash. If yes, how do I do it> 
> 
> I don't know about insight or icecat, but the way to attach the GDB
> debugger in general is:
> 
> gdb gtk-gnash
> ....
> (gdb) attach 12345
> 
> where 12345 is the process ID of the already-running gnash.
> 
> John
> 
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to