[Lldb-commits] [PATCH] D114819: [lldb] Split TestCxxChar8_t
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 30 13:19:51 PST 2021
JDevlieghere added inline comments.
================
Comment at: lldb/test/API/lang/cpp/char8_t/TestCxxChar8_t.py:22
self.build()
-
lldbutil.run_to_breakpoint_make_target(self)
----------------
The name of this helper method is terribly confusing. I had to look at the source to realize it is meant to specify that it's the `make_target` helper function of `run_to_breakpoint`. Something for a subsequent patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114819/new/
https://reviews.llvm.org/D114819
More information about the lldb-commits
mailing list