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

Tom Weaver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 04:50:15 PDT 2020


TWeaver added a comment.

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


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

https://reviews.llvm.org/D75343





More information about the llvm-commits mailing list