[all-commits] [llvm/llvm-project] 86aa8e: [lldb] Use target.GetLaunchInfo() instead of creat...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Aug 6 11:51:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 86aa8e6363c7e00f211de62ccb3236556e9841df
https://github.com/llvm/llvm-project/commit/86aa8e6363c7e00f211de62ccb3236556e9841df
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M lldb/test/API/commands/disassemble/basic/TestFrameDisassemble.py
M lldb/test/API/commands/frame/language/TestGuessLanguage.py
M lldb/test/API/commands/frame/var/TestFrameVar.py
M lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
M lldb/test/API/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
M lldb/test/API/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py
M lldb/test/API/functionalities/signal/TestSendSignal.py
M lldb/test/API/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py
M lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py
M lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py
M lldb/test/API/python_api/process/TestProcessAPI.py
M lldb/test/API/python_api/process/io/TestProcessIO.py
Log Message:
-----------
[lldb] Use target.GetLaunchInfo() instead of creating an empty one.
Update tests that were creating an empty LaunchInfo instead of using the
one coming from the target. This ensures target properties are honored.
More information about the All-commits
mailing list