[ACTIVITY] 07/08 - 11/08

2017-08-11 Thread Yao Qi
# Progress # * TCWG-1159,New design of GDB/GDBserver target description. [3/10] Split the patch series, and post unrelated stuff first. Patches will be easily reviewed in this way. * TCWG-561, Handle unavailable memory during frame unwinding. [2/10] Committed the first 4 patches, and

Re: Q: reasons for lack of support for C++ in OP-TEE?

2017-08-11 Thread Jim Wilson
On Fri, Aug 11, 2017 at 1:34 PM, Godmar Back wrote: > Is this the wrong mailing list to ask the question then? Perhaps, but maybe you will get a response on Monday from someone in Europe that didn't see it today. > Normally, libraries are decomposed into individual .o files to

Re: Q: reasons for lack of support for C++ in OP-TEE?

2017-08-11 Thread Godmar Back
On Fri, Aug 11, 2017 at 4:04 PM, Jim Wilson wrote: > On Fri, Aug 11, 2017 at 6:53 AM, Godmar Back wrote: > > In a recent github thread > > > it > > was suggested that I ask this list

Re: Q: reasons for lack of support for C++ in OP-TEE?

2017-08-11 Thread Jim Wilson
On Fri, Aug 11, 2017 at 6:53 AM, Godmar Back wrote: > In a recent github thread > it > was suggested that I ask this list about what the exact reasons for the > lack of C++ support are, and how/if they break

Re: Q: reasons for lack of support for C++ in OP-TEE?

2017-08-11 Thread Jeffrey Walton
On Sat, Aug 12, 2017 at 1:27 AM, Michael Zimmermann wrote: > That also depends on what you want to use C++ for. > If you just want to use the convenient syntax and language features > then you don't need to link against any additional library. > In that case you'd

Re: Q: reasons for lack of support for C++ in OP-TEE?

2017-08-11 Thread Michael Zimmermann
That also depends on what you want to use C++ for. If you just want to use the convenient syntax and language features then you don't need to link against any additional library. In that case you'd disable exceptions and rtti and implement new/delete using malloc/free. Thanks Michael On Fri, Aug

Q: reasons for lack of support for C++ in OP-TEE?

2017-08-11 Thread Godmar Back
In a recent github thread it was suggested that I ask this list about what the exact reasons for the lack of C++ support are, and how/if they break down by C++ feature so as to gauge a possible investment in remedying this