Re: Convert rtems-record-lttng program to C++

2019-08-31 Thread Chris Johns
On 31/8/19 5:29 am, Sebastian Huber wrote: > attached are two patches which convert the rtems-record-lttng client program > from C to C++. Is this a step to a full C++ app? The following are some observations about the C++ piece of code... Why in this code .. + +#include +#include +

Re: [PATCH] record: Add wrappers for malloc() functions

2019-08-31 Thread Chris Johns
On 30/8/19 11:07 pm, Sebastian Huber wrote: > Introduce new library librtemsrecordwrap.a which contains wrappers for > operating system functions which produce entry/exit events. Why not enhance the trace linker to handle the recorder you have developed? It has been able to wrap malloc and

Re: [PATCH] rtemsbsd: remove dead code fb.c

2019-08-31 Thread Christian Mauderer
On 31/08/2019 20:37, Vijay Kumar Banerjee wrote: > > > On Sun, Sep 1, 2019 at 12:04 AM Christian Mauderer > wrote: > > Sorry. I've been lazy and hadn't tested it yet. After a short test I > just pushed it. Thanks for the patch. > > Thanks! No problem. > I

Re: LibBSD is not linking for the BBB BSP

2019-08-31 Thread Vijay Kumar Banerjee
Hello Chris, The libcurl is now building for BBB with libbsd HEAD on master after the following commit : https://git.rtems.org/rtems-libbsd/commit/?id=951c4b92cf8082272f998c02d9b79e664d6f1599 Best regards, Vijay On Wed, Aug 28, 2019 at 1:44 AM Vijay Kumar Banerjee < vijaykumar9...@gmail.com>

Re: [PATCH] rtemsbsd: remove dead code fb.c

2019-08-31 Thread Vijay Kumar Banerjee
On Sun, Sep 1, 2019 at 12:04 AM Christian Mauderer wrote: > Sorry. I've been lazy and hadn't tested it yet. After a short test I > just pushed it. Thanks for the patch. > > Thanks! I was just making sure that you saw it, that's why CC'd the other address. :-) > Best regards > > Christian > > On

Re: [PATCH] rtemsbsd: remove dead code fb.c

2019-08-31 Thread Christian Mauderer
Sorry. I've been lazy and hadn't tested it yet. After a short test I just pushed it. Thanks for the patch. Best regards Christian On 31/08/2019 20:20, Vijay Kumar Banerjee wrote: > > ping :-) > > On Wed, Aug 28, 2019 at 6:13 PM Vijay Kumar Banerjee > mailto:vijaykumar9...@gmail.com>> wrote: >

Re: [PATCH] rtemsbsd: remove dead code fb.c

2019-08-31 Thread Vijay Kumar Banerjee
ping :-) On Wed, Aug 28, 2019 at 6:13 PM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > --- > freebsd/sys/dev/fb/fb.c | 762 --- > libbsd.py| 1 - > rtemsbsd/include/bsp/nexus-devices.h | 2 - > 3 files changed, 765