[all-commits] [llvm/llvm-project] 1446e3: Revert "Fix a bug with cancelling "attach -w" afte...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Sep 20 01:21:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1446e3cf7605f0988b914fac0a34d63045394ff3
https://github.com/llvm/llvm-project/commit/1446e3cf7605f0988b914fac0a34d63045394ff3
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M lldb/include/lldb/Interpreter/CommandInterpreter.h
M lldb/source/Interpreter/CommandInterpreter.cpp
M lldb/source/Target/Process.cpp
M lldb/test/API/commands/process/attach/TestProcessAttach.py
M lldb/test/API/commands/process/attach/main.cpp
Log Message:
-----------
Revert "Fix a bug with cancelling "attach -w" after you have run a process previously (#65822)"
This reverts commit 7265f792dc8e1157a3874aee5f8aed6d4d8236e7.
The new test case is flaky on Linux AArch64 (https://lab.llvm.org/buildbot/#/builders/96)
and more flaky on Windows on Arm (https://lab.llvm.org/buildbot/#/builders/219/builds/5735).
More information about the All-commits
mailing list