Hi Gustavo,

I think the problem with adding flags is the performance. eo_do is the 
most called function in Eo (with eo_data_get) and we need it fast. More, 
you know what the functions parameters are, you called it. So in my 
opinion, the most important thing is what the destination is.

Did you try the script? Do you think that something is missing in what 
it gives? It is a prototype, so sure we have to improve it.

Daniel

On 12/05/2012 07:22 PM, Gustavo Sverzut Barbieri wrote:
> On Wed, Dec 5, 2012 at 1:52 PM, daniel.za...@samsung.com
> <daniel.za...@samsung.com> wrote:
>> Tom, the 'sudo strip -g libeo.so' on my computer prevents me to see info
>> about this library in gdb, as explained before. How can I compile Eo in
>> release mode?
>>
>> Gustavo, this could be very useful. We need to check if it really can be
>> done and if it is easy for the user. Is the eo_do_step supposed to
>> execute the functions too? How does it wait for commands (your last
>> line), I mean, is it inside the eo_do_step function?
>> Eo uses va_list to store the parameters and we need to be careful with that.
> it should execute them, in that case we can set some flag and have the
> actual eo_do() to not do anything as it was done already.
>
> As for wait commands, it's fscanf() and similar. When you "p call()"
> you actually stop gdb to execute call(). While it does not return, you
> have the control.
>
>
>
> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --------------------------------------
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
> ------------------------------------------------------------------------------
> 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
>


------------------------------------------------------------------------------
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