[Lldb-commits] [PATCH] D111899: LLDB tests modification for hardware breakpoints

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 15 11:16:32 PDT 2021


jingham added a comment.

All these tests are testing the same sort of thing.  It would be better to make an lldbutil function that does this test and convert all these tests over to that.  This sort of change is exactly why we don't want code that's poking at command results to find info about things like breakpoints scattered all over the testsuite.


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

https://reviews.llvm.org/D111899



More information about the lldb-commits mailing list