Re: [GSOC - Tracing] Status Update

2018-07-02 Thread Vidushi Vashishth
> 3. Clearly document your modifications in separate commit messages. > 4. Add a Makefile to build it automatically. I will push commits to a fork of the rtems. Have given a link to the repository in the readme.md of the Tracing repo. Will that be okay? > 6. Document the steps involved in the

Re: Query regarding covoar

2018-07-02 Thread Vijay Kumar Banerjee
On Tue, 3 Jul 2018, 04:32 Joel Sherrill, wrote: > > > On Mon, Jul 2, 2018 at 5:50 PM, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> Hello, >> >> I wanted some help in understanding the >> function of the following files in covoar >> >> 1. qemu-dump-trace.c >> > > Print the

Re: Query regarding covoar

2018-07-02 Thread Joel Sherrill
On Mon, Jul 2, 2018 at 5:50 PM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > Hello, > > I wanted some help in understanding the > function of the following files in covoar > > 1. qemu-dump-trace.c > Print the couverture trace file in human readable format. Ensure that covoar can

Query regarding covoar

2018-07-02 Thread Vijay Kumar Banerjee
Hello, I wanted some help in understanding the function of the following files in covoar 1. qemu-dump-trace.c 2. CoverageReaderQEMU.cc 3. TraceConverter.cc If the information I'm seeking is already present in a documentation, the link to the doc would be helpful. :) Thanks --vijay

Re: [GSOC - Tracing] Status Update

2018-07-02 Thread Gedare Bloom
On Mon, Jul 2, 2018 at 1:27 AM, Sebastian Huber wrote: > Hello Vidushi, > > On 29/06/18 09:44, Vidushi Vashishth wrote: >> >> >> >Could you please create a self-contained repository which >> contains >> >> >* a README >> >> >* a simple RTEMS application which runs on a

Re: GSoC IRC Meeting reschedule: 7/4 to 7/3

2018-07-02 Thread Dannie Huang
Got it! Enjoy the break. On Mon, Jul 2, 2018 at 12:21 PM, Gedare Bloom wrote: > Hello All, > > We will hold the weekly IRC meeting on Tuesday 7/3 (tomorrow!) instead > of 7/4 at the same usual time (10am Eastern Daylight Time) due to the > US holiday on 7/4. Joel will likely lead the meeting. >

GSoC IRC Meeting reschedule: 7/4 to 7/3

2018-07-02 Thread Gedare Bloom
Hello All, We will hold the weekly IRC meeting on Tuesday 7/3 (tomorrow!) instead of 7/4 at the same usual time (10am Eastern Daylight Time) due to the US holiday on 7/4. Joel will likely lead the meeting. Gedare ___ devel mailing list devel@rtems.org

[PATCH] Avoid malloc() in getsockaddr()

2018-07-02 Thread Sebastian Huber
The getsockaddr() function is used to allocate a struct sockaddr of the right length and initialize it with userspace provided data. It is used for the connect(), bind() and sendit() family functions. In particular, the sendit() function is used by the UDP send functions. This means each UDP