[all-commits] [llvm/llvm-project] 2ddba0: [lldb] Set the launch flags to GetLaunchInfo().Get...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Aug 13 10:24:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2ddba09e067add1910cc0f39ce9e1e4e0e43bb28
https://github.com/llvm/llvm-project/commit/2ddba09e067add1910cc0f39ce9e1e4e0e43bb28
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-13 (Thu, 13 Aug 2020)
Changed paths:
M lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py
M lldb/test/API/commands/register/register/register_command/TestRegisters.py
M lldb/test/API/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py
M lldb/test/API/python_api/event/TestEvents.py
Log Message:
-----------
[lldb] Set the launch flags to GetLaunchInfo().GetLaunchFlags()
Instead of clearing the launch flags, always pass the target's current
launch flags.
More information about the All-commits
mailing list