Re: [PATCH 0/3] tester: Fix RLD classes for covoar

2021-03-10 Thread Chris Johns
On 10/3/21 7:47 am, Alexander White wrote: > I can confirm that they do compile on Windows. Thanks. As stated OK to push :) Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 0/3] tester: Fix RLD classes for covoar

2021-03-09 Thread Alexander White
I can confirm that they do compile on Windows. Alex On Wed, Mar 3, 2021 at 8:42 PM Chris Johns wrote: > On 4/3/21 4:01 am, Alex White wrote: > > This patch set contains changes to RLD classes necessary for covoar. > > > > Alex White (3): > > rld-dwarf: Add function::has_entry_pc > > rld-dwa

Re: [PATCH 0/3] tester: Fix RLD classes for covoar

2021-03-03 Thread Chris Johns
On 4/3/21 4:01 am, Alex White wrote: > This patch set contains changes to RLD classes necessary for covoar. > > Alex White (3): > rld-dwarf: Add function::has_entry_pc > rld-dwarf: Fix file::get_source > rld-process: Add named tempfile constructor > > rtemstoolkit/rld-dwarf.cpp | 13

[PATCH 0/3] tester: Fix RLD classes for covoar

2021-03-03 Thread Alex White
This patch set contains changes to RLD classes necessary for covoar. Alex White (3): rld-dwarf: Add function::has_entry_pc rld-dwarf: Fix file::get_source rld-process: Add named tempfile constructor rtemstoolkit/rld-dwarf.cpp | 13 + rtemstoolkit/rld-dwarf.h | 5 + r