For those who don't receive mails from SVN or didn't see...

On 12/12/2012 03:16 PM, Enlightenment SVN wrote:
> Log:
> eo_step gdb script installation to help debugging of applications by
>    stepping over Eo.
>    To do it:
>    - Write in ~/.gdbinit "source prefix/share/eo/eo_step.py" (prefix is 
> usually/opt/e17)
>    - in gdb, when arriving to eo_function (eo_do, eo_do_super), execute
>    eo_step. This script will step into the code until it reaches a function
>    that doesn't belong to libeo.
>    
>    Because of a bug in gdb that will be fixed in 7.6, if after having used the
>    script once, you rerun your application and reexecute the script, a
>    segmentation fault can occur. Sorry for the inconvenience.
>    
>    Signed-off-by: Daniel Zaoui <daniel.za...@samsung.com>
>
> Author:       jackdanielz
> Date:         2012-12-12 05:16:49 -0800 (Wed, 12 Dec 2012)
> New Revision: 80760
> Trac:         http://trac.enlightenment.org/e/changeset/80760
>
> Added:
>    trunk/efl/data/eo/ trunk/efl/data/eo/eo_step.py
> Modified:
>    trunk/efl/data/Makefile.am
>
> Modified: trunk/efl/data/Makefile.am
> ===================================================================
> --- trunk/efl/data/Makefile.am        2012-12-12 12:40:59 UTC (rev 80759)
> +++ trunk/efl/data/Makefile.am        2012-12-12 13:16:49 UTC (rev 80760)
> @@ -6,4 +6,7 @@
>   evasfilesdir = $(datadir)/evas
>   evasfiles_DATA = evas/checkme
>   
> -EXTRA_DIST = embryo/default.inc evas/checkme
> +eofilesdir = $(datadir)/eo
> +eofiles_DATA = eo/eo_step.py
> +
> +EXTRA_DIST = embryo/default.inc evas/checkme eo/eo_step.py
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to