[all-commits] [llvm/llvm-project] 72ae70: [lldb/test] Fix lldbutil.run_to_***_breakpoint for...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Jul 7 07:07:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 72ae70032ca3fa3e3bd9a3524bf245d5978c0467
https://github.com/llvm/llvm-project/commit/72ae70032ca3fa3e3bd9a3524bf245d5978c0467
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbutil.py
Log Message:
-----------
[lldb/test] Fix lldbutil.run_to_***_breakpoint for shared libraries
Even non-remote targets may need to set the launch environment
((DY)LD_LIBRARY_PATH, specifically) to run successfully.
Also, add an assertion to better detect the case when launching a target
fails and the breakpoint is never hit.
More information about the All-commits
mailing list