[Lldb-commits] [PATCH] D158583: Fix shared library loading when users define duplicate _r_debug structure.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 23 09:06:57 PDT 2023
aprantl added inline comments.
================
Comment at: lldb/test/API/functionalities/dyld-multiple-rdebug/TestDyldWithMultupleRDebug.py:54
+ self.assertIn("main",
+ thread.GetFrameAtIndex(0).GetDisplayFunctionName())
+ process.Continue()
----------------
You should be able to shorten the test setup considerably by using lldbutil.run_to_name_breakpoint() and only manually setting the second breakpoint afterwards.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158583/new/
https://reviews.llvm.org/D158583
More information about the lldb-commits
mailing list