Re: [PATCH] covoar: Add option to create named objdumps

2021-03-29 Thread Chris Johns
On 30/3/21 9:10 am, Alex White wrote: > On Mon, Mar 29, 2021 at 4:39 PM Chris Johns wrote: >> >> On 30/3/21 7:56 am, Gedare Bloom wrote: >>> On Fri, Mar 12, 2021 at 10:07 AM Alex White wrote: This adds a new behavior to the -d option which allows the creation of named objdump

RE: [PATCH] covoar: Add option to create named objdumps

2021-03-29 Thread Alex White
On Mon, Mar 29, 2021 at 4:39 PM Chris Johns wrote: > > On 30/3/21 7:56 am, Gedare Bloom wrote: > > On Fri, Mar 12, 2021 at 10:07 AM Alex White wrote: > >> > >> This adds a new behavior to the -d option which allows the creation of > >> named objdump outputs in the /tmp directory. This allows the

Re: [PATCH] covoar: Add option to create named objdumps

2021-03-29 Thread Chris Johns
On 30/3/21 7:56 am, Gedare Bloom wrote: > On Fri, Mar 12, 2021 at 10:07 AM Alex White wrote: >> >> This adds a new behavior to the -d option which allows the creation of >> named objdump outputs in the /tmp directory. This allows the outputs to >> be reused on subsequent runs of covoar rather

Re: [PATCH] covoar: Add option to create named objdumps

2021-03-29 Thread Gedare Bloom
On Fri, Mar 12, 2021 at 10:07 AM Alex White wrote: > > This adds a new behavior to the -d option which allows the creation of > named objdump outputs in the /tmp directory. This allows the outputs to > be reused on subsequent runs of covoar rather than running objdump > again. This seems to be a

RE: [PATCH] covoar: Add option to create named objdumps

2021-03-29 Thread Alex White
ping > -Original Message- > From: Alex White > Sent: Friday, March 12, 2021 11:07 AM > To: devel@rtems.org > Cc: Alex White > Subject: [PATCH] covoar: Add option to create named objdumps > > This adds a new behavior to the -d option which allows the creation of

[PATCH] covoar: Add option to create named objdumps

2021-03-12 Thread Alex White
This adds a new behavior to the -d option which allows the creation of named objdump outputs in the /tmp directory. This allows the outputs to be reused on subsequent runs of covoar rather than running objdump again. --- tester/covoar/ObjdumpProcessor.cc | 22 +-