gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Gnash-dev] beginner debugging questions


From: Dennis Worthem
Subject: RE: [Gnash-dev] beginner debugging questions
Date: Mon, 17 Aug 2009 13:55:28 -0400

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: address@hidden; address@hidden
> Subject: Re: [Gnash-dev] beginner debugging questions
> Date: Mon, 17 Aug 2009 10:42:30 -0700
> From: address@hidden
>
> > 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
>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]