[PATCH] D75343: [RFC][debuginfo-tests][dexter] Add a test generation tool

Pierre van Houtryve via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 07:03:26 PDT 2020


Pierre-vh added a comment.

In D75343#1945852 <https://reviews.llvm.org/D75343#1945852>, @TWeaver wrote:

> Hi @Pierre-vh ,
>
> I hope you're keeping safe in these unprecedented times!
>
> first of all, sorry for the delay, I've actually gone and implemented a bunch of stuff in Dexter that is currently going through the final stages of internal review, I'll be posting something up for you to take a look at today.
>
> secondly, in regards to compositing step information from the debugger, I've not done anything about this just yet but I have implemented a new class that allows you run the debugger in any way you wish. This is going to causes changes in your patch. Setting up of a 'test' run is now done in the tool before the calling of _get_debugger_steps. this does mean that there's some interface and argument passing changes that'll need to take place in your patch.
>
> where we go from here will require some discussion but I look forward to potentially collaborating with you in the future.
>
> I'll link the patch here and mark you as a reviewer so you can take a good look at it. if you've any further questions please let me know.
>
> Cheers
>  Tom W


Hello!

I'm looking forward to seeing your changes, and I'll try my best to give you some useful feedback on it!

However, I'm not sure I'll be able to continue work on this gen tool patch in the future.
The generation tool was done as a prototype for my internship (to run a few experiments with Dexter), but I've since moved to other things (as I'm only here for a limited amount of time), and I don't know if I'll have enough time to come back to this and finish it.

Kind regards,
Pierre van Houtryve


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75343/new/

https://reviews.llvm.org/D75343





More information about the llvm-commits mailing list