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

Tom Weaver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 06:02:14 PST 2020


TWeaver added a comment.

Hi Pierre,

I really like this idea and think there could be some useful applications.

The work I'm doing atm involves implementing a new type of stepping behaviour in DebuggerBase. I'm currently at the prototyping stage but I was thinking about adding support for new and interesting stepping behaviours (such as yours) that don't follow the default use case.

My code is very similar to yours in that it's written within the existing code base and modifies the existing stepping behaviour. I don't think this is the optimal way to go about supporting different stepping behaviours.

Perhaps, if you've the time. we should put our heads together and come up with a design that can support the original use case, our new use cases and any future use cases that may arise.

Do you think there's scope to generalise your work so that it can be implemented in the other debugger/s too?

Kindest Regard
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